Shades of Golden Fizz #E0E321
Tints of Golden Fizz #E0E321
RGB
CMYK
RGB Variations
Color information
#E0E321 (or 0xE0E321) is known color: Golden Fizz. HEX triplet: E0, E3 and 21. RGB value is (224,227,33). Sum of RGB (Red+Green+Blue) = 224+227+33=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 33 (13.28% from 255 or 6.82% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E321 is #1F1CDE. Grayscale: #CCCCCC. Windows color (decimal): -2039007 or 2221024. OLE color: 2221024.
HSL color Cylindrical-coordinate representation of color #E0E321: hue angle of 60.93º degrees, saturation: 0.78, 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 #E0E321 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 33 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.11 |
| HSL | 60.93º | 0.78% | 0.51% | - |
| HSV(B) | 60.93º | 0.85% | 0.89% | - |
| XYZ | 58.48 | 70.9 | 12.04 | - |
| YUV | 203.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 33 | 0.01 | 0 | 0.85 | 0.11 | 60.93 | 0.78 | 0.51 |
| Hex | E0 | E3 | 21 | 1 | 0 | 55 | B | 3D | 4E | 33 |
| Octal | 340 | 343 | 41 | 1 | 0 | 125 | 13 | 75 | 116 | 63 |
| Binary | 11100000 | 11100011 | 100001 | 1 | 0 | 1010101 | 1011 | 111101 | 1001110 | 110011 |
Color Harmonies of #E0E321
Complementary color
Monochromatic Colors of #E0E321
Black with #E0E321
Text Example
Text Example
White with #E0E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E321; }
p { color: rgb(224,227,33); }
H1.HeaderClassName
{
color: #E0E321;
}
.AnyTagClassName
{
color: #E0E321;
}
</style>
background-color css
<style>
a { background-color: #E0E321; }
a { background-color: rgb(224,227,33); }
div.DivClassName
{
background-color: #E0E321;
}
.BgClassName
{
background-color: #E0E321;
}
</style>
border-color css
<style>
span { border-color: #E0E321; }
span { border-color: rgb(224,227,33); }
td.TdClassName
{
border-color: #E0E321;
}
.TagClassName
{
border-color: #E0E321;
}
</style>