Shades of Light Goldenrod #E8DE7F
Tints of Light Goldenrod #E8DE7F
RGB
CMYK
RGB Variations
Color information
#E8DE7F (or 0xE8DE7F) is known color: Light Goldenrod. HEX triplet: E8, DE and 7F. RGB value is (232,222,127). Sum of RGB (Red+Green+Blue) = 232+222+127=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DE7F is #172180. Grayscale: #D6D6D6. Windows color (decimal): -1515905 or 8380136. OLE color: 8380136.
HSL color Cylindrical-coordinate representation of color #E8DE7F: hue angle of 54.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8DE7F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 127 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.09 |
| HSL | 54.29º | 0.7% | 0.7% | - |
| HSV(B) | 54.29º | 0.45% | 0.91% | - |
| XYZ | 63.23 | 70.93 | 30.44 | - |
| YUV | 214.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 127 | 0 | 0.04 | 0.45 | 0.09 | 54.29 | 0.7 | 0.7 |
| Hex | E8 | DE | 7F | 0 | 4 | 2D | 9 | 36 | 46 | 46 |
| Octal | 350 | 336 | 177 | 0 | 4 | 55 | 11 | 66 | 106 | 106 |
| Binary | 11101000 | 11011110 | 1111111 | 0 | 100 | 101101 | 1001 | 110110 | 1000110 | 1000110 |
Color Harmonies of #E8DE7F
Complementary color
Monochromatic Colors of #E8DE7F
Black with #E8DE7F
Text Example
Text Example
White with #E8DE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DE7F; }
p { color: rgb(232,222,127); }
H1.HeaderClassName
{
color: #E8DE7F;
}
.AnyTagClassName
{
color: #E8DE7F;
}
</style>
background-color css
<style>
a { background-color: #E8DE7F; }
a { background-color: rgb(232,222,127); }
div.DivClassName
{
background-color: #E8DE7F;
}
.BgClassName
{
background-color: #E8DE7F;
}
</style>
border-color css
<style>
span { border-color: #E8DE7F; }
span { border-color: rgb(232,222,127); }
td.TdClassName
{
border-color: #E8DE7F;
}
.TagClassName
{
border-color: #E8DE7F;
}
</style>