Shades of Golden Fizz #E4F229
Tints of Golden Fizz #E4F229
RGB
CMYK
RGB Variations
Color information
#E4F229 (or 0xE4F229) is known color: Golden Fizz. HEX triplet: E4, F2 and 29. RGB value is (228,242,41). Sum of RGB (Red+Green+Blue) = 228+242+41=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F229 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F229 is #1B0DD6. Grayscale: #D7D7D7. Windows color (decimal): -1773015 or 2749156. OLE color: 2749156.
HSL color Cylindrical-coordinate representation of color #E4F229: hue angle of 64.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E4F229 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 41 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.05 |
| HSL | 64.18º | 0.89% | 0.55% | - |
| HSV(B) | 64.18º | 0.83% | 0.95% | - |
| XYZ | 64.15 | 80.16 | 14.19 | - |
| YUV | 214.9 | 29.86 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 41 | 0.06 | 0 | 0.83 | 0.05 | 64.18 | 0.89 | 0.55 |
| Hex | E4 | F2 | 29 | 6 | 0 | 53 | 5 | 40 | 59 | 37 |
| Octal | 344 | 362 | 51 | 6 | 0 | 123 | 5 | 100 | 131 | 67 |
| Binary | 11100100 | 11110010 | 101001 | 110 | 0 | 1010011 | 101 | 1000000 | 1011001 | 110111 |
Color Harmonies of #E4F229
Complementary color
Monochromatic Colors of #E4F229
Black with #E4F229
Text Example
Text Example
White with #E4F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F229; }
p { color: rgb(228,242,41); }
H1.HeaderClassName
{
color: #E4F229;
}
.AnyTagClassName
{
color: #E4F229;
}
</style>
background-color css
<style>
a { background-color: #E4F229; }
a { background-color: rgb(228,242,41); }
div.DivClassName
{
background-color: #E4F229;
}
.BgClassName
{
background-color: #E4F229;
}
</style>
border-color css
<style>
span { border-color: #E4F229; }
span { border-color: rgb(228,242,41); }
td.TdClassName
{
border-color: #E4F229;
}
.TagClassName
{
border-color: #E4F229;
}
</style>