Shades of Golden Fizz #E2E022
Tints of Golden Fizz #E2E022
RGB
CMYK
RGB Variations
Color information
#E2E022 (or 0xE2E022) is known color: Golden Fizz. HEX triplet: E2, E0 and 22. RGB value is (226,224,34). Sum of RGB (Red+Green+Blue) = 226+224+34=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E022 is #1D1FDD. Grayscale: #CBCBCB. Windows color (decimal): -1908702 or 2285794. OLE color: 2285794.
HSL color Cylindrical-coordinate representation of color #E2E022: hue angle of 59.38º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2E022 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 34 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.11 |
| HSL | 59.38º | 0.77% | 0.51% | - |
| HSV(B) | 59.38º | 0.85% | 0.89% | - |
| XYZ | 58.31 | 69.6 | 11.87 | - |
| YUV | 202.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 34 | 0 | 0.01 | 0.85 | 0.11 | 59.38 | 0.77 | 0.51 |
| Hex | E2 | E0 | 22 | 0 | 1 | 55 | B | 3B | 4D | 33 |
| Octal | 342 | 340 | 42 | 0 | 1 | 125 | 13 | 73 | 115 | 63 |
| Binary | 11100010 | 11100000 | 100010 | 0 | 1 | 1010101 | 1011 | 111011 | 1001101 | 110011 |
Color Harmonies of #E2E022
Complementary color
Monochromatic Colors of #E2E022
Black with #E2E022
Text Example
Text Example
White with #E2E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E022; }
p { color: rgb(226,224,34); }
H1.HeaderClassName
{
color: #E2E022;
}
.AnyTagClassName
{
color: #E2E022;
}
</style>
background-color css
<style>
a { background-color: #E2E022; }
a { background-color: rgb(226,224,34); }
div.DivClassName
{
background-color: #E2E022;
}
.BgClassName
{
background-color: #E2E022;
}
</style>
border-color css
<style>
span { border-color: #E2E022; }
span { border-color: rgb(226,224,34); }
td.TdClassName
{
border-color: #E2E022;
}
.TagClassName
{
border-color: #E2E022;
}
</style>