Shades of Light Goldenrod #E9DB7E
Tints of Light Goldenrod #E9DB7E
RGB
CMYK
RGB Variations
Color information
#E9DB7E (or 0xE9DB7E) is known color: Light Goldenrod. HEX triplet: E9, DB and 7E. RGB value is (233,219,126). Sum of RGB (Red+Green+Blue) = 233+219+126=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB7E is #162481. Grayscale: #D4D4D4. Windows color (decimal): -1451138 or 8313833. OLE color: 8313833.
HSL color Cylindrical-coordinate representation of color #E9DB7E: hue angle of 52.15º 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 #E9DB7E is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 126 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.09 |
| HSL | 52.15º | 0.71% | 0.7% | - |
| HSV(B) | 52.15º | 0.46% | 0.91% | - |
| XYZ | 62.7 | 69.49 | 29.85 | - |
| YUV | 212.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 126 | 0 | 0.06 | 0.46 | 0.09 | 52.15 | 0.71 | 0.7 |
| Hex | E9 | DB | 7E | 0 | 6 | 2E | 9 | 34 | 47 | 46 |
| Octal | 351 | 333 | 176 | 0 | 6 | 56 | 11 | 64 | 107 | 106 |
| Binary | 11101001 | 11011011 | 1111110 | 0 | 110 | 101110 | 1001 | 110100 | 1000111 | 1000110 |
Color Harmonies of #E9DB7E
Complementary color
Monochromatic Colors of #E9DB7E
Black with #E9DB7E
Text Example
Text Example
White with #E9DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB7E; }
p { color: rgb(233,219,126); }
H1.HeaderClassName
{
color: #E9DB7E;
}
.AnyTagClassName
{
color: #E9DB7E;
}
</style>
background-color css
<style>
a { background-color: #E9DB7E; }
a { background-color: rgb(233,219,126); }
div.DivClassName
{
background-color: #E9DB7E;
}
.BgClassName
{
background-color: #E9DB7E;
}
</style>
border-color css
<style>
span { border-color: #E9DB7E; }
span { border-color: rgb(233,219,126); }
td.TdClassName
{
border-color: #E9DB7E;
}
.TagClassName
{
border-color: #E9DB7E;
}
</style>