Shades of Light Goldenrod #E5DA80
Tints of Light Goldenrod #E5DA80
RGB
CMYK
RGB Variations
Color information
#E5DA80 (or 0xE5DA80) is known color: Light Goldenrod. HEX triplet: E5, DA and 80. RGB value is (229,218,128). Sum of RGB (Red+Green+Blue) = 229+218+128=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA80 is #1A257F. Grayscale: #D3D3D3. Windows color (decimal): -1713536 or 8444645. OLE color: 8444645.
HSL color Cylindrical-coordinate representation of color #E5DA80: hue angle of 53.47º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5DA80 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 128 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.10 |
| HSL | 53.47º | 0.66% | 0.7% | - |
| HSV(B) | 53.47º | 0.44% | 0.9% | - |
| XYZ | 61.28 | 68.36 | 30.39 | - |
| YUV | 211.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 128 | 0 | 0.05 | 0.44 | 0.10 | 53.47 | 0.66 | 0.7 |
| Hex | E5 | DA | 80 | 0 | 5 | 2C | A | 35 | 42 | 46 |
| Octal | 345 | 332 | 200 | 0 | 5 | 54 | 12 | 65 | 102 | 106 |
| Binary | 11100101 | 11011010 | 10000000 | 0 | 101 | 101100 | 1010 | 110101 | 1000010 | 1000110 |
Color Harmonies of #E5DA80
Complementary color
Monochromatic Colors of #E5DA80
Black with #E5DA80
Text Example
Text Example
White with #E5DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA80; }
p { color: rgb(229,218,128); }
H1.HeaderClassName
{
color: #E5DA80;
}
.AnyTagClassName
{
color: #E5DA80;
}
</style>
background-color css
<style>
a { background-color: #E5DA80; }
a { background-color: rgb(229,218,128); }
div.DivClassName
{
background-color: #E5DA80;
}
.BgClassName
{
background-color: #E5DA80;
}
</style>
border-color css
<style>
span { border-color: #E5DA80; }
span { border-color: rgb(229,218,128); }
td.TdClassName
{
border-color: #E5DA80;
}
.TagClassName
{
border-color: #E5DA80;
}
</style>