Shades of Golden Fizz #E2E42E
Tints of Golden Fizz #E2E42E
RGB
CMYK
RGB Variations
Color information
#E2E42E (or 0xE2E42E) is known color: Golden Fizz. HEX triplet: E2, E4 and 2E. RGB value is (226,228,46). Sum of RGB (Red+Green+Blue) = 226+228+46=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E42E is #1D1BD1. Grayscale: #CFCFCF. Windows color (decimal): -1907666 or 3073250. OLE color: 3073250.
HSL color Cylindrical-coordinate representation of color #E2E42E: hue angle of 60.66º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2E42E is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 46 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.11 |
| HSL | 60.66º | 0.77% | 0.54% | - |
| HSV(B) | 60.66º | 0.8% | 0.89% | - |
| XYZ | 59.6 | 71.85 | 13.31 | - |
| YUV | 206.65 | 37.34 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 46 | 0.01 | 0 | 0.80 | 0.11 | 60.66 | 0.77 | 0.54 |
| Hex | E2 | E4 | 2E | 1 | 0 | 50 | B | 3D | 4D | 36 |
| Octal | 342 | 344 | 56 | 1 | 0 | 120 | 13 | 75 | 115 | 66 |
| Binary | 11100010 | 11100100 | 101110 | 1 | 0 | 1010000 | 1011 | 111101 | 1001101 | 110110 |
Color Harmonies of #E2E42E
Complementary color
Monochromatic Colors of #E2E42E
Black with #E2E42E
Text Example
Text Example
White with #E2E42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E42E; }
p { color: rgb(226,228,46); }
H1.HeaderClassName
{
color: #E2E42E;
}
.AnyTagClassName
{
color: #E2E42E;
}
</style>
background-color css
<style>
a { background-color: #E2E42E; }
a { background-color: rgb(226,228,46); }
div.DivClassName
{
background-color: #E2E42E;
}
.BgClassName
{
background-color: #E2E42E;
}
</style>
border-color css
<style>
span { border-color: #E2E42E; }
span { border-color: rgb(226,228,46); }
td.TdClassName
{
border-color: #E2E42E;
}
.TagClassName
{
border-color: #E2E42E;
}
</style>