Shades of Golden Fizz #E3E020
Tints of Golden Fizz #E3E020
RGB
CMYK
RGB Variations
Color information
#E3E020 (or 0xE3E020) is known color: Golden Fizz. HEX triplet: E3, E0 and 20. RGB value is (227,224,32). Sum of RGB (Red+Green+Blue) = 227+224+32=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3E020 is #1C1FDF. Grayscale: #CBCBCB. Windows color (decimal): -1843168 or 2154723. OLE color: 2154723.
HSL color Cylindrical-coordinate representation of color #E3E020: hue angle of 59.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3E020 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 224 | 32 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.11 |
| HSL | 59.08º | 0.78% | 0.51% | - |
| HSV(B) | 59.08º | 0.86% | 0.89% | - |
| XYZ | 58.59 | 69.75 | 11.74 | - |
| YUV | 203.01 | 31.49 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 224 | 32 | 0 | 0.01 | 0.86 | 0.11 | 59.08 | 0.78 | 0.51 |
| Hex | E3 | E0 | 20 | 0 | 1 | 56 | B | 3B | 4E | 33 |
| Octal | 343 | 340 | 40 | 0 | 1 | 126 | 13 | 73 | 116 | 63 |
| Binary | 11100011 | 11100000 | 100000 | 0 | 1 | 1010110 | 1011 | 111011 | 1001110 | 110011 |
Color Harmonies of #E3E020
Complementary color
Monochromatic Colors of #E3E020
Black with #E3E020
Text Example
Text Example
White with #E3E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E020; }
p { color: rgb(227,224,32); }
H1.HeaderClassName
{
color: #E3E020;
}
.AnyTagClassName
{
color: #E3E020;
}
</style>
background-color css
<style>
a { background-color: #E3E020; }
a { background-color: rgb(227,224,32); }
div.DivClassName
{
background-color: #E3E020;
}
.BgClassName
{
background-color: #E3E020;
}
</style>
border-color css
<style>
span { border-color: #E3E020; }
span { border-color: rgb(227,224,32); }
td.TdClassName
{
border-color: #E3E020;
}
.TagClassName
{
border-color: #E3E020;
}
</style>