Shades of Golden Fizz #E8FA2F
Tints of Golden Fizz #E8FA2F
RGB
CMYK
RGB Variations
Color information
#E8FA2F (or 0xE8FA2F) is known color: Golden Fizz. HEX triplet: E8, FA and 2F. RGB value is (232,250,47). Sum of RGB (Red+Green+Blue) = 232+250+47=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 47 (18.75% from 255 or 8.88% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FA2F is #1705D0. Grayscale: #DEDEDE. Windows color (decimal): -1508817 or 3144424. OLE color: 3144424.
HSL color Cylindrical-coordinate representation of color #E8FA2F: hue angle of 65.32º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8FA2F is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 47 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.02 |
| HSL | 65.32º | 0.95% | 0.58% | - |
| HSV(B) | 65.32º | 0.81% | 0.98% | - |
| XYZ | 67.98 | 85.73 | 15.65 | - |
| YUV | 221.48 | 29.54 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 47 | 0.07 | 0 | 0.81 | 0.02 | 65.32 | 0.95 | 0.58 |
| Hex | E8 | FA | 2F | 7 | 0 | 51 | 2 | 41 | 5F | 3A |
| Octal | 350 | 372 | 57 | 7 | 0 | 121 | 2 | 101 | 137 | 72 |
| Binary | 11101000 | 11111010 | 101111 | 111 | 0 | 1010001 | 10 | 1000001 | 1011111 | 111010 |
Color Harmonies of #E8FA2F
Complementary color
Monochromatic Colors of #E8FA2F
Black with #E8FA2F
Text Example
Text Example
White with #E8FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FA2F; }
p { color: rgb(232,250,47); }
H1.HeaderClassName
{
color: #E8FA2F;
}
.AnyTagClassName
{
color: #E8FA2F;
}
</style>
background-color css
<style>
a { background-color: #E8FA2F; }
a { background-color: rgb(232,250,47); }
div.DivClassName
{
background-color: #E8FA2F;
}
.BgClassName
{
background-color: #E8FA2F;
}
</style>
border-color css
<style>
span { border-color: #E8FA2F; }
span { border-color: rgb(232,250,47); }
td.TdClassName
{
border-color: #E8FA2F;
}
.TagClassName
{
border-color: #E8FA2F;
}
</style>