Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Web Development (https://www.askmehelpdesk.com/forumdisplay.php?f=467)
-   -   What is this color? (https://www.askmehelpdesk.com/showthread.php?t=117966)

  • Aug 9, 2007, 06:13 AM
    RickJ
    What is this color?
    How can I determine the correct tan color that's the background on this webpage?:
    Welcome to WorthingtonChristian.com

    I found the reddish one I want in the page code, but apparently the background and images are in a .js file that I can't get to.

    Any Ideas how I can get the code for that tan that's the background?

    Thanks!
  • Aug 9, 2007, 06:23 AM
    NeedKarma
    Printscreen the page, crop a swath of the red and clone it. :D

    I'm sure some Photoshop geez will come around and give you the hex code soon enough.
  • Aug 9, 2007, 06:40 AM
    alkalineangel
    Here I am... LOL... I used to have this awesome color picker that you could use for anything on screen, but I can't find it now... so PhotoShop it is...

    #F7EFD6
  • Aug 9, 2007, 06:50 AM
    NeedKarma
    Well done!
  • Aug 9, 2007, 06:53 AM
    alkalineangel
    Well I don't know a lot, but PhotoShop I know. :) I wish I could find that hexachrome picker...
  • Aug 9, 2007, 07:26 AM
    RickJ
    Thanks AA! Just had my 25th class reunion so am making a site of all the pics and info that was shared - so wanted to do a color scheme like the School's site.
  • Aug 9, 2007, 07:36 AM
    alkalineangel
    AHA!!
    Blacksun Software : Font and File and Graphics utilities
    For future reference...

    Sorry for the typo earlier, hexachrome and hexadecimal aren't really the same huh? LOL.
  • Aug 9, 2007, 07:41 AM
    RickJ
    Thanks! Looks like some cools stuff for the toolbox!
  • Aug 9, 2007, 07:41 AM
    Northwind_Dagas
    Quote:

    Originally Posted by RickJ
    How can I determine the correct tan color that's the background on this webpage?:
    Welcome to WorthingtonChristian.com

    I found the reddish one I want in the page code, but apparently the background and images are in a .js file that I can't get to.

    Any Ideas how I can get the code for that tan that's the background?

    Thanks!

    I found in the code, the tan background is #d2b48c

    Code:

    <div style="padding: 20px; margin: 20px; background-color: #d2b48c; ">
  • Aug 9, 2007, 07:42 AM
    NeedKarma
    More direct link: ColorMania : Advanced Colorpicker and color scheme generator

    Added to my repertoire of tools. Thanks!
  • Aug 9, 2007, 07:45 AM
    Northwind_Dagas
    After re-reading, it seems you were after the background of the page and not the box on the page. (calling it tan confused me.) It is in the CSS and it is F7EFD6.

    http://www.worthingtonchristian.com/css/wcs.css

  • All times are GMT -7. The time now is 07:20 PM.