Shades of Golden Fizz #E0E016
Tints of Golden Fizz #E0E016
RGB
CMYK
RGB Variations
Color information
#E0E016 (or 0xE0E016) is known color: Golden Fizz. HEX triplet: E0, E0 and 16. RGB value is (224,224,22). Sum of RGB (Red+Green+Blue) = 224+224+22=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E016 is #1F1FE9. Grayscale: #C9C9C9. Windows color (decimal): -2039786 or 1499360. OLE color: 1499360.
HSL color Cylindrical-coordinate representation of color #E0E016: hue angle of 60º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0E016 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 22 | - |
| CMYK | 0 | 0 | 0.90 | 0.12 |
| HSL | 60º | 0.82% | 0.48% | - |
| HSV(B) | 60º | 0.9% | 0.88% | - |
| XYZ | 57.54 | 69.22 | 11.09 | - |
| YUV | 200.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 22 | 0 | 0 | 0.90 | 0.12 | 60 | 0.82 | 0.48 |
| Hex | E0 | E0 | 16 | 0 | 0 | 5A | C | 3C | 52 | 30 |
| Octal | 340 | 340 | 26 | 0 | 0 | 132 | 14 | 74 | 122 | 60 |
| Binary | 11100000 | 11100000 | 10110 | 0 | 0 | 1011010 | 1100 | 111100 | 1010010 | 110000 |
Color Harmonies of #E0E016
Complementary color
Monochromatic Colors of #E0E016
Black with #E0E016
Text Example
Text Example
White with #E0E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E016; }
p { color: rgb(224,224,22); }
H1.HeaderClassName
{
color: #E0E016;
}
.AnyTagClassName
{
color: #E0E016;
}
</style>
background-color css
<style>
a { background-color: #E0E016; }
a { background-color: rgb(224,224,22); }
div.DivClassName
{
background-color: #E0E016;
}
.BgClassName
{
background-color: #E0E016;
}
</style>
border-color css
<style>
span { border-color: #E0E016; }
span { border-color: rgb(224,224,22); }
td.TdClassName
{
border-color: #E0E016;
}
.TagClassName
{
border-color: #E0E016;
}
</style>