Shades of Golden Fizz #E8F124
Tints of Golden Fizz #E8F124
RGB
CMYK
RGB Variations
Color information
#E8F124 (or 0xE8F124) is known color: Golden Fizz. HEX triplet: E8, F1 and 24. RGB value is (232,241,36). Sum of RGB (Red+Green+Blue) = 232+241+36=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 36 (14.45% from 255 or 7.07% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F124 is #170EDB. Grayscale: #D7D7D7. Windows color (decimal): -1511132 or 2421224. OLE color: 2421224.
HSL color Cylindrical-coordinate representation of color #E8F124: hue angle of 62.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8F124 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 36 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.05 |
| HSL | 62.63º | 0.88% | 0.54% | - |
| HSV(B) | 62.63º | 0.85% | 0.95% | - |
| XYZ | 65.05 | 80.19 | 13.72 | - |
| YUV | 214.94 | 27.02 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 36 | 0.04 | 0 | 0.85 | 0.05 | 62.63 | 0.88 | 0.54 |
| Hex | E8 | F1 | 24 | 4 | 0 | 55 | 5 | 3F | 58 | 36 |
| Octal | 350 | 361 | 44 | 4 | 0 | 125 | 5 | 77 | 130 | 66 |
| Binary | 11101000 | 11110001 | 100100 | 100 | 0 | 1010101 | 101 | 111111 | 1011000 | 110110 |
Color Harmonies of #E8F124
Complementary color
Monochromatic Colors of #E8F124
Black with #E8F124
Text Example
Text Example
White with #E8F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F124; }
p { color: rgb(232,241,36); }
H1.HeaderClassName
{
color: #E8F124;
}
.AnyTagClassName
{
color: #E8F124;
}
</style>
background-color css
<style>
a { background-color: #E8F124; }
a { background-color: rgb(232,241,36); }
div.DivClassName
{
background-color: #E8F124;
}
.BgClassName
{
background-color: #E8F124;
}
</style>
border-color css
<style>
span { border-color: #E8F124; }
span { border-color: rgb(232,241,36); }
td.TdClassName
{
border-color: #E8F124;
}
.TagClassName
{
border-color: #E8F124;
}
</style>