Shades of Golden Fizz #E2E12E
Tints of Golden Fizz #E2E12E
RGB
CMYK
RGB Variations
Color information
#E2E12E (or 0xE2E12E) is known color: Golden Fizz. HEX triplet: E2, E1 and 2E. RGB value is (226,225,46). Sum of RGB (Red+Green+Blue) = 226+225+46=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E12E is #1D1ED1. Grayscale: #CDCDCD. Windows color (decimal): -1908434 or 3072482. OLE color: 3072482.
HSL color Cylindrical-coordinate representation of color #E2E12E: hue angle of 59.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2E12E is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 46 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.11 |
| HSL | 59.67º | 0.76% | 0.53% | - |
| HSV(B) | 59.67º | 0.8% | 0.89% | - |
| XYZ | 58.78 | 70.22 | 13.04 | - |
| YUV | 204.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 46 | 0 | 0.00 | 0.80 | 0.11 | 59.67 | 0.76 | 0.53 |
| Hex | E2 | E1 | 2E | 0 | 0 | 50 | B | 3C | 4C | 35 |
| Octal | 342 | 341 | 56 | 0 | 0 | 120 | 13 | 74 | 114 | 65 |
| Binary | 11100010 | 11100001 | 101110 | 0 | 0 | 1010000 | 1011 | 111100 | 1001100 | 110101 |
Color Harmonies of #E2E12E
Complementary color
Monochromatic Colors of #E2E12E
Black with #E2E12E
Text Example
Text Example
White with #E2E12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E12E; }
p { color: rgb(226,225,46); }
H1.HeaderClassName
{
color: #E2E12E;
}
.AnyTagClassName
{
color: #E2E12E;
}
</style>
background-color css
<style>
a { background-color: #E2E12E; }
a { background-color: rgb(226,225,46); }
div.DivClassName
{
background-color: #E2E12E;
}
.BgClassName
{
background-color: #E2E12E;
}
</style>
border-color css
<style>
span { border-color: #E2E12E; }
span { border-color: rgb(226,225,46); }
td.TdClassName
{
border-color: #E2E12E;
}
.TagClassName
{
border-color: #E2E12E;
}
</style>