Shades of Goldenrod #E0DE66
Tints of Goldenrod #E0DE66
RGB
CMYK
RGB Variations
Color information
#E0DE66 (or 0xE0DE66) is known color: Goldenrod. HEX triplet: E0, DE and 66. RGB value is (224,222,102). Sum of RGB (Red+Green+Blue) = 224+222+102=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE66 is #1F2199. Grayscale: #D1D1D1. Windows color (decimal): -2040218 or 6741728. OLE color: 6741728.
HSL color Cylindrical-coordinate representation of color #E0DE66: hue angle of 59.02º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0DE66 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 102 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.12 |
| HSL | 59.02º | 0.66% | 0.64% | - |
| HSV(B) | 59.02º | 0.54% | 0.88% | - |
| XYZ | 59.26 | 69.05 | 22.77 | - |
| YUV | 208.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 102 | 0 | 0.01 | 0.54 | 0.12 | 59.02 | 0.66 | 0.64 |
| Hex | E0 | DE | 66 | 0 | 1 | 36 | C | 3B | 42 | 40 |
| Octal | 340 | 336 | 146 | 0 | 1 | 66 | 14 | 73 | 102 | 100 |
| Binary | 11100000 | 11011110 | 1100110 | 0 | 1 | 110110 | 1100 | 111011 | 1000010 | 1000000 |
Color Harmonies of #E0DE66
Complementary color
Monochromatic Colors of #E0DE66
Black with #E0DE66
Text Example
Text Example
White with #E0DE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE66; }
p { color: rgb(224,222,102); }
H1.HeaderClassName
{
color: #E0DE66;
}
.AnyTagClassName
{
color: #E0DE66;
}
</style>
background-color css
<style>
a { background-color: #E0DE66; }
a { background-color: rgb(224,222,102); }
div.DivClassName
{
background-color: #E0DE66;
}
.BgClassName
{
background-color: #E0DE66;
}
</style>
border-color css
<style>
span { border-color: #E0DE66; }
span { border-color: rgb(224,222,102); }
td.TdClassName
{
border-color: #E0DE66;
}
.TagClassName
{
border-color: #E0DE66;
}
</style>