Shades of Goldenrod #E2E178
Tints of Goldenrod #E2E178
RGB
CMYK
RGB Variations
Color information
#E2E178 (or 0xE2E178) is known color: Goldenrod. HEX triplet: E2, E1 and 78. RGB value is (226,225,120). Sum of RGB (Red+Green+Blue) = 226+225+120=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E178 is #1D1E87. Grayscale: #D5D5D5. Windows color (decimal): -1908360 or 7922146. OLE color: 7922146.
HSL color Cylindrical-coordinate representation of color #E2E178: hue angle of 59.43º 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 #E2E178 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 120 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.11 |
| HSL | 59.43º | 0.65% | 0.68% | - |
| HSV(B) | 59.43º | 0.47% | 0.89% | - |
| XYZ | 61.68 | 71.38 | 28.3 | - |
| YUV | 213.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 120 | 0 | 0.00 | 0.47 | 0.11 | 59.43 | 0.65 | 0.68 |
| Hex | E2 | E1 | 78 | 0 | 0 | 2F | B | 3B | 41 | 44 |
| Octal | 342 | 341 | 170 | 0 | 0 | 57 | 13 | 73 | 101 | 104 |
| Binary | 11100010 | 11100001 | 1111000 | 0 | 0 | 101111 | 1011 | 111011 | 1000001 | 1000100 |
Color Harmonies of #E2E178
Complementary color
Monochromatic Colors of #E2E178
Black with #E2E178
Text Example
Text Example
White with #E2E178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E178; }
p { color: rgb(226,225,120); }
H1.HeaderClassName
{
color: #E2E178;
}
.AnyTagClassName
{
color: #E2E178;
}
</style>
background-color css
<style>
a { background-color: #E2E178; }
a { background-color: rgb(226,225,120); }
div.DivClassName
{
background-color: #E2E178;
}
.BgClassName
{
background-color: #E2E178;
}
</style>
border-color css
<style>
span { border-color: #E2E178; }
span { border-color: rgb(226,225,120); }
td.TdClassName
{
border-color: #E2E178;
}
.TagClassName
{
border-color: #E2E178;
}
</style>