Shades of Golden Fizz #E1E020
Tints of Golden Fizz #E1E020
RGB
CMYK
RGB Variations
Color information
#E1E020 (or 0xE1E020) is known color: Golden Fizz. HEX triplet: E1, E0 and 20. RGB value is (225,224,32). Sum of RGB (Red+Green+Blue) = 225+224+32=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E020 is #1E1FDF. Grayscale: #CBCBCB. Windows color (decimal): -1974240 or 2154721. OLE color: 2154721.
HSL color Cylindrical-coordinate representation of color #E1E020: hue angle of 59.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1E020 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 32 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.12 |
| HSL | 59.69º | 0.76% | 0.5% | - |
| HSV(B) | 59.69º | 0.86% | 0.88% | - |
| XYZ | 57.97 | 69.42 | 11.71 | - |
| YUV | 202.41 | 31.83 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 32 | 0 | 0.00 | 0.86 | 0.12 | 59.69 | 0.76 | 0.5 |
| Hex | E1 | E0 | 20 | 0 | 0 | 56 | C | 3C | 4C | 32 |
| Octal | 341 | 340 | 40 | 0 | 0 | 126 | 14 | 74 | 114 | 62 |
| Binary | 11100001 | 11100000 | 100000 | 0 | 0 | 1010110 | 1100 | 111100 | 1001100 | 110010 |
Color Harmonies of #E1E020
Complementary color
Monochromatic Colors of #E1E020
Black with #E1E020
Text Example
Text Example
White with #E1E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E020; }
p { color: rgb(225,224,32); }
H1.HeaderClassName
{
color: #E1E020;
}
.AnyTagClassName
{
color: #E1E020;
}
</style>
background-color css
<style>
a { background-color: #E1E020; }
a { background-color: rgb(225,224,32); }
div.DivClassName
{
background-color: #E1E020;
}
.BgClassName
{
background-color: #E1E020;
}
</style>
border-color css
<style>
span { border-color: #E1E020; }
span { border-color: rgb(225,224,32); }
td.TdClassName
{
border-color: #E1E020;
}
.TagClassName
{
border-color: #E1E020;
}
</style>