Shades of Golden Fizz #E7F220
Tints of Golden Fizz #E7F220
RGB
CMYK
RGB Variations
Color information
#E7F220 (or 0xE7F220) is known color: Golden Fizz. HEX triplet: E7, F2 and 20. RGB value is (231,242,32). Sum of RGB (Red+Green+Blue) = 231+242+32=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7F220 is #180DDF. Grayscale: #D7D7D7. Windows color (decimal): -1576416 or 2159335. OLE color: 2159335.
HSL color Cylindrical-coordinate representation of color #E7F220: hue angle of 63.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7F220 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 242 | 32 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.05 |
| HSL | 63.14º | 0.89% | 0.54% | - |
| HSV(B) | 63.14º | 0.87% | 0.95% | - |
| XYZ | 64.97 | 80.6 | 13.5 | - |
| YUV | 214.77 | 24.86 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 242 | 32 | 0.05 | 0 | 0.87 | 0.05 | 63.14 | 0.89 | 0.54 |
| Hex | E7 | F2 | 20 | 5 | 0 | 57 | 5 | 3F | 59 | 36 |
| Octal | 347 | 362 | 40 | 5 | 0 | 127 | 5 | 77 | 131 | 66 |
| Binary | 11100111 | 11110010 | 100000 | 101 | 0 | 1010111 | 101 | 111111 | 1011001 | 110110 |
Color Harmonies of #E7F220
Complementary color
Monochromatic Colors of #E7F220
Black with #E7F220
Text Example
Text Example
White with #E7F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F220; }
p { color: rgb(231,242,32); }
H1.HeaderClassName
{
color: #E7F220;
}
.AnyTagClassName
{
color: #E7F220;
}
</style>
background-color css
<style>
a { background-color: #E7F220; }
a { background-color: rgb(231,242,32); }
div.DivClassName
{
background-color: #E7F220;
}
.BgClassName
{
background-color: #E7F220;
}
</style>
border-color css
<style>
span { border-color: #E7F220; }
span { border-color: rgb(231,242,32); }
td.TdClassName
{
border-color: #E7F220;
}
.TagClassName
{
border-color: #E7F220;
}
</style>