Shades of Goldenrod #E0DD77
Tints of Goldenrod #E0DD77
RGB
CMYK
RGB Variations
Color information
#E0DD77 (or 0xE0DD77) is known color: Goldenrod. HEX triplet: E0, DD and 77. RGB value is (224,221,119). Sum of RGB (Red+Green+Blue) = 224+221+119=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD77 is #1F2288. Grayscale: #D2D2D2. Windows color (decimal): -2040457 or 7855584. OLE color: 7855584.
HSL color Cylindrical-coordinate representation of color #E0DD77: hue angle of 58.29º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0DD77 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 119 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.12 |
| HSL | 58.29º | 0.63% | 0.67% | - |
| HSV(B) | 58.29º | 0.47% | 0.88% | - |
| XYZ | 59.93 | 68.89 | 27.59 | - |
| YUV | 210.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 119 | 0 | 0.01 | 0.47 | 0.12 | 58.29 | 0.63 | 0.67 |
| Hex | E0 | DD | 77 | 0 | 1 | 2F | C | 3A | 3F | 43 |
| Octal | 340 | 335 | 167 | 0 | 1 | 57 | 14 | 72 | 77 | 103 |
| Binary | 11100000 | 11011101 | 1110111 | 0 | 1 | 101111 | 1100 | 111010 | 111111 | 1000011 |
Color Harmonies of #E0DD77
Complementary color
Monochromatic Colors of #E0DD77
Black with #E0DD77
Text Example
Text Example
White with #E0DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD77; }
p { color: rgb(224,221,119); }
H1.HeaderClassName
{
color: #E0DD77;
}
.AnyTagClassName
{
color: #E0DD77;
}
</style>
background-color css
<style>
a { background-color: #E0DD77; }
a { background-color: rgb(224,221,119); }
div.DivClassName
{
background-color: #E0DD77;
}
.BgClassName
{
background-color: #E0DD77;
}
</style>
border-color css
<style>
span { border-color: #E0DD77; }
span { border-color: rgb(224,221,119); }
td.TdClassName
{
border-color: #E0DD77;
}
.TagClassName
{
border-color: #E0DD77;
}
</style>