Shades of Golden Fizz #E2EA20
Tints of Golden Fizz #E2EA20
RGB
CMYK
RGB Variations
Color information
#E2EA20 (or 0xE2EA20) is known color: Golden Fizz. HEX triplet: E2, EA and 20. RGB value is (226,234,32). Sum of RGB (Red+Green+Blue) = 226+234+32=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA20 is #1D15DF. Grayscale: #D1D1D1. Windows color (decimal): -1906144 or 2157282. OLE color: 2157282.
HSL color Cylindrical-coordinate representation of color #E2EA20: hue angle of 62.38º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2EA20 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.08 |
| HSL | 62.38º | 0.83% | 0.52% | - |
| HSV(B) | 62.38º | 0.86% | 0.92% | - |
| XYZ | 61.05 | 75.12 | 12.65 | - |
| YUV | 208.58 | 28.35 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 32 | 0.03 | 0 | 0.86 | 0.08 | 62.38 | 0.83 | 0.52 |
| Hex | E2 | EA | 20 | 3 | 0 | 56 | 8 | 3E | 53 | 34 |
| Octal | 342 | 352 | 40 | 3 | 0 | 126 | 10 | 76 | 123 | 64 |
| Binary | 11100010 | 11101010 | 100000 | 11 | 0 | 1010110 | 1000 | 111110 | 1010011 | 110100 |
Color Harmonies of #E2EA20
Complementary color
Monochromatic Colors of #E2EA20
Black with #E2EA20
Text Example
Text Example
White with #E2EA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA20; }
p { color: rgb(226,234,32); }
H1.HeaderClassName
{
color: #E2EA20;
}
.AnyTagClassName
{
color: #E2EA20;
}
</style>
background-color css
<style>
a { background-color: #E2EA20; }
a { background-color: rgb(226,234,32); }
div.DivClassName
{
background-color: #E2EA20;
}
.BgClassName
{
background-color: #E2EA20;
}
</style>
border-color css
<style>
span { border-color: #E2EA20; }
span { border-color: rgb(226,234,32); }
td.TdClassName
{
border-color: #E2EA20;
}
.TagClassName
{
border-color: #E2EA20;
}
</style>