Shades of Golden Fizz #E4EC20
Tints of Golden Fizz #E4EC20
RGB
CMYK
RGB Variations
Color information
#E4EC20 (or 0xE4EC20) is known color: Golden Fizz. HEX triplet: E4, EC and 20. RGB value is (228,236,32). Sum of RGB (Red+Green+Blue) = 228+236+32=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #E4EC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4EC20 is #1B13DF. Grayscale: #D3D3D3. Windows color (decimal): -1774560 or 2157796. OLE color: 2157796.
HSL color Cylindrical-coordinate representation of color #E4EC20: hue angle of 62.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4EC20 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 236 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.07 |
| HSL | 62.35º | 0.84% | 0.53% | - |
| HSV(B) | 62.35º | 0.86% | 0.93% | - |
| XYZ | 62.25 | 76.59 | 12.87 | - |
| YUV | 210.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 236 | 32 | 0.03 | 0 | 0.86 | 0.07 | 62.35 | 0.84 | 0.53 |
| Hex | E4 | EC | 20 | 3 | 0 | 56 | 7 | 3E | 54 | 35 |
| Octal | 344 | 354 | 40 | 3 | 0 | 126 | 7 | 76 | 124 | 65 |
| Binary | 11100100 | 11101100 | 100000 | 11 | 0 | 1010110 | 111 | 111110 | 1010100 | 110101 |
Color Harmonies of #E4EC20
Complementary color
Monochromatic Colors of #E4EC20
Black with #E4EC20
Text Example
Text Example
White with #E4EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EC20; }
p { color: rgb(228,236,32); }
H1.HeaderClassName
{
color: #E4EC20;
}
.AnyTagClassName
{
color: #E4EC20;
}
</style>
background-color css
<style>
a { background-color: #E4EC20; }
a { background-color: rgb(228,236,32); }
div.DivClassName
{
background-color: #E4EC20;
}
.BgClassName
{
background-color: #E4EC20;
}
</style>
border-color css
<style>
span { border-color: #E4EC20; }
span { border-color: rgb(228,236,32); }
td.TdClassName
{
border-color: #E4EC20;
}
.TagClassName
{
border-color: #E4EC20;
}
</style>