Shades of Golden Fizz #E1E316
Tints of Golden Fizz #E1E316
RGB
CMYK
RGB Variations
Color information
#E1E316 (or 0xE1E316) is known color: Golden Fizz. HEX triplet: E1, E3 and 16. RGB value is (225,227,22). Sum of RGB (Red+Green+Blue) = 225+227+22=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E316 is #1E1CE9. Grayscale: #CBCBCB. Windows color (decimal): -1973482 or 1500129. OLE color: 1500129.
HSL color Cylindrical-coordinate representation of color #E1E316: hue angle of 60.59º 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 #E1E316 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.11 |
| HSL | 60.59º | 0.82% | 0.49% | - |
| HSV(B) | 60.59º | 0.9% | 0.89% | - |
| XYZ | 58.67 | 71 | 11.37 | - |
| YUV | 203.03 | 25.84 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 22 | 0.01 | 0 | 0.90 | 0.11 | 60.59 | 0.82 | 0.49 |
| Hex | E1 | E3 | 16 | 1 | 0 | 5A | B | 3D | 52 | 31 |
| Octal | 341 | 343 | 26 | 1 | 0 | 132 | 13 | 75 | 122 | 61 |
| Binary | 11100001 | 11100011 | 10110 | 1 | 0 | 1011010 | 1011 | 111101 | 1010010 | 110001 |
Color Harmonies of #E1E316
Complementary color
Monochromatic Colors of #E1E316
Black with #E1E316
Text Example
Text Example
White with #E1E316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E316; }
p { color: rgb(225,227,22); }
H1.HeaderClassName
{
color: #E1E316;
}
.AnyTagClassName
{
color: #E1E316;
}
</style>
background-color css
<style>
a { background-color: #E1E316; }
a { background-color: rgb(225,227,22); }
div.DivClassName
{
background-color: #E1E316;
}
.BgClassName
{
background-color: #E1E316;
}
</style>
border-color css
<style>
span { border-color: #E1E316; }
span { border-color: rgb(225,227,22); }
td.TdClassName
{
border-color: #E1E316;
}
.TagClassName
{
border-color: #E1E316;
}
</style>