Shades of Goldenrod #E2E174
Tints of Goldenrod #E2E174
RGB
CMYK
RGB Variations
Color information
#E2E174 (or 0xE2E174) is known color: Goldenrod. HEX triplet: E2, E1 and 74. RGB value is (226,225,116). Sum of RGB (Red+Green+Blue) = 226+225+116=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E174 is #1D1E8B. Grayscale: #D5D5D5. Windows color (decimal): -1908364 or 7660002. OLE color: 7660002.
HSL color Cylindrical-coordinate representation of color #E2E174: hue angle of 59.45º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2E174 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 116 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.11 |
| HSL | 59.45º | 0.65% | 0.67% | - |
| HSV(B) | 59.45º | 0.49% | 0.89% | - |
| XYZ | 61.44 | 71.28 | 27.04 | - |
| YUV | 212.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 116 | 0 | 0.00 | 0.49 | 0.11 | 59.45 | 0.65 | 0.67 |
| Hex | E2 | E1 | 74 | 0 | 0 | 31 | B | 3B | 41 | 43 |
| Octal | 342 | 341 | 164 | 0 | 0 | 61 | 13 | 73 | 101 | 103 |
| Binary | 11100010 | 11100001 | 1110100 | 0 | 0 | 110001 | 1011 | 111011 | 1000001 | 1000011 |
Color Harmonies of #E2E174
Complementary color
Monochromatic Colors of #E2E174
Black with #E2E174
Text Example
Text Example
White with #E2E174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E174; }
p { color: rgb(226,225,116); }
H1.HeaderClassName
{
color: #E2E174;
}
.AnyTagClassName
{
color: #E2E174;
}
</style>
background-color css
<style>
a { background-color: #E2E174; }
a { background-color: rgb(226,225,116); }
div.DivClassName
{
background-color: #E2E174;
}
.BgClassName
{
background-color: #E2E174;
}
</style>
border-color css
<style>
span { border-color: #E2E174; }
span { border-color: rgb(226,225,116); }
td.TdClassName
{
border-color: #E2E174;
}
.TagClassName
{
border-color: #E2E174;
}
</style>