Shades of Golden Fizz #E8F02F
Tints of Golden Fizz #E8F02F
RGB
CMYK
RGB Variations
Color information
#E8F02F (or 0xE8F02F) is known color: Golden Fizz. HEX triplet: E8, F0 and 2F. RGB value is (232,240,47). Sum of RGB (Red+Green+Blue) = 232+240+47=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F02F is #170FD0. Grayscale: #D8D8D8. Windows color (decimal): -1511377 or 3141864. OLE color: 3141864.
HSL color Cylindrical-coordinate representation of color #E8F02F: hue angle of 62.49º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8F02F is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 240 | 47 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.06 |
| HSL | 62.49º | 0.87% | 0.56% | - |
| HSV(B) | 62.49º | 0.8% | 0.94% | - |
| XYZ | 64.95 | 79.68 | 14.65 | - |
| YUV | 215.61 | 32.85 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 240 | 47 | 0.03 | 0 | 0.80 | 0.06 | 62.49 | 0.87 | 0.56 |
| Hex | E8 | F0 | 2F | 3 | 0 | 50 | 6 | 3E | 57 | 38 |
| Octal | 350 | 360 | 57 | 3 | 0 | 120 | 6 | 76 | 127 | 70 |
| Binary | 11101000 | 11110000 | 101111 | 11 | 0 | 1010000 | 110 | 111110 | 1010111 | 111000 |
Color Harmonies of #E8F02F
Complementary color
Monochromatic Colors of #E8F02F
Black with #E8F02F
Text Example
Text Example
White with #E8F02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F02F; }
p { color: rgb(232,240,47); }
H1.HeaderClassName
{
color: #E8F02F;
}
.AnyTagClassName
{
color: #E8F02F;
}
</style>
background-color css
<style>
a { background-color: #E8F02F; }
a { background-color: rgb(232,240,47); }
div.DivClassName
{
background-color: #E8F02F;
}
.BgClassName
{
background-color: #E8F02F;
}
</style>
border-color css
<style>
span { border-color: #E8F02F; }
span { border-color: rgb(232,240,47); }
td.TdClassName
{
border-color: #E8F02F;
}
.TagClassName
{
border-color: #E8F02F;
}
</style>