Shades of Golden Fizz #E3E120
Tints of Golden Fizz #E3E120
RGB
CMYK
RGB Variations
Color information
#E3E120 (or 0xE3E120) is known color: Golden Fizz. HEX triplet: E3, E1 and 20. RGB value is (227,225,32). Sum of RGB (Red+Green+Blue) = 227+225+32=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3E120 is #1C1EDF. Grayscale: #CCCCCC. Windows color (decimal): -1842912 or 2154979. OLE color: 2154979.
HSL color Cylindrical-coordinate representation of color #E3E120: hue angle of 59.38º 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 #E3E120 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 225 | 32 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.11 |
| HSL | 59.38º | 0.78% | 0.51% | - |
| HSV(B) | 59.38º | 0.86% | 0.89% | - |
| XYZ | 58.86 | 70.29 | 11.83 | - |
| YUV | 203.6 | 31.16 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 225 | 32 | 0 | 0.01 | 0.86 | 0.11 | 59.38 | 0.78 | 0.51 |
| Hex | E3 | E1 | 20 | 0 | 1 | 56 | B | 3B | 4E | 33 |
| Octal | 343 | 341 | 40 | 0 | 1 | 126 | 13 | 73 | 116 | 63 |
| Binary | 11100011 | 11100001 | 100000 | 0 | 1 | 1010110 | 1011 | 111011 | 1001110 | 110011 |
Color Harmonies of #E3E120
Complementary color
Monochromatic Colors of #E3E120
Black with #E3E120
Text Example
Text Example
White with #E3E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E120; }
p { color: rgb(227,225,32); }
H1.HeaderClassName
{
color: #E3E120;
}
.AnyTagClassName
{
color: #E3E120;
}
</style>
background-color css
<style>
a { background-color: #E3E120; }
a { background-color: rgb(227,225,32); }
div.DivClassName
{
background-color: #E3E120;
}
.BgClassName
{
background-color: #E3E120;
}
</style>
border-color css
<style>
span { border-color: #E3E120; }
span { border-color: rgb(227,225,32); }
td.TdClassName
{
border-color: #E3E120;
}
.TagClassName
{
border-color: #E3E120;
}
</style>