Shades of Goldenrod #E0DC77
Tints of Goldenrod #E0DC77
RGB
CMYK
RGB Variations
Color information
#E0DC77 (or 0xE0DC77) is known color: Goldenrod. HEX triplet: E0, DC and 77. RGB value is (224,220,119). Sum of RGB (Red+Green+Blue) = 224+220+119=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC77 is #1F2388. Grayscale: #D2D2D2. Windows color (decimal): -2040713 or 7855328. OLE color: 7855328.
HSL color Cylindrical-coordinate representation of color #E0DC77: hue angle of 57.71º 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 #E0DC77 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 119 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.12 |
| HSL | 57.71º | 0.63% | 0.67% | - |
| HSV(B) | 57.71º | 0.47% | 0.88% | - |
| XYZ | 59.66 | 68.37 | 27.5 | - |
| YUV | 209.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 119 | 0 | 0.02 | 0.47 | 0.12 | 57.71 | 0.63 | 0.67 |
| Hex | E0 | DC | 77 | 0 | 2 | 2F | C | 3A | 3F | 43 |
| Octal | 340 | 334 | 167 | 0 | 2 | 57 | 14 | 72 | 77 | 103 |
| Binary | 11100000 | 11011100 | 1110111 | 0 | 10 | 101111 | 1100 | 111010 | 111111 | 1000011 |
Color Harmonies of #E0DC77
Complementary color
Monochromatic Colors of #E0DC77
Black with #E0DC77
Text Example
Text Example
White with #E0DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC77; }
p { color: rgb(224,220,119); }
H1.HeaderClassName
{
color: #E0DC77;
}
.AnyTagClassName
{
color: #E0DC77;
}
</style>
background-color css
<style>
a { background-color: #E0DC77; }
a { background-color: rgb(224,220,119); }
div.DivClassName
{
background-color: #E0DC77;
}
.BgClassName
{
background-color: #E0DC77;
}
</style>
border-color css
<style>
span { border-color: #E0DC77; }
span { border-color: rgb(224,220,119); }
td.TdClassName
{
border-color: #E0DC77;
}
.TagClassName
{
border-color: #E0DC77;
}
</style>