Shades of Golden Fizz #E0E316
Tints of Golden Fizz #E0E316
RGB
CMYK
RGB Variations
Color information
#E0E316 (or 0xE0E316) is known color: Golden Fizz. HEX triplet: E0, E3 and 16. RGB value is (224,227,22). Sum of RGB (Red+Green+Blue) = 224+227+22=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0E316 is #1F1CE9. Grayscale: #CBCBCB. Windows color (decimal): -2039018 or 1500128. OLE color: 1500128.
HSL color Cylindrical-coordinate representation of color #E0E316: hue angle of 60.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0E316 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.11 |
| HSL | 60.88º | 0.82% | 0.49% | - |
| HSV(B) | 60.88º | 0.9% | 0.89% | - |
| XYZ | 58.35 | 70.84 | 11.36 | - |
| YUV | 202.73 | 26.01 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 22 | 0.01 | 0 | 0.90 | 0.11 | 60.88 | 0.82 | 0.49 |
| Hex | E0 | E3 | 16 | 1 | 0 | 5A | B | 3D | 52 | 31 |
| Octal | 340 | 343 | 26 | 1 | 0 | 132 | 13 | 75 | 122 | 61 |
| Binary | 11100000 | 11100011 | 10110 | 1 | 0 | 1011010 | 1011 | 111101 | 1010010 | 110001 |
Color Harmonies of #E0E316
Complementary color
Monochromatic Colors of #E0E316
Black with #E0E316
Text Example
Text Example
White with #E0E316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E316; }
p { color: rgb(224,227,22); }
H1.HeaderClassName
{
color: #E0E316;
}
.AnyTagClassName
{
color: #E0E316;
}
</style>
background-color css
<style>
a { background-color: #E0E316; }
a { background-color: rgb(224,227,22); }
div.DivClassName
{
background-color: #E0E316;
}
.BgClassName
{
background-color: #E0E316;
}
</style>
border-color css
<style>
span { border-color: #E0E316; }
span { border-color: rgb(224,227,22); }
td.TdClassName
{
border-color: #E0E316;
}
.TagClassName
{
border-color: #E0E316;
}
</style>