Shades of Golden Fizz #E8F127
Tints of Golden Fizz #E8F127
RGB
CMYK
RGB Variations
Color information
#E8F127 (or 0xE8F127) is known color: Golden Fizz. HEX triplet: E8, F1 and 27. RGB value is (232,241,39). Sum of RGB (Red+Green+Blue) = 232+241+39=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 39 (15.62% from 255 or 7.62% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F127 is #170ED8. Grayscale: #D8D8D8. Windows color (decimal): -1511129 or 2617832. OLE color: 2617832.
HSL color Cylindrical-coordinate representation of color #E8F127: hue angle of 62.67º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8F127 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 39 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.05 |
| HSL | 62.67º | 0.88% | 0.55% | - |
| HSV(B) | 62.67º | 0.84% | 0.95% | - |
| XYZ | 65.1 | 80.21 | 13.97 | - |
| YUV | 215.28 | 28.52 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 39 | 0.04 | 0 | 0.84 | 0.05 | 62.67 | 0.88 | 0.55 |
| Hex | E8 | F1 | 27 | 4 | 0 | 54 | 5 | 3F | 58 | 37 |
| Octal | 350 | 361 | 47 | 4 | 0 | 124 | 5 | 77 | 130 | 67 |
| Binary | 11101000 | 11110001 | 100111 | 100 | 0 | 1010100 | 101 | 111111 | 1011000 | 110111 |
Color Harmonies of #E8F127
Complementary color
Monochromatic Colors of #E8F127
Black with #E8F127
Text Example
Text Example
White with #E8F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F127; }
p { color: rgb(232,241,39); }
H1.HeaderClassName
{
color: #E8F127;
}
.AnyTagClassName
{
color: #E8F127;
}
</style>
background-color css
<style>
a { background-color: #E8F127; }
a { background-color: rgb(232,241,39); }
div.DivClassName
{
background-color: #E8F127;
}
.BgClassName
{
background-color: #E8F127;
}
</style>
border-color css
<style>
span { border-color: #E8F127; }
span { border-color: rgb(232,241,39); }
td.TdClassName
{
border-color: #E8F127;
}
.TagClassName
{
border-color: #E8F127;
}
</style>