Shades of Light Goldenrod #E8DD80
Tints of Light Goldenrod #E8DD80
RGB
CMYK
RGB Variations
Color information
#E8DD80 (or 0xE8DD80) is known color: Light Goldenrod. HEX triplet: E8, DD and 80. RGB value is (232,221,128). Sum of RGB (Red+Green+Blue) = 232+221+128=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DD80 is #17227F. Grayscale: #D6D6D6. Windows color (decimal): -1516160 or 8445416. OLE color: 8445416.
HSL color Cylindrical-coordinate representation of color #E8DD80: hue angle of 53.65º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8DD80 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 128 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.09 |
| HSL | 53.65º | 0.69% | 0.71% | - |
| HSV(B) | 53.65º | 0.45% | 0.91% | - |
| XYZ | 63.03 | 70.43 | 30.69 | - |
| YUV | 213.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 128 | 0 | 0.05 | 0.45 | 0.09 | 53.65 | 0.69 | 0.71 |
| Hex | E8 | DD | 80 | 0 | 5 | 2D | 9 | 36 | 45 | 47 |
| Octal | 350 | 335 | 200 | 0 | 5 | 55 | 11 | 66 | 105 | 107 |
| Binary | 11101000 | 11011101 | 10000000 | 0 | 101 | 101101 | 1001 | 110110 | 1000101 | 1000111 |
Color Harmonies of #E8DD80
Complementary color
Monochromatic Colors of #E8DD80
Black with #E8DD80
Text Example
Text Example
White with #E8DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD80; }
p { color: rgb(232,221,128); }
H1.HeaderClassName
{
color: #E8DD80;
}
.AnyTagClassName
{
color: #E8DD80;
}
</style>
background-color css
<style>
a { background-color: #E8DD80; }
a { background-color: rgb(232,221,128); }
div.DivClassName
{
background-color: #E8DD80;
}
.BgClassName
{
background-color: #E8DD80;
}
</style>
border-color css
<style>
span { border-color: #E8DD80; }
span { border-color: rgb(232,221,128); }
td.TdClassName
{
border-color: #E8DD80;
}
.TagClassName
{
border-color: #E8DD80;
}
</style>