Shades of Goldenrod #E0DE68
Tints of Goldenrod #E0DE68
RGB
CMYK
RGB Variations
Color information
#E0DE68 (or 0xE0DE68) is known color: Goldenrod. HEX triplet: E0, DE and 68. RGB value is (224,222,104). Sum of RGB (Red+Green+Blue) = 224+222+104=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE68 is #1F2197. Grayscale: #D1D1D1. Windows color (decimal): -2040216 or 6872800. OLE color: 6872800.
HSL color Cylindrical-coordinate representation of color #E0DE68: hue angle of 59º 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 #E0DE68 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 104 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.12 |
| HSL | 59º | 0.66% | 0.64% | - |
| HSV(B) | 59º | 0.54% | 0.88% | - |
| XYZ | 59.36 | 69.09 | 23.3 | - |
| YUV | 209.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 104 | 0 | 0.01 | 0.54 | 0.12 | 59 | 0.66 | 0.64 |
| Hex | E0 | DE | 68 | 0 | 1 | 36 | C | 3B | 42 | 40 |
| Octal | 340 | 336 | 150 | 0 | 1 | 66 | 14 | 73 | 102 | 100 |
| Binary | 11100000 | 11011110 | 1101000 | 0 | 1 | 110110 | 1100 | 111011 | 1000010 | 1000000 |
Color Harmonies of #E0DE68
Complementary color
Monochromatic Colors of #E0DE68
Black with #E0DE68
Text Example
Text Example
White with #E0DE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE68; }
p { color: rgb(224,222,104); }
H1.HeaderClassName
{
color: #E0DE68;
}
.AnyTagClassName
{
color: #E0DE68;
}
</style>
background-color css
<style>
a { background-color: #E0DE68; }
a { background-color: rgb(224,222,104); }
div.DivClassName
{
background-color: #E0DE68;
}
.BgClassName
{
background-color: #E0DE68;
}
</style>
border-color css
<style>
span { border-color: #E0DE68; }
span { border-color: rgb(224,222,104); }
td.TdClassName
{
border-color: #E0DE68;
}
.TagClassName
{
border-color: #E0DE68;
}
</style>