Shades of Goldenrod #E0DE79
Tints of Goldenrod #E0DE79
RGB
CMYK
RGB Variations
Color information
#E0DE79 (or 0xE0DE79) is known color: Goldenrod. HEX triplet: E0, DE and 79. RGB value is (224,222,121). Sum of RGB (Red+Green+Blue) = 224+222+121=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE79 is #1F2186. Grayscale: #D3D3D3. Windows color (decimal): -2040199 or 7986912. OLE color: 7986912.
HSL color Cylindrical-coordinate representation of color #E0DE79: hue angle of 58.83º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0DE79 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 121 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.12 |
| HSL | 58.83º | 0.62% | 0.68% | - |
| HSV(B) | 58.83º | 0.46% | 0.88% | - |
| XYZ | 60.31 | 69.47 | 28.32 | - |
| YUV | 211.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 121 | 0 | 0.01 | 0.46 | 0.12 | 58.83 | 0.62 | 0.68 |
| Hex | E0 | DE | 79 | 0 | 1 | 2E | C | 3B | 3E | 44 |
| Octal | 340 | 336 | 171 | 0 | 1 | 56 | 14 | 73 | 76 | 104 |
| Binary | 11100000 | 11011110 | 1111001 | 0 | 1 | 101110 | 1100 | 111011 | 111110 | 1000100 |
Color Harmonies of #E0DE79
Complementary color
Monochromatic Colors of #E0DE79
Black with #E0DE79
Text Example
Text Example
White with #E0DE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE79; }
p { color: rgb(224,222,121); }
H1.HeaderClassName
{
color: #E0DE79;
}
.AnyTagClassName
{
color: #E0DE79;
}
</style>
background-color css
<style>
a { background-color: #E0DE79; }
a { background-color: rgb(224,222,121); }
div.DivClassName
{
background-color: #E0DE79;
}
.BgClassName
{
background-color: #E0DE79;
}
</style>
border-color css
<style>
span { border-color: #E0DE79; }
span { border-color: rgb(224,222,121); }
td.TdClassName
{
border-color: #E0DE79;
}
.TagClassName
{
border-color: #E0DE79;
}
</style>