Shades of Golden Fizz #E2E116
Tints of Golden Fizz #E2E116
RGB
CMYK
RGB Variations
Color information
#E2E116 (or 0xE2E116) is known color: Golden Fizz. HEX triplet: E2, E1 and 16. RGB value is (226,225,22). Sum of RGB (Red+Green+Blue) = 226+225+22=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E116 is #1D1EE9. Grayscale: #CACACA. Windows color (decimal): -1908458 or 1499618. OLE color: 1499618.
HSL color Cylindrical-coordinate representation of color #E2E116: hue angle of 59.71º 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 #E2E116 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 22 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.11 |
| HSL | 59.71º | 0.82% | 0.49% | - |
| HSV(B) | 59.71º | 0.9% | 0.89% | - |
| XYZ | 58.43 | 70.08 | 11.21 | - |
| YUV | 202.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 22 | 0 | 0.00 | 0.90 | 0.11 | 59.71 | 0.82 | 0.49 |
| Hex | E2 | E1 | 16 | 0 | 0 | 5A | B | 3C | 52 | 31 |
| Octal | 342 | 341 | 26 | 0 | 0 | 132 | 13 | 74 | 122 | 61 |
| Binary | 11100010 | 11100001 | 10110 | 0 | 0 | 1011010 | 1011 | 111100 | 1010010 | 110001 |
Color Harmonies of #E2E116
Complementary color
Monochromatic Colors of #E2E116
Black with #E2E116
Text Example
Text Example
White with #E2E116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E116; }
p { color: rgb(226,225,22); }
H1.HeaderClassName
{
color: #E2E116;
}
.AnyTagClassName
{
color: #E2E116;
}
</style>
background-color css
<style>
a { background-color: #E2E116; }
a { background-color: rgb(226,225,22); }
div.DivClassName
{
background-color: #E2E116;
}
.BgClassName
{
background-color: #E2E116;
}
</style>
border-color css
<style>
span { border-color: #E2E116; }
span { border-color: rgb(226,225,22); }
td.TdClassName
{
border-color: #E2E116;
}
.TagClassName
{
border-color: #E2E116;
}
</style>