Shades of Light Goldenrod #E8DF85
Tints of Light Goldenrod #E8DF85
RGB
CMYK
RGB Variations
Color information
#E8DF85 (or 0xE8DF85) is known color: Light Goldenrod. HEX triplet: E8, DF and 85. RGB value is (232,223,133). Sum of RGB (Red+Green+Blue) = 232+223+133=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF85 is #17207A. Grayscale: #D7D7D7. Windows color (decimal): -1515643 or 8773608. OLE color: 8773608.
HSL color Cylindrical-coordinate representation of color #E8DF85: hue angle of 54.55º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8DF85 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 133 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.09 |
| HSL | 54.55º | 0.68% | 0.72% | - |
| HSV(B) | 54.55º | 0.43% | 0.91% | - |
| XYZ | 63.9 | 71.62 | 32.65 | - |
| YUV | 215.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 133 | 0 | 0.04 | 0.43 | 0.09 | 54.55 | 0.68 | 0.72 |
| Hex | E8 | DF | 85 | 0 | 4 | 2B | 9 | 37 | 44 | 48 |
| Octal | 350 | 337 | 205 | 0 | 4 | 53 | 11 | 67 | 104 | 110 |
| Binary | 11101000 | 11011111 | 10000101 | 0 | 100 | 101011 | 1001 | 110111 | 1000100 | 1001000 |
Color Harmonies of #E8DF85
Complementary color
Monochromatic Colors of #E8DF85
Black with #E8DF85
Text Example
Text Example
White with #E8DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF85; }
p { color: rgb(232,223,133); }
H1.HeaderClassName
{
color: #E8DF85;
}
.AnyTagClassName
{
color: #E8DF85;
}
</style>
background-color css
<style>
a { background-color: #E8DF85; }
a { background-color: rgb(232,223,133); }
div.DivClassName
{
background-color: #E8DF85;
}
.BgClassName
{
background-color: #E8DF85;
}
</style>
border-color css
<style>
span { border-color: #E8DF85; }
span { border-color: rgb(232,223,133); }
td.TdClassName
{
border-color: #E8DF85;
}
.TagClassName
{
border-color: #E8DF85;
}
</style>