Shades of Light Goldenrod #E9DB7D
Tints of Light Goldenrod #E9DB7D
RGB
CMYK
RGB Variations
Color information
#E9DB7D (or 0xE9DB7D) is known color: Light Goldenrod. HEX triplet: E9, DB and 7D. RGB value is (233,219,125). Sum of RGB (Red+Green+Blue) = 233+219+125=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB7D is #162482. Grayscale: #D4D4D4. Windows color (decimal): -1451139 or 8248297. OLE color: 8248297.
HSL color Cylindrical-coordinate representation of color #E9DB7D: hue angle of 52.22º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E9DB7D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 219 | 125 | - |
CMYK | 0 | 0.06 | 0.46 | 0.09 |
HSL | 52.22º | 0.71% | 0.7% | - |
HSV(B) | 52.22º | 0.46% | 0.91% | - |
XYZ | 62.64 | 69.47 | 29.51 | - |
YUV | 212.47 | 78.64 | 142.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 219 | 125 | 0 | 0.06 | 0.46 | 0.09 | 52.22 | 0.71 | 0.7 |
Hex | E9 | DB | 7D | 0 | 6 | 2E | 9 | 34 | 47 | 46 |
Octal | 351 | 333 | 175 | 0 | 6 | 56 | 11 | 64 | 107 | 106 |
Binary | 11101001 | 11011011 | 1111101 | 0 | 110 | 101110 | 1001 | 110100 | 1000111 | 1000110 |
Color Harmonies of #E9DB7D
Complementary color
Monochromatic Colors of #E9DB7D
Black with #E9DB7D
Text Example
Text Example
White with #E9DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB7D; }
p { color: rgb(233,219,125); }
H1.HeaderClassName
{
color: #E9DB7D;
}
.AnyTagClassName
{
color: #E9DB7D;
}
</style>
background-color css
<style>
a { background-color: #E9DB7D; }
a { background-color: rgb(233,219,125); }
div.DivClassName
{
background-color: #E9DB7D;
}
.BgClassName
{
background-color: #E9DB7D;
}
</style>
border-color css
<style>
span { border-color: #E9DB7D; }
span { border-color: rgb(233,219,125); }
td.TdClassName
{
border-color: #E9DB7D;
}
.TagClassName
{
border-color: #E9DB7D;
}
</style>