Shades of Golden Fizz #E2E722
Tints of Golden Fizz #E2E722
RGB
CMYK
RGB Variations
Color information
#E2E722 (or 0xE2E722) is known color: Golden Fizz. HEX triplet: E2, E7 and 22. RGB value is (226,231,34). Sum of RGB (Red+Green+Blue) = 226+231+34=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E722 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E722 is #1D18DD. Grayscale: #CFCFCF. Windows color (decimal): -1906910 or 2287586. OLE color: 2287586.
HSL color Cylindrical-coordinate representation of color #E2E722: hue angle of 61.52º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2E722 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 34 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.09 |
| HSL | 61.52º | 0.8% | 0.52% | - |
| HSV(B) | 61.52º | 0.85% | 0.91% | - |
| XYZ | 60.23 | 73.44 | 12.51 | - |
| YUV | 207.05 | 30.34 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 34 | 0.02 | 0 | 0.85 | 0.09 | 61.52 | 0.8 | 0.52 |
| Hex | E2 | E7 | 22 | 2 | 0 | 55 | 9 | 3E | 50 | 34 |
| Octal | 342 | 347 | 42 | 2 | 0 | 125 | 11 | 76 | 120 | 64 |
| Binary | 11100010 | 11100111 | 100010 | 10 | 0 | 1010101 | 1001 | 111110 | 1010000 | 110100 |
Color Harmonies of #E2E722
Complementary color
Monochromatic Colors of #E2E722
Black with #E2E722
Text Example
Text Example
White with #E2E722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E722; }
p { color: rgb(226,231,34); }
H1.HeaderClassName
{
color: #E2E722;
}
.AnyTagClassName
{
color: #E2E722;
}
</style>
background-color css
<style>
a { background-color: #E2E722; }
a { background-color: rgb(226,231,34); }
div.DivClassName
{
background-color: #E2E722;
}
.BgClassName
{
background-color: #E2E722;
}
</style>
border-color css
<style>
span { border-color: #E2E722; }
span { border-color: rgb(226,231,34); }
td.TdClassName
{
border-color: #E2E722;
}
.TagClassName
{
border-color: #E2E722;
}
</style>