Shades of Golden Fizz #E3EA20
Tints of Golden Fizz #E3EA20
RGB
CMYK
RGB Variations
Color information
#E3EA20 (or 0xE3EA20) is known color: Golden Fizz. HEX triplet: E3, EA and 20. RGB value is (227,234,32). Sum of RGB (Red+Green+Blue) = 227+234+32=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #E3EA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3EA20 is #1C15DF. Grayscale: #D1D1D1. Windows color (decimal): -1840608 or 2157283. OLE color: 2157283.
HSL color Cylindrical-coordinate representation of color #E3EA20: hue angle of 62.08º 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 #E3EA20 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 234 | 32 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.08 |
| HSL | 62.08º | 0.83% | 0.52% | - |
| HSV(B) | 62.08º | 0.86% | 0.92% | - |
| XYZ | 61.36 | 75.28 | 12.66 | - |
| YUV | 208.88 | 28.18 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 234 | 32 | 0.03 | 0 | 0.86 | 0.08 | 62.08 | 0.83 | 0.52 |
| Hex | E3 | EA | 20 | 3 | 0 | 56 | 8 | 3E | 53 | 34 |
| Octal | 343 | 352 | 40 | 3 | 0 | 126 | 10 | 76 | 123 | 64 |
| Binary | 11100011 | 11101010 | 100000 | 11 | 0 | 1010110 | 1000 | 111110 | 1010011 | 110100 |
Color Harmonies of #E3EA20
Complementary color
Monochromatic Colors of #E3EA20
Black with #E3EA20
Text Example
Text Example
White with #E3EA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EA20; }
p { color: rgb(227,234,32); }
H1.HeaderClassName
{
color: #E3EA20;
}
.AnyTagClassName
{
color: #E3EA20;
}
</style>
background-color css
<style>
a { background-color: #E3EA20; }
a { background-color: rgb(227,234,32); }
div.DivClassName
{
background-color: #E3EA20;
}
.BgClassName
{
background-color: #E3EA20;
}
</style>
border-color css
<style>
span { border-color: #E3EA20; }
span { border-color: rgb(227,234,32); }
td.TdClassName
{
border-color: #E3EA20;
}
.TagClassName
{
border-color: #E3EA20;
}
</style>