Shades of Golden Fizz #E1E022
Tints of Golden Fizz #E1E022
RGB
CMYK
RGB Variations
Color information
#E1E022 (or 0xE1E022) is known color: Golden Fizz. HEX triplet: E1, E0 and 22. RGB value is (225,224,34). Sum of RGB (Red+Green+Blue) = 225+224+34=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E022 is #1E1FDD. Grayscale: #CBCBCB. Windows color (decimal): -1974238 or 2285793. OLE color: 2285793.
HSL color Cylindrical-coordinate representation of color #E1E022: hue angle of 59.69º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1E022 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 34 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.12 |
| HSL | 59.69º | 0.76% | 0.51% | - |
| HSV(B) | 59.69º | 0.85% | 0.88% | - |
| XYZ | 58 | 69.43 | 11.86 | - |
| YUV | 202.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 34 | 0 | 0.00 | 0.85 | 0.12 | 59.69 | 0.76 | 0.51 |
| Hex | E1 | E0 | 22 | 0 | 0 | 55 | C | 3C | 4C | 33 |
| Octal | 341 | 340 | 42 | 0 | 0 | 125 | 14 | 74 | 114 | 63 |
| Binary | 11100001 | 11100000 | 100010 | 0 | 0 | 1010101 | 1100 | 111100 | 1001100 | 110011 |
Color Harmonies of #E1E022
Complementary color
Monochromatic Colors of #E1E022
Black with #E1E022
Text Example
Text Example
White with #E1E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E022; }
p { color: rgb(225,224,34); }
H1.HeaderClassName
{
color: #E1E022;
}
.AnyTagClassName
{
color: #E1E022;
}
</style>
background-color css
<style>
a { background-color: #E1E022; }
a { background-color: rgb(225,224,34); }
div.DivClassName
{
background-color: #E1E022;
}
.BgClassName
{
background-color: #E1E022;
}
</style>
border-color css
<style>
span { border-color: #E1E022; }
span { border-color: rgb(225,224,34); }
td.TdClassName
{
border-color: #E1E022;
}
.TagClassName
{
border-color: #E1E022;
}
</style>