Shades of Light Goldenrod #E5DD80
Tints of Light Goldenrod #E5DD80
RGB
CMYK
RGB Variations
Color information
#E5DD80 (or 0xE5DD80) is known color: Light Goldenrod. HEX triplet: E5, DD and 80. RGB value is (229,221,128). Sum of RGB (Red+Green+Blue) = 229+221+128=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD80 is #1A227F. Grayscale: #D5D5D5. Windows color (decimal): -1712768 or 8445413. OLE color: 8445413.
HSL color Cylindrical-coordinate representation of color #E5DD80: hue angle of 55.25º 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 #E5DD80 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 128 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.10 |
| HSL | 55.25º | 0.66% | 0.7% | - |
| HSV(B) | 55.25º | 0.44% | 0.9% | - |
| XYZ | 62.07 | 69.93 | 30.65 | - |
| YUV | 212.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 128 | 0 | 0.03 | 0.44 | 0.10 | 55.25 | 0.66 | 0.7 |
| Hex | E5 | DD | 80 | 0 | 3 | 2C | A | 37 | 42 | 46 |
| Octal | 345 | 335 | 200 | 0 | 3 | 54 | 12 | 67 | 102 | 106 |
| Binary | 11100101 | 11011101 | 10000000 | 0 | 11 | 101100 | 1010 | 110111 | 1000010 | 1000110 |
Color Harmonies of #E5DD80
Complementary color
Monochromatic Colors of #E5DD80
Black with #E5DD80
Text Example
Text Example
White with #E5DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD80; }
p { color: rgb(229,221,128); }
H1.HeaderClassName
{
color: #E5DD80;
}
.AnyTagClassName
{
color: #E5DD80;
}
</style>
background-color css
<style>
a { background-color: #E5DD80; }
a { background-color: rgb(229,221,128); }
div.DivClassName
{
background-color: #E5DD80;
}
.BgClassName
{
background-color: #E5DD80;
}
</style>
border-color css
<style>
span { border-color: #E5DD80; }
span { border-color: rgb(229,221,128); }
td.TdClassName
{
border-color: #E5DD80;
}
.TagClassName
{
border-color: #E5DD80;
}
</style>