Shades of Golden Fizz #E0E320
Tints of Golden Fizz #E0E320
RGB
CMYK
RGB Variations
Color information
#E0E320 (or 0xE0E320) is known color: Golden Fizz. HEX triplet: E0, E3 and 20. RGB value is (224,227,32). Sum of RGB (Red+Green+Blue) = 224+227+32=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E320 is #1F1CDF. Grayscale: #CCCCCC. Windows color (decimal): -2039008 or 2155488. OLE color: 2155488.
HSL color Cylindrical-coordinate representation of color #E0E320: hue angle of 60.92º 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 #E0E320 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 32 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.11 |
| HSL | 60.92º | 0.78% | 0.51% | - |
| HSV(B) | 60.92º | 0.86% | 0.89% | - |
| XYZ | 58.47 | 70.89 | 11.97 | - |
| YUV | 203.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 32 | 0.01 | 0 | 0.86 | 0.11 | 60.92 | 0.78 | 0.51 |
| Hex | E0 | E3 | 20 | 1 | 0 | 56 | B | 3D | 4E | 33 |
| Octal | 340 | 343 | 40 | 1 | 0 | 126 | 13 | 75 | 116 | 63 |
| Binary | 11100000 | 11100011 | 100000 | 1 | 0 | 1010110 | 1011 | 111101 | 1001110 | 110011 |
Color Harmonies of #E0E320
Complementary color
Monochromatic Colors of #E0E320
Black with #E0E320
Text Example
Text Example
White with #E0E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E320; }
p { color: rgb(224,227,32); }
H1.HeaderClassName
{
color: #E0E320;
}
.AnyTagClassName
{
color: #E0E320;
}
</style>
background-color css
<style>
a { background-color: #E0E320; }
a { background-color: rgb(224,227,32); }
div.DivClassName
{
background-color: #E0E320;
}
.BgClassName
{
background-color: #E0E320;
}
</style>
border-color css
<style>
span { border-color: #E0E320; }
span { border-color: rgb(224,227,32); }
td.TdClassName
{
border-color: #E0E320;
}
.TagClassName
{
border-color: #E0E320;
}
</style>