Shades of Goldenrod #E2E475
Tints of Goldenrod #E2E475
RGB
CMYK
RGB Variations
Color information
#E2E475 (or 0xE2E475) is known color: Goldenrod. HEX triplet: E2, E4 and 75. RGB value is (226,228,117). Sum of RGB (Red+Green+Blue) = 226+228+117=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E475 is #1D1B8A. Grayscale: #D7D7D7. Windows color (decimal): -1907595 or 7726306. OLE color: 7726306.
HSL color Cylindrical-coordinate representation of color #E2E475: hue angle of 61.08º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2E475 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 117 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.11 |
| HSL | 61.08º | 0.67% | 0.68% | - |
| HSV(B) | 61.08º | 0.49% | 0.89% | - |
| XYZ | 62.32 | 72.94 | 27.62 | - |
| YUV | 214.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 117 | 0.01 | 0 | 0.49 | 0.11 | 61.08 | 0.67 | 0.68 |
| Hex | E2 | E4 | 75 | 1 | 0 | 31 | B | 3D | 43 | 44 |
| Octal | 342 | 344 | 165 | 1 | 0 | 61 | 13 | 75 | 103 | 104 |
| Binary | 11100010 | 11100100 | 1110101 | 1 | 0 | 110001 | 1011 | 111101 | 1000011 | 1000100 |
Color Harmonies of #E2E475
Complementary color
Monochromatic Colors of #E2E475
Black with #E2E475
Text Example
Text Example
White with #E2E475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E475; }
p { color: rgb(226,228,117); }
H1.HeaderClassName
{
color: #E2E475;
}
.AnyTagClassName
{
color: #E2E475;
}
</style>
background-color css
<style>
a { background-color: #E2E475; }
a { background-color: rgb(226,228,117); }
div.DivClassName
{
background-color: #E2E475;
}
.BgClassName
{
background-color: #E2E475;
}
</style>
border-color css
<style>
span { border-color: #E2E475; }
span { border-color: rgb(226,228,117); }
td.TdClassName
{
border-color: #E2E475;
}
.TagClassName
{
border-color: #E2E475;
}
</style>