Shades of Light Goldenrod #E5DB80
Tints of Light Goldenrod #E5DB80
RGB
CMYK
RGB Variations
Color information
#E5DB80 (or 0xE5DB80) is known color: Light Goldenrod. HEX triplet: E5, DB and 80. RGB value is (229,219,128). Sum of RGB (Red+Green+Blue) = 229+219+128=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DB80 is #1A247F. Grayscale: #D3D3D3. Windows color (decimal): -1713280 or 8444901. OLE color: 8444901.
HSL color Cylindrical-coordinate representation of color #E5DB80: hue angle of 54.06º 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 #E5DB80 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 128 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.10 |
| HSL | 54.06º | 0.66% | 0.7% | - |
| HSV(B) | 54.06º | 0.44% | 0.9% | - |
| XYZ | 61.54 | 68.88 | 30.47 | - |
| YUV | 211.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 128 | 0 | 0.04 | 0.44 | 0.10 | 54.06 | 0.66 | 0.7 |
| Hex | E5 | DB | 80 | 0 | 4 | 2C | A | 36 | 42 | 46 |
| Octal | 345 | 333 | 200 | 0 | 4 | 54 | 12 | 66 | 102 | 106 |
| Binary | 11100101 | 11011011 | 10000000 | 0 | 100 | 101100 | 1010 | 110110 | 1000010 | 1000110 |
Color Harmonies of #E5DB80
Complementary color
Monochromatic Colors of #E5DB80
Black with #E5DB80
Text Example
Text Example
White with #E5DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB80; }
p { color: rgb(229,219,128); }
H1.HeaderClassName
{
color: #E5DB80;
}
.AnyTagClassName
{
color: #E5DB80;
}
</style>
background-color css
<style>
a { background-color: #E5DB80; }
a { background-color: rgb(229,219,128); }
div.DivClassName
{
background-color: #E5DB80;
}
.BgClassName
{
background-color: #E5DB80;
}
</style>
border-color css
<style>
span { border-color: #E5DB80; }
span { border-color: rgb(229,219,128); }
td.TdClassName
{
border-color: #E5DB80;
}
.TagClassName
{
border-color: #E5DB80;
}
</style>