Shades of Light Goldenrod #E9DC7C
Tints of Light Goldenrod #E9DC7C
RGB
CMYK
RGB Variations
Color information
#E9DC7C (or 0xE9DC7C) is known color: Light Goldenrod. HEX triplet: E9, DC and 7C. RGB value is (233,220,124). Sum of RGB (Red+Green+Blue) = 233+220+124=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC7C is #162383. Grayscale: #D5D5D5. Windows color (decimal): -1450884 or 8183017. OLE color: 8183017.
HSL color Cylindrical-coordinate representation of color #E9DC7C: hue angle of 52.84º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E9DC7C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 124 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.09 |
| HSL | 52.84º | 0.71% | 0.7% | - |
| HSV(B) | 52.84º | 0.47% | 0.91% | - |
| XYZ | 62.84 | 69.97 | 29.26 | - |
| YUV | 212.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 124 | 0 | 0.06 | 0.47 | 0.09 | 52.84 | 0.71 | 0.7 |
| Hex | E9 | DC | 7C | 0 | 6 | 2F | 9 | 35 | 47 | 46 |
| Octal | 351 | 334 | 174 | 0 | 6 | 57 | 11 | 65 | 107 | 106 |
| Binary | 11101001 | 11011100 | 1111100 | 0 | 110 | 101111 | 1001 | 110101 | 1000111 | 1000110 |
Color Harmonies of #E9DC7C
Complementary color
Monochromatic Colors of #E9DC7C
Black with #E9DC7C
Text Example
Text Example
White with #E9DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC7C; }
p { color: rgb(233,220,124); }
H1.HeaderClassName
{
color: #E9DC7C;
}
.AnyTagClassName
{
color: #E9DC7C;
}
</style>
background-color css
<style>
a { background-color: #E9DC7C; }
a { background-color: rgb(233,220,124); }
div.DivClassName
{
background-color: #E9DC7C;
}
.BgClassName
{
background-color: #E9DC7C;
}
</style>
border-color css
<style>
span { border-color: #E9DC7C; }
span { border-color: rgb(233,220,124); }
td.TdClassName
{
border-color: #E9DC7C;
}
.TagClassName
{
border-color: #E9DC7C;
}
</style>