Shades of Golden Fizz #E2E718
Tints of Golden Fizz #E2E718
RGB
CMYK
RGB Variations
Color information
#E2E718 (or 0xE2E718) is known color: Golden Fizz. HEX triplet: E2, E7 and 18. RGB value is (226,231,24). Sum of RGB (Red+Green+Blue) = 226+231+24=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E718 is #1D18E7. Grayscale: #CECECE. Windows color (decimal): -1906920 or 1632226. OLE color: 1632226.
HSL color Cylindrical-coordinate representation of color #E2E718: hue angle of 61.45º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2E718 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 24 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.09 |
| HSL | 61.45º | 0.81% | 0.5% | - |
| HSV(B) | 61.45º | 0.9% | 0.91% | - |
| XYZ | 60.1 | 73.39 | 11.86 | - |
| YUV | 205.91 | 25.34 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 24 | 0.02 | 0 | 0.90 | 0.09 | 61.45 | 0.81 | 0.5 |
| Hex | E2 | E7 | 18 | 2 | 0 | 5A | 9 | 3D | 51 | 32 |
| Octal | 342 | 347 | 30 | 2 | 0 | 132 | 11 | 75 | 121 | 62 |
| Binary | 11100010 | 11100111 | 11000 | 10 | 0 | 1011010 | 1001 | 111101 | 1010001 | 110010 |
Color Harmonies of #E2E718
Complementary color
Monochromatic Colors of #E2E718
Black with #E2E718
Text Example
Text Example
White with #E2E718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E718; }
p { color: rgb(226,231,24); }
H1.HeaderClassName
{
color: #E2E718;
}
.AnyTagClassName
{
color: #E2E718;
}
</style>
background-color css
<style>
a { background-color: #E2E718; }
a { background-color: rgb(226,231,24); }
div.DivClassName
{
background-color: #E2E718;
}
.BgClassName
{
background-color: #E2E718;
}
</style>
border-color css
<style>
span { border-color: #E2E718; }
span { border-color: rgb(226,231,24); }
td.TdClassName
{
border-color: #E2E718;
}
.TagClassName
{
border-color: #E2E718;
}
</style>