Shades of Goldenrod #E0DD79
Tints of Goldenrod #E0DD79
RGB
CMYK
RGB Variations
Color information
#E0DD79 (or 0xE0DD79) is known color: Goldenrod. HEX triplet: E0, DD and 79. RGB value is (224,221,121). Sum of RGB (Red+Green+Blue) = 224+221+121=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 121 (47.66% from 255 or 21.38% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD79 is #1F2286. Grayscale: #D2D2D2. Windows color (decimal): -2040455 or 7986656. OLE color: 7986656.
HSL color Cylindrical-coordinate representation of color #E0DD79: hue angle of 58.25º 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 #E0DD79 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 121 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.12 |
| HSL | 58.25º | 0.62% | 0.68% | - |
| HSV(B) | 58.25º | 0.46% | 0.88% | - |
| XYZ | 60.05 | 68.94 | 28.23 | - |
| YUV | 210.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 121 | 0 | 0.01 | 0.46 | 0.12 | 58.25 | 0.62 | 0.68 |
| Hex | E0 | DD | 79 | 0 | 1 | 2E | C | 3A | 3E | 44 |
| Octal | 340 | 335 | 171 | 0 | 1 | 56 | 14 | 72 | 76 | 104 |
| Binary | 11100000 | 11011101 | 1111001 | 0 | 1 | 101110 | 1100 | 111010 | 111110 | 1000100 |
Color Harmonies of #E0DD79
Complementary color
Monochromatic Colors of #E0DD79
Black with #E0DD79
Text Example
Text Example
White with #E0DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD79; }
p { color: rgb(224,221,121); }
H1.HeaderClassName
{
color: #E0DD79;
}
.AnyTagClassName
{
color: #E0DD79;
}
</style>
background-color css
<style>
a { background-color: #E0DD79; }
a { background-color: rgb(224,221,121); }
div.DivClassName
{
background-color: #E0DD79;
}
.BgClassName
{
background-color: #E0DD79;
}
</style>
border-color css
<style>
span { border-color: #E0DD79; }
span { border-color: rgb(224,221,121); }
td.TdClassName
{
border-color: #E0DD79;
}
.TagClassName
{
border-color: #E0DD79;
}
</style>