Shades of Golden Fizz #E2E921
Tints of Golden Fizz #E2E921
RGB
CMYK
RGB Variations
Color information
#E2E921 (or 0xE2E921) is known color: Golden Fizz. HEX triplet: E2, E9 and 21. RGB value is (226,233,33). Sum of RGB (Red+Green+Blue) = 226+233+33=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E921 is #1D16DE. Grayscale: #D0D0D0. Windows color (decimal): -1906399 or 2222562. OLE color: 2222562.
HSL color Cylindrical-coordinate representation of color #E2E921: hue angle of 62.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2E921 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 33 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.09 |
| HSL | 62.1º | 0.82% | 0.52% | - |
| HSV(B) | 62.1º | 0.86% | 0.91% | - |
| XYZ | 60.78 | 74.56 | 12.63 | - |
| YUV | 208.11 | 29.18 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 33 | 0.03 | 0 | 0.86 | 0.09 | 62.1 | 0.82 | 0.52 |
| Hex | E2 | E9 | 21 | 3 | 0 | 56 | 9 | 3E | 52 | 34 |
| Octal | 342 | 351 | 41 | 3 | 0 | 126 | 11 | 76 | 122 | 64 |
| Binary | 11100010 | 11101001 | 100001 | 11 | 0 | 1010110 | 1001 | 111110 | 1010010 | 110100 |
Color Harmonies of #E2E921
Complementary color
Monochromatic Colors of #E2E921
Black with #E2E921
Text Example
Text Example
White with #E2E921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E921; }
p { color: rgb(226,233,33); }
H1.HeaderClassName
{
color: #E2E921;
}
.AnyTagClassName
{
color: #E2E921;
}
</style>
background-color css
<style>
a { background-color: #E2E921; }
a { background-color: rgb(226,233,33); }
div.DivClassName
{
background-color: #E2E921;
}
.BgClassName
{
background-color: #E2E921;
}
</style>
border-color css
<style>
span { border-color: #E2E921; }
span { border-color: rgb(226,233,33); }
td.TdClassName
{
border-color: #E2E921;
}
.TagClassName
{
border-color: #E2E921;
}
</style>