Shades of Light Goldenrod #E5DC80
Tints of Light Goldenrod #E5DC80
RGB
CMYK
RGB Variations
Color information
#E5DC80 (or 0xE5DC80) is known color: Light Goldenrod. HEX triplet: E5, DC and 80. RGB value is (229,220,128). Sum of RGB (Red+Green+Blue) = 229+220+128=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC80 is #1A237F. Grayscale: #D4D4D4. Windows color (decimal): -1713024 or 8445157. OLE color: 8445157.
HSL color Cylindrical-coordinate representation of color #E5DC80: hue angle of 54.65º 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 #E5DC80 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 128 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.10 |
| HSL | 54.65º | 0.66% | 0.7% | - |
| HSV(B) | 54.65º | 0.44% | 0.9% | - |
| XYZ | 61.8 | 69.4 | 30.56 | - |
| YUV | 212.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 128 | 0 | 0.04 | 0.44 | 0.10 | 54.65 | 0.66 | 0.7 |
| Hex | E5 | DC | 80 | 0 | 4 | 2C | A | 37 | 42 | 46 |
| Octal | 345 | 334 | 200 | 0 | 4 | 54 | 12 | 67 | 102 | 106 |
| Binary | 11100101 | 11011100 | 10000000 | 0 | 100 | 101100 | 1010 | 110111 | 1000010 | 1000110 |
Color Harmonies of #E5DC80
Complementary color
Monochromatic Colors of #E5DC80
Black with #E5DC80
Text Example
Text Example
White with #E5DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC80; }
p { color: rgb(229,220,128); }
H1.HeaderClassName
{
color: #E5DC80;
}
.AnyTagClassName
{
color: #E5DC80;
}
</style>
background-color css
<style>
a { background-color: #E5DC80; }
a { background-color: rgb(229,220,128); }
div.DivClassName
{
background-color: #E5DC80;
}
.BgClassName
{
background-color: #E5DC80;
}
</style>
border-color css
<style>
span { border-color: #E5DC80; }
span { border-color: rgb(229,220,128); }
td.TdClassName
{
border-color: #E5DC80;
}
.TagClassName
{
border-color: #E5DC80;
}
</style>