Shades of Golden Fizz #E4F21E
Tints of Golden Fizz #E4F21E
RGB
CMYK
RGB Variations
Color information
#E4F21E (or 0xE4F21E) is known color: Golden Fizz. HEX triplet: E4, F2 and 1E. RGB value is (228,242,30). Sum of RGB (Red+Green+Blue) = 228+242+30=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 30 (12.11% from 255 or 6% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F21E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F21E is #1B0DE1. Grayscale: #D6D6D6. Windows color (decimal): -1773026 or 2028260. OLE color: 2028260.
HSL color Cylindrical-coordinate representation of color #E4F21E: hue angle of 63.96º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E4F21E is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 30 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.05 |
| HSL | 63.96º | 0.89% | 0.53% | - |
| HSV(B) | 63.96º | 0.88% | 0.95% | - |
| XYZ | 63.98 | 80.09 | 13.32 | - |
| YUV | 213.65 | 24.36 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 30 | 0.06 | 0 | 0.88 | 0.05 | 63.96 | 0.89 | 0.53 |
| Hex | E4 | F2 | 1E | 6 | 0 | 58 | 5 | 40 | 59 | 35 |
| Octal | 344 | 362 | 36 | 6 | 0 | 130 | 5 | 100 | 131 | 65 |
| Binary | 11100100 | 11110010 | 11110 | 110 | 0 | 1011000 | 101 | 1000000 | 1011001 | 110101 |
Color Harmonies of #E4F21E
Complementary color
Monochromatic Colors of #E4F21E
Black with #E4F21E
Text Example
Text Example
White with #E4F21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F21E; }
p { color: rgb(228,242,30); }
H1.HeaderClassName
{
color: #E4F21E;
}
.AnyTagClassName
{
color: #E4F21E;
}
</style>
background-color css
<style>
a { background-color: #E4F21E; }
a { background-color: rgb(228,242,30); }
div.DivClassName
{
background-color: #E4F21E;
}
.BgClassName
{
background-color: #E4F21E;
}
</style>
border-color css
<style>
span { border-color: #E4F21E; }
span { border-color: rgb(228,242,30); }
td.TdClassName
{
border-color: #E4F21E;
}
.TagClassName
{
border-color: #E4F21E;
}
</style>