Shades of Goldenrod #E2E574
Tints of Goldenrod #E2E574
RGB
CMYK
RGB Variations
Color information
#E2E574 (or 0xE2E574) is known color: Goldenrod. HEX triplet: E2, E5 and 74. RGB value is (226,229,116). Sum of RGB (Red+Green+Blue) = 226+229+116=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E574 is #1D1A8B. Grayscale: #D7D7D7. Windows color (decimal): -1907340 or 7661026. OLE color: 7661026.
HSL color Cylindrical-coordinate representation of color #E2E574: hue angle of 61.59º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2E574 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 116 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.10 |
| HSL | 61.59º | 0.68% | 0.68% | - |
| HSV(B) | 61.59º | 0.49% | 0.9% | - |
| XYZ | 62.54 | 73.47 | 27.41 | - |
| YUV | 215.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 116 | 0.01 | 0 | 0.49 | 0.10 | 61.59 | 0.68 | 0.68 |
| Hex | E2 | E5 | 74 | 1 | 0 | 31 | A | 3E | 44 | 44 |
| Octal | 342 | 345 | 164 | 1 | 0 | 61 | 12 | 76 | 104 | 104 |
| Binary | 11100010 | 11100101 | 1110100 | 1 | 0 | 110001 | 1010 | 111110 | 1000100 | 1000100 |
Color Harmonies of #E2E574
Complementary color
Monochromatic Colors of #E2E574
Black with #E2E574
Text Example
Text Example
White with #E2E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E574; }
p { color: rgb(226,229,116); }
H1.HeaderClassName
{
color: #E2E574;
}
.AnyTagClassName
{
color: #E2E574;
}
</style>
background-color css
<style>
a { background-color: #E2E574; }
a { background-color: rgb(226,229,116); }
div.DivClassName
{
background-color: #E2E574;
}
.BgClassName
{
background-color: #E2E574;
}
</style>
border-color css
<style>
span { border-color: #E2E574; }
span { border-color: rgb(226,229,116); }
td.TdClassName
{
border-color: #E2E574;
}
.TagClassName
{
border-color: #E2E574;
}
</style>