Shades of Golden Fizz #E7F82E
Tints of Golden Fizz #E7F82E
RGB
CMYK
RGB Variations
Color information
#E7F82E (or 0xE7F82E) is known color: Golden Fizz. HEX triplet: E7, F8 and 2E. RGB value is (231,248,46). Sum of RGB (Red+Green+Blue) = 231+248+46=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 46 (18.36% from 255 or 8.76% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #E7F82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7F82E is #1807D1. Grayscale: #DCDCDC. Windows color (decimal): -1574866 or 3078375. OLE color: 3078375.
HSL color Cylindrical-coordinate representation of color #E7F82E: hue angle of 65.05º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7F82E is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 248 | 46 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.03 |
| HSL | 65.05º | 0.94% | 0.58% | - |
| HSV(B) | 65.05º | 0.81% | 0.97% | - |
| XYZ | 67.02 | 84.32 | 15.33 | - |
| YUV | 219.89 | 29.87 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 248 | 46 | 0.07 | 0 | 0.81 | 0.03 | 65.05 | 0.94 | 0.58 |
| Hex | E7 | F8 | 2E | 7 | 0 | 51 | 3 | 41 | 5E | 3A |
| Octal | 347 | 370 | 56 | 7 | 0 | 121 | 3 | 101 | 136 | 72 |
| Binary | 11100111 | 11111000 | 101110 | 111 | 0 | 1010001 | 11 | 1000001 | 1011110 | 111010 |
Color Harmonies of #E7F82E
Complementary color
Monochromatic Colors of #E7F82E
Black with #E7F82E
Text Example
Text Example
White with #E7F82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F82E; }
p { color: rgb(231,248,46); }
H1.HeaderClassName
{
color: #E7F82E;
}
.AnyTagClassName
{
color: #E7F82E;
}
</style>
background-color css
<style>
a { background-color: #E7F82E; }
a { background-color: rgb(231,248,46); }
div.DivClassName
{
background-color: #E7F82E;
}
.BgClassName
{
background-color: #E7F82E;
}
</style>
border-color css
<style>
span { border-color: #E7F82E; }
span { border-color: rgb(231,248,46); }
td.TdClassName
{
border-color: #E7F82E;
}
.TagClassName
{
border-color: #E7F82E;
}
</style>