Shades of Goldenrod #E0DE6F
Tints of Goldenrod #E0DE6F
RGB
CMYK
RGB Variations
Color information
#E0DE6F (or 0xE0DE6F) is known color: Goldenrod. HEX triplet: E0, DE and 6F. RGB value is (224,222,111). Sum of RGB (Red+Green+Blue) = 224+222+111=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE6F is #1F2190. Grayscale: #D2D2D2. Windows color (decimal): -2040209 or 7331552. OLE color: 7331552.
HSL color Cylindrical-coordinate representation of color #E0DE6F: hue angle of 58.94º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0DE6F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 111 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.12 |
| HSL | 58.94º | 0.65% | 0.66% | - |
| HSV(B) | 58.94º | 0.5% | 0.88% | - |
| XYZ | 59.73 | 69.24 | 25.25 | - |
| YUV | 209.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 111 | 0 | 0.01 | 0.50 | 0.12 | 58.94 | 0.65 | 0.66 |
| Hex | E0 | DE | 6F | 0 | 1 | 32 | C | 3B | 41 | 42 |
| Octal | 340 | 336 | 157 | 0 | 1 | 62 | 14 | 73 | 101 | 102 |
| Binary | 11100000 | 11011110 | 1101111 | 0 | 1 | 110010 | 1100 | 111011 | 1000001 | 1000010 |
Color Harmonies of #E0DE6F
Complementary color
Monochromatic Colors of #E0DE6F
Black with #E0DE6F
Text Example
Text Example
White with #E0DE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE6F; }
p { color: rgb(224,222,111); }
H1.HeaderClassName
{
color: #E0DE6F;
}
.AnyTagClassName
{
color: #E0DE6F;
}
</style>
background-color css
<style>
a { background-color: #E0DE6F; }
a { background-color: rgb(224,222,111); }
div.DivClassName
{
background-color: #E0DE6F;
}
.BgClassName
{
background-color: #E0DE6F;
}
</style>
border-color css
<style>
span { border-color: #E0DE6F; }
span { border-color: rgb(224,222,111); }
td.TdClassName
{
border-color: #E0DE6F;
}
.TagClassName
{
border-color: #E0DE6F;
}
</style>