Shades of Golden Fizz #E3F02F
Tints of Golden Fizz #E3F02F
RGB
CMYK
RGB Variations
Color information
#E3F02F (or 0xE3F02F) is known color: Golden Fizz. HEX triplet: E3, F0 and 2F. RGB value is (227,240,47). Sum of RGB (Red+Green+Blue) = 227+240+47=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #E3F02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F02F is #1C0FD0. Grayscale: #D6D6D6. Windows color (decimal): -1839057 or 3141859. OLE color: 3141859.
HSL color Cylindrical-coordinate representation of color #E3F02F: hue angle of 64.04º 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 #E3F02F is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 240 | 47 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.06 |
| HSL | 64.04º | 0.87% | 0.56% | - |
| HSV(B) | 64.04º | 0.8% | 0.94% | - |
| XYZ | 63.35 | 78.86 | 14.57 | - |
| YUV | 214.11 | 33.69 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 240 | 47 | 0.05 | 0 | 0.80 | 0.06 | 64.04 | 0.87 | 0.56 |
| Hex | E3 | F0 | 2F | 5 | 0 | 50 | 6 | 40 | 57 | 38 |
| Octal | 343 | 360 | 57 | 5 | 0 | 120 | 6 | 100 | 127 | 70 |
| Binary | 11100011 | 11110000 | 101111 | 101 | 0 | 1010000 | 110 | 1000000 | 1010111 | 111000 |
Color Harmonies of #E3F02F
Complementary color
Monochromatic Colors of #E3F02F
Black with #E3F02F
Text Example
Text Example
White with #E3F02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F02F; }
p { color: rgb(227,240,47); }
H1.HeaderClassName
{
color: #E3F02F;
}
.AnyTagClassName
{
color: #E3F02F;
}
</style>
background-color css
<style>
a { background-color: #E3F02F; }
a { background-color: rgb(227,240,47); }
div.DivClassName
{
background-color: #E3F02F;
}
.BgClassName
{
background-color: #E3F02F;
}
</style>
border-color css
<style>
span { border-color: #E3F02F; }
span { border-color: rgb(227,240,47); }
td.TdClassName
{
border-color: #E3F02F;
}
.TagClassName
{
border-color: #E3F02F;
}
</style>