Shades of Golden Fizz #E8F82E
Tints of Golden Fizz #E8F82E
RGB
CMYK
RGB Variations
Color information
#E8F82E (or 0xE8F82E) is known color: Golden Fizz. HEX triplet: E8, F8 and 2E. RGB value is (232,248,46). Sum of RGB (Red+Green+Blue) = 232+248+46=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 46 (18.36% from 255 or 8.75% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #E8F82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F82E is #1707D1. Grayscale: #DCDCDC. Windows color (decimal): -1509330 or 3078376. OLE color: 3078376.
HSL color Cylindrical-coordinate representation of color #E8F82E: hue angle of 64.75º 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 #E8F82E is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 248 | 46 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.03 |
| HSL | 64.75º | 0.94% | 0.58% | - |
| HSV(B) | 64.75º | 0.81% | 0.97% | - |
| XYZ | 67.34 | 84.49 | 15.34 | - |
| YUV | 220.19 | 29.7 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 248 | 46 | 0.06 | 0 | 0.81 | 0.03 | 64.75 | 0.94 | 0.58 |
| Hex | E8 | F8 | 2E | 6 | 0 | 51 | 3 | 41 | 5E | 3A |
| Octal | 350 | 370 | 56 | 6 | 0 | 121 | 3 | 101 | 136 | 72 |
| Binary | 11101000 | 11111000 | 101110 | 110 | 0 | 1010001 | 11 | 1000001 | 1011110 | 111010 |
Color Harmonies of #E8F82E
Complementary color
Monochromatic Colors of #E8F82E
Black with #E8F82E
Text Example
Text Example
White with #E8F82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F82E; }
p { color: rgb(232,248,46); }
H1.HeaderClassName
{
color: #E8F82E;
}
.AnyTagClassName
{
color: #E8F82E;
}
</style>
background-color css
<style>
a { background-color: #E8F82E; }
a { background-color: rgb(232,248,46); }
div.DivClassName
{
background-color: #E8F82E;
}
.BgClassName
{
background-color: #E8F82E;
}
</style>
border-color css
<style>
span { border-color: #E8F82E; }
span { border-color: rgb(232,248,46); }
td.TdClassName
{
border-color: #E8F82E;
}
.TagClassName
{
border-color: #E8F82E;
}
</style>