Shades of Golden Fizz #E5F124
Tints of Golden Fizz #E5F124
RGB
CMYK
RGB Variations
Color information
#E5F124 (or 0xE5F124) is known color: Golden Fizz. HEX triplet: E5, F1 and 24. RGB value is (229,241,36). Sum of RGB (Red+Green+Blue) = 229+241+36=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F124 is #1A0EDB. Grayscale: #D6D6D6. Windows color (decimal): -1707740 or 2421221. OLE color: 2421221.
HSL color Cylindrical-coordinate representation of color #E5F124: hue angle of 63.51º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5F124 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 241 | 36 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.05 |
| HSL | 63.51º | 0.88% | 0.54% | - |
| HSV(B) | 63.51º | 0.85% | 0.95% | - |
| XYZ | 64.09 | 79.7 | 13.67 | - |
| YUV | 214.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 241 | 36 | 0.05 | 0 | 0.85 | 0.05 | 63.51 | 0.88 | 0.54 |
| Hex | E5 | F1 | 24 | 5 | 0 | 55 | 5 | 40 | 58 | 36 |
| Octal | 345 | 361 | 44 | 5 | 0 | 125 | 5 | 100 | 130 | 66 |
| Binary | 11100101 | 11110001 | 100100 | 101 | 0 | 1010101 | 101 | 1000000 | 1011000 | 110110 |
Color Harmonies of #E5F124
Complementary color
Monochromatic Colors of #E5F124
Black with #E5F124
Text Example
Text Example
White with #E5F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F124; }
p { color: rgb(229,241,36); }
H1.HeaderClassName
{
color: #E5F124;
}
.AnyTagClassName
{
color: #E5F124;
}
</style>
background-color css
<style>
a { background-color: #E5F124; }
a { background-color: rgb(229,241,36); }
div.DivClassName
{
background-color: #E5F124;
}
.BgClassName
{
background-color: #E5F124;
}
</style>
border-color css
<style>
span { border-color: #E5F124; }
span { border-color: rgb(229,241,36); }
td.TdClassName
{
border-color: #E5F124;
}
.TagClassName
{
border-color: #E5F124;
}
</style>