Shades of Golden Fizz #E8F12E
Tints of Golden Fizz #E8F12E
RGB
CMYK
RGB Variations
Color information
#E8F12E (or 0xE8F12E) is known color: Golden Fizz. HEX triplet: E8, F1 and 2E. RGB value is (232,241,46). Sum of RGB (Red+Green+Blue) = 232+241+46=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F12E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F12E is #170ED1. Grayscale: #D8D8D8. Windows color (decimal): -1511122 or 3076584. OLE color: 3076584.
HSL color Cylindrical-coordinate representation of color #E8F12E: hue angle of 62.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8F12E is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 46 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.05 |
| HSL | 62.77º | 0.87% | 0.56% | - |
| HSV(B) | 62.77º | 0.81% | 0.95% | - |
| XYZ | 65.23 | 80.26 | 14.64 | - |
| YUV | 216.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 46 | 0.04 | 0 | 0.81 | 0.05 | 62.77 | 0.87 | 0.56 |
| Hex | E8 | F1 | 2E | 4 | 0 | 51 | 5 | 3F | 57 | 38 |
| Octal | 350 | 361 | 56 | 4 | 0 | 121 | 5 | 77 | 127 | 70 |
| Binary | 11101000 | 11110001 | 101110 | 100 | 0 | 1010001 | 101 | 111111 | 1010111 | 111000 |
Color Harmonies of #E8F12E
Complementary color
Monochromatic Colors of #E8F12E
Black with #E8F12E
Text Example
Text Example
White with #E8F12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F12E; }
p { color: rgb(232,241,46); }
H1.HeaderClassName
{
color: #E8F12E;
}
.AnyTagClassName
{
color: #E8F12E;
}
</style>
background-color css
<style>
a { background-color: #E8F12E; }
a { background-color: rgb(232,241,46); }
div.DivClassName
{
background-color: #E8F12E;
}
.BgClassName
{
background-color: #E8F12E;
}
</style>
border-color css
<style>
span { border-color: #E8F12E; }
span { border-color: rgb(232,241,46); }
td.TdClassName
{
border-color: #E8F12E;
}
.TagClassName
{
border-color: #E8F12E;
}
</style>