Shades of Light Goldenrod #E2DA80
Tints of Light Goldenrod #E2DA80
RGB
CMYK
RGB Variations
Color information
#E2DA80 (or 0xE2DA80) is known color: Light Goldenrod. HEX triplet: E2, DA and 80. RGB value is (226,218,128). Sum of RGB (Red+Green+Blue) = 226+218+128=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA80 is #1D257F. Grayscale: #D2D2D2. Windows color (decimal): -1910144 or 8444642. OLE color: 8444642.
HSL color Cylindrical-coordinate representation of color #E2DA80: hue angle of 55.1º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2DA80 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 128 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.11 |
| HSL | 55.1º | 0.63% | 0.69% | - |
| HSV(B) | 55.1º | 0.43% | 0.89% | - |
| XYZ | 60.33 | 67.87 | 30.34 | - |
| YUV | 210.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 128 | 0 | 0.04 | 0.43 | 0.11 | 55.1 | 0.63 | 0.69 |
| Hex | E2 | DA | 80 | 0 | 4 | 2B | B | 37 | 3F | 45 |
| Octal | 342 | 332 | 200 | 0 | 4 | 53 | 13 | 67 | 77 | 105 |
| Binary | 11100010 | 11011010 | 10000000 | 0 | 100 | 101011 | 1011 | 110111 | 111111 | 1000101 |
Color Harmonies of #E2DA80
Complementary color
Monochromatic Colors of #E2DA80
Black with #E2DA80
Text Example
Text Example
White with #E2DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA80; }
p { color: rgb(226,218,128); }
H1.HeaderClassName
{
color: #E2DA80;
}
.AnyTagClassName
{
color: #E2DA80;
}
</style>
background-color css
<style>
a { background-color: #E2DA80; }
a { background-color: rgb(226,218,128); }
div.DivClassName
{
background-color: #E2DA80;
}
.BgClassName
{
background-color: #E2DA80;
}
</style>
border-color css
<style>
span { border-color: #E2DA80; }
span { border-color: rgb(226,218,128); }
td.TdClassName
{
border-color: #E2DA80;
}
.TagClassName
{
border-color: #E2DA80;
}
</style>