Shades of Golden Fizz #E0E221
Tints of Golden Fizz #E0E221
RGB
CMYK
RGB Variations
Color information
#E0E221 (or 0xE0E221) is known color: Golden Fizz. HEX triplet: E0, E2 and 21. RGB value is (224,226,33). Sum of RGB (Red+Green+Blue) = 224+226+33=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E221 is #1F1DDE. Grayscale: #CCCCCC. Windows color (decimal): -2039263 or 2220768. OLE color: 2220768.
HSL color Cylindrical-coordinate representation of color #E0E221: hue angle of 60.62º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0E221 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 33 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.11 |
| HSL | 60.62º | 0.77% | 0.51% | - |
| HSV(B) | 60.62º | 0.85% | 0.89% | - |
| XYZ | 58.21 | 70.35 | 11.95 | - |
| YUV | 203.4 | 31.84 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 33 | 0.01 | 0 | 0.85 | 0.11 | 60.62 | 0.77 | 0.51 |
| Hex | E0 | E2 | 21 | 1 | 0 | 55 | B | 3D | 4D | 33 |
| Octal | 340 | 342 | 41 | 1 | 0 | 125 | 13 | 75 | 115 | 63 |
| Binary | 11100000 | 11100010 | 100001 | 1 | 0 | 1010101 | 1011 | 111101 | 1001101 | 110011 |
Color Harmonies of #E0E221
Complementary color
Monochromatic Colors of #E0E221
Black with #E0E221
Text Example
Text Example
White with #E0E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E221; }
p { color: rgb(224,226,33); }
H1.HeaderClassName
{
color: #E0E221;
}
.AnyTagClassName
{
color: #E0E221;
}
</style>
background-color css
<style>
a { background-color: #E0E221; }
a { background-color: rgb(224,226,33); }
div.DivClassName
{
background-color: #E0E221;
}
.BgClassName
{
background-color: #E0E221;
}
</style>
border-color css
<style>
span { border-color: #E0E221; }
span { border-color: rgb(224,226,33); }
td.TdClassName
{
border-color: #E0E221;
}
.TagClassName
{
border-color: #E0E221;
}
</style>