Shades of Goldenrod #E0DE69
Tints of Goldenrod #E0DE69
RGB
CMYK
RGB Variations
Color information
#E0DE69 (or 0xE0DE69) is known color: Goldenrod. HEX triplet: E0, DE and 69. RGB value is (224,222,105). Sum of RGB (Red+Green+Blue) = 224+222+105=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE69 is #1F2196. Grayscale: #D1D1D1. Windows color (decimal): -2040215 or 6938336. OLE color: 6938336.
HSL color Cylindrical-coordinate representation of color #E0DE69: hue angle of 58.99º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0DE69 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 105 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.12 |
| HSL | 58.99º | 0.66% | 0.65% | - |
| HSV(B) | 58.99º | 0.53% | 0.88% | - |
| XYZ | 59.41 | 69.11 | 23.57 | - |
| YUV | 209.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 105 | 0 | 0.01 | 0.53 | 0.12 | 58.99 | 0.66 | 0.65 |
| Hex | E0 | DE | 69 | 0 | 1 | 35 | C | 3B | 42 | 41 |
| Octal | 340 | 336 | 151 | 0 | 1 | 65 | 14 | 73 | 102 | 101 |
| Binary | 11100000 | 11011110 | 1101001 | 0 | 1 | 110101 | 1100 | 111011 | 1000010 | 1000001 |
Color Harmonies of #E0DE69
Complementary color
Monochromatic Colors of #E0DE69
Black with #E0DE69
Text Example
Text Example
White with #E0DE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE69; }
p { color: rgb(224,222,105); }
H1.HeaderClassName
{
color: #E0DE69;
}
.AnyTagClassName
{
color: #E0DE69;
}
</style>
background-color css
<style>
a { background-color: #E0DE69; }
a { background-color: rgb(224,222,105); }
div.DivClassName
{
background-color: #E0DE69;
}
.BgClassName
{
background-color: #E0DE69;
}
</style>
border-color css
<style>
span { border-color: #E0DE69; }
span { border-color: rgb(224,222,105); }
td.TdClassName
{
border-color: #E0DE69;
}
.TagClassName
{
border-color: #E0DE69;
}
</style>