Shades of Light Goldenrod #E9DC7E
Tints of Light Goldenrod #E9DC7E
RGB
CMYK
RGB Variations
Color information
#E9DC7E (or 0xE9DC7E) is known color: Light Goldenrod. HEX triplet: E9, DC and 7E. RGB value is (233,220,126). Sum of RGB (Red+Green+Blue) = 233+220+126=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC7E is #162381. Grayscale: #D5D5D5. Windows color (decimal): -1450882 or 8314089. OLE color: 8314089.
HSL color Cylindrical-coordinate representation of color #E9DC7E: hue angle of 52.71º 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 #E9DC7E is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 126 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.09 |
| HSL | 52.71º | 0.71% | 0.7% | - |
| HSV(B) | 52.71º | 0.46% | 0.91% | - |
| XYZ | 62.96 | 70.02 | 29.93 | - |
| YUV | 213.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 126 | 0 | 0.06 | 0.46 | 0.09 | 52.71 | 0.71 | 0.7 |
| Hex | E9 | DC | 7E | 0 | 6 | 2E | 9 | 35 | 47 | 46 |
| Octal | 351 | 334 | 176 | 0 | 6 | 56 | 11 | 65 | 107 | 106 |
| Binary | 11101001 | 11011100 | 1111110 | 0 | 110 | 101110 | 1001 | 110101 | 1000111 | 1000110 |
Color Harmonies of #E9DC7E
Complementary color
Monochromatic Colors of #E9DC7E
Black with #E9DC7E
Text Example
Text Example
White with #E9DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC7E; }
p { color: rgb(233,220,126); }
H1.HeaderClassName
{
color: #E9DC7E;
}
.AnyTagClassName
{
color: #E9DC7E;
}
</style>
background-color css
<style>
a { background-color: #E9DC7E; }
a { background-color: rgb(233,220,126); }
div.DivClassName
{
background-color: #E9DC7E;
}
.BgClassName
{
background-color: #E9DC7E;
}
</style>
border-color css
<style>
span { border-color: #E9DC7E; }
span { border-color: rgb(233,220,126); }
td.TdClassName
{
border-color: #E9DC7E;
}
.TagClassName
{
border-color: #E9DC7E;
}
</style>