Shades of Golden Fizz #E2EB20
Tints of Golden Fizz #E2EB20
RGB
CMYK
RGB Variations
Color information
#E2EB20 (or 0xE2EB20) is known color: Golden Fizz. HEX triplet: E2, EB and 20. RGB value is (226,235,32). Sum of RGB (Red+Green+Blue) = 226+235+32=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EB20 is #1D14DF. Grayscale: #D1D1D1. Windows color (decimal): -1905888 or 2157538. OLE color: 2157538.
HSL color Cylindrical-coordinate representation of color #E2EB20: hue angle of 62.66º degrees, saturation: 0.84, 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 #E2EB20 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.08 |
| HSL | 62.66º | 0.84% | 0.52% | - |
| HSV(B) | 62.66º | 0.86% | 0.92% | - |
| XYZ | 61.33 | 75.69 | 12.74 | - |
| YUV | 209.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 32 | 0.04 | 0 | 0.86 | 0.08 | 62.66 | 0.84 | 0.52 |
| Hex | E2 | EB | 20 | 4 | 0 | 56 | 8 | 3F | 54 | 34 |
| Octal | 342 | 353 | 40 | 4 | 0 | 126 | 10 | 77 | 124 | 64 |
| Binary | 11100010 | 11101011 | 100000 | 100 | 0 | 1010110 | 1000 | 111111 | 1010100 | 110100 |
Color Harmonies of #E2EB20
Complementary color
Monochromatic Colors of #E2EB20
Black with #E2EB20
Text Example
Text Example
White with #E2EB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB20; }
p { color: rgb(226,235,32); }
H1.HeaderClassName
{
color: #E2EB20;
}
.AnyTagClassName
{
color: #E2EB20;
}
</style>
background-color css
<style>
a { background-color: #E2EB20; }
a { background-color: rgb(226,235,32); }
div.DivClassName
{
background-color: #E2EB20;
}
.BgClassName
{
background-color: #E2EB20;
}
</style>
border-color css
<style>
span { border-color: #E2EB20; }
span { border-color: rgb(226,235,32); }
td.TdClassName
{
border-color: #E2EB20;
}
.TagClassName
{
border-color: #E2EB20;
}
</style>