Shades of Goldenrod #E2DD77
Tints of Goldenrod #E2DD77
RGB
CMYK
RGB Variations
Color information
#E2DD77 (or 0xE2DD77) is known color: Goldenrod. HEX triplet: E2, DD and 77. RGB value is (226,221,119). Sum of RGB (Red+Green+Blue) = 226+221+119=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD77 is #1D2288. Grayscale: #D3D3D3. Windows color (decimal): -1909385 or 7855586. OLE color: 7855586.
HSL color Cylindrical-coordinate representation of color #E2DD77: hue angle of 57.2º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2DD77 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 119 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.11 |
| HSL | 57.2º | 0.65% | 0.68% | - |
| HSV(B) | 57.2º | 0.47% | 0.89% | - |
| XYZ | 60.55 | 69.21 | 27.62 | - |
| YUV | 210.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 119 | 0 | 0.02 | 0.47 | 0.11 | 57.2 | 0.65 | 0.68 |
| Hex | E2 | DD | 77 | 0 | 2 | 2F | B | 39 | 41 | 44 |
| Octal | 342 | 335 | 167 | 0 | 2 | 57 | 13 | 71 | 101 | 104 |
| Binary | 11100010 | 11011101 | 1110111 | 0 | 10 | 101111 | 1011 | 111001 | 1000001 | 1000100 |
Color Harmonies of #E2DD77
Complementary color
Monochromatic Colors of #E2DD77
Black with #E2DD77
Text Example
Text Example
White with #E2DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD77; }
p { color: rgb(226,221,119); }
H1.HeaderClassName
{
color: #E2DD77;
}
.AnyTagClassName
{
color: #E2DD77;
}
</style>
background-color css
<style>
a { background-color: #E2DD77; }
a { background-color: rgb(226,221,119); }
div.DivClassName
{
background-color: #E2DD77;
}
.BgClassName
{
background-color: #E2DD77;
}
</style>
border-color css
<style>
span { border-color: #E2DD77; }
span { border-color: rgb(226,221,119); }
td.TdClassName
{
border-color: #E2DD77;
}
.TagClassName
{
border-color: #E2DD77;
}
</style>