Shades of Golden Fizz #E8FA2E
Tints of Golden Fizz #E8FA2E
RGB
CMYK
RGB Variations
Color information
#E8FA2E (or 0xE8FA2E) is known color: Golden Fizz. HEX triplet: E8, FA and 2E. RGB value is (232,250,46). Sum of RGB (Red+Green+Blue) = 232+250+46=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 46 (18.36% from 255 or 8.71% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FA2E is #1705D1. Grayscale: #DEDEDE. Windows color (decimal): -1508818 or 3078888. OLE color: 3078888.
HSL color Cylindrical-coordinate representation of color #E8FA2E: hue angle of 65.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8FA2E is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 46 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.02 |
| HSL | 65.29º | 0.95% | 0.58% | - |
| HSV(B) | 65.29º | 0.82% | 0.98% | - |
| XYZ | 67.96 | 85.72 | 15.55 | - |
| YUV | 221.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 46 | 0.07 | 0 | 0.82 | 0.02 | 65.29 | 0.95 | 0.58 |
| Hex | E8 | FA | 2E | 7 | 0 | 52 | 2 | 41 | 5F | 3A |
| Octal | 350 | 372 | 56 | 7 | 0 | 122 | 2 | 101 | 137 | 72 |
| Binary | 11101000 | 11111010 | 101110 | 111 | 0 | 1010010 | 10 | 1000001 | 1011111 | 111010 |
Color Harmonies of #E8FA2E
Complementary color
Monochromatic Colors of #E8FA2E
Black with #E8FA2E
Text Example
Text Example
White with #E8FA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FA2E; }
p { color: rgb(232,250,46); }
H1.HeaderClassName
{
color: #E8FA2E;
}
.AnyTagClassName
{
color: #E8FA2E;
}
</style>
background-color css
<style>
a { background-color: #E8FA2E; }
a { background-color: rgb(232,250,46); }
div.DivClassName
{
background-color: #E8FA2E;
}
.BgClassName
{
background-color: #E8FA2E;
}
</style>
border-color css
<style>
span { border-color: #E8FA2E; }
span { border-color: rgb(232,250,46); }
td.TdClassName
{
border-color: #E8FA2E;
}
.TagClassName
{
border-color: #E8FA2E;
}
</style>