Shades of Goldenrod #E2E477
Tints of Goldenrod #E2E477
RGB
CMYK
RGB Variations
Color information
#E2E477 (or 0xE2E477) is known color: Goldenrod. HEX triplet: E2, E4 and 77. RGB value is (226,228,119). Sum of RGB (Red+Green+Blue) = 226+228+119=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E477 is #1D1B88. Grayscale: #D7D7D7. Windows color (decimal): -1907593 or 7857378. OLE color: 7857378.
HSL color Cylindrical-coordinate representation of color #E2E477: hue angle of 61.1º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2E477 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 119 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.11 |
| HSL | 61.1º | 0.67% | 0.68% | - |
| HSV(B) | 61.1º | 0.48% | 0.89% | - |
| XYZ | 62.44 | 72.99 | 28.25 | - |
| YUV | 214.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 119 | 0.01 | 0 | 0.48 | 0.11 | 61.1 | 0.67 | 0.68 |
| Hex | E2 | E4 | 77 | 1 | 0 | 30 | B | 3D | 43 | 44 |
| Octal | 342 | 344 | 167 | 1 | 0 | 60 | 13 | 75 | 103 | 104 |
| Binary | 11100010 | 11100100 | 1110111 | 1 | 0 | 110000 | 1011 | 111101 | 1000011 | 1000100 |
Color Harmonies of #E2E477
Complementary color
Monochromatic Colors of #E2E477
Black with #E2E477
Text Example
Text Example
White with #E2E477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E477; }
p { color: rgb(226,228,119); }
H1.HeaderClassName
{
color: #E2E477;
}
.AnyTagClassName
{
color: #E2E477;
}
</style>
background-color css
<style>
a { background-color: #E2E477; }
a { background-color: rgb(226,228,119); }
div.DivClassName
{
background-color: #E2E477;
}
.BgClassName
{
background-color: #E2E477;
}
</style>
border-color css
<style>
span { border-color: #E2E477; }
span { border-color: rgb(226,228,119); }
td.TdClassName
{
border-color: #E2E477;
}
.TagClassName
{
border-color: #E2E477;
}
</style>