Shades of Golden Fizz #E7F02F
Tints of Golden Fizz #E7F02F
RGB
CMYK
RGB Variations
Color information
#E7F02F (or 0xE7F02F) is known color: Golden Fizz. HEX triplet: E7, F0 and 2F. RGB value is (231,240,47). Sum of RGB (Red+Green+Blue) = 231+240+47=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #E7F02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7F02F is #180FD0. Grayscale: #D8D8D8. Windows color (decimal): -1576913 or 3141863. OLE color: 3141863.
HSL color Cylindrical-coordinate representation of color #E7F02F: hue angle of 62.8º 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 #E7F02F is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 240 | 47 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.06 |
| HSL | 62.8º | 0.87% | 0.56% | - |
| HSV(B) | 62.8º | 0.8% | 0.94% | - |
| XYZ | 64.63 | 79.51 | 14.63 | - |
| YUV | 215.31 | 33.02 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 240 | 47 | 0.04 | 0 | 0.80 | 0.06 | 62.8 | 0.87 | 0.56 |
| Hex | E7 | F0 | 2F | 4 | 0 | 50 | 6 | 3F | 57 | 38 |
| Octal | 347 | 360 | 57 | 4 | 0 | 120 | 6 | 77 | 127 | 70 |
| Binary | 11100111 | 11110000 | 101111 | 100 | 0 | 1010000 | 110 | 111111 | 1010111 | 111000 |
Color Harmonies of #E7F02F
Complementary color
Monochromatic Colors of #E7F02F
Black with #E7F02F
Text Example
Text Example
White with #E7F02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F02F; }
p { color: rgb(231,240,47); }
H1.HeaderClassName
{
color: #E7F02F;
}
.AnyTagClassName
{
color: #E7F02F;
}
</style>
background-color css
<style>
a { background-color: #E7F02F; }
a { background-color: rgb(231,240,47); }
div.DivClassName
{
background-color: #E7F02F;
}
.BgClassName
{
background-color: #E7F02F;
}
</style>
border-color css
<style>
span { border-color: #E7F02F; }
span { border-color: rgb(231,240,47); }
td.TdClassName
{
border-color: #E7F02F;
}
.TagClassName
{
border-color: #E7F02F;
}
</style>