Shades of Light Goldenrod #E8DD85
Tints of Light Goldenrod #E8DD85
RGB
CMYK
RGB Variations
Color information
#E8DD85 (or 0xE8DD85) is known color: Light Goldenrod. HEX triplet: E8, DD and 85. RGB value is (232,221,133). Sum of RGB (Red+Green+Blue) = 232+221+133=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD85 is #17227A. Grayscale: #D6D6D6. Windows color (decimal): -1516155 or 8773096. OLE color: 8773096.
HSL color Cylindrical-coordinate representation of color #E8DD85: hue angle of 53.33º 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 #E8DD85 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 133 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.09 |
| HSL | 53.33º | 0.68% | 0.72% | - |
| HSV(B) | 53.33º | 0.43% | 0.91% | - |
| XYZ | 63.37 | 70.56 | 32.47 | - |
| YUV | 214.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 133 | 0 | 0.05 | 0.43 | 0.09 | 53.33 | 0.68 | 0.72 |
| Hex | E8 | DD | 85 | 0 | 5 | 2B | 9 | 35 | 44 | 48 |
| Octal | 350 | 335 | 205 | 0 | 5 | 53 | 11 | 65 | 104 | 110 |
| Binary | 11101000 | 11011101 | 10000101 | 0 | 101 | 101011 | 1001 | 110101 | 1000100 | 1001000 |
Color Harmonies of #E8DD85
Complementary color
Monochromatic Colors of #E8DD85
Black with #E8DD85
Text Example
Text Example
White with #E8DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD85; }
p { color: rgb(232,221,133); }
H1.HeaderClassName
{
color: #E8DD85;
}
.AnyTagClassName
{
color: #E8DD85;
}
</style>
background-color css
<style>
a { background-color: #E8DD85; }
a { background-color: rgb(232,221,133); }
div.DivClassName
{
background-color: #E8DD85;
}
.BgClassName
{
background-color: #E8DD85;
}
</style>
border-color css
<style>
span { border-color: #E8DD85; }
span { border-color: rgb(232,221,133); }
td.TdClassName
{
border-color: #E8DD85;
}
.TagClassName
{
border-color: #E8DD85;
}
</style>