Shades of Goldenrod #E0DE65
Tints of Goldenrod #E0DE65
RGB
CMYK
RGB Variations
Color information
#E0DE65 (or 0xE0DE65) is known color: Goldenrod. HEX triplet: E0, DE and 65. RGB value is (224,222,101). Sum of RGB (Red+Green+Blue) = 224+222+101=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE65 is #1F219A. Grayscale: #D1D1D1. Windows color (decimal): -2040219 or 6676192. OLE color: 6676192.
HSL color Cylindrical-coordinate representation of color #E0DE65: 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.55%. Process color model (Four color, CMYK) of #E0DE65 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 101 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.12 |
| HSL | 59.02º | 0.66% | 0.64% | - |
| HSV(B) | 59.02º | 0.55% | 0.88% | - |
| XYZ | 59.21 | 69.03 | 22.52 | - |
| YUV | 208.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 101 | 0 | 0.01 | 0.55 | 0.12 | 59.02 | 0.66 | 0.64 |
| Hex | E0 | DE | 65 | 0 | 1 | 37 | C | 3B | 42 | 40 |
| Octal | 340 | 336 | 145 | 0 | 1 | 67 | 14 | 73 | 102 | 100 |
| Binary | 11100000 | 11011110 | 1100101 | 0 | 1 | 110111 | 1100 | 111011 | 1000010 | 1000000 |
Color Harmonies of #E0DE65
Complementary color
Monochromatic Colors of #E0DE65
Black with #E0DE65
Text Example
Text Example
White with #E0DE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE65; }
p { color: rgb(224,222,101); }
H1.HeaderClassName
{
color: #E0DE65;
}
.AnyTagClassName
{
color: #E0DE65;
}
</style>
background-color css
<style>
a { background-color: #E0DE65; }
a { background-color: rgb(224,222,101); }
div.DivClassName
{
background-color: #E0DE65;
}
.BgClassName
{
background-color: #E0DE65;
}
</style>
border-color css
<style>
span { border-color: #E0DE65; }
span { border-color: rgb(224,222,101); }
td.TdClassName
{
border-color: #E0DE65;
}
.TagClassName
{
border-color: #E0DE65;
}
</style>