Shades of Golden Fizz #E4F223
Tints of Golden Fizz #E4F223
RGB
CMYK
RGB Variations
Color information
#E4F223 (or 0xE4F223) is known color: Golden Fizz. HEX triplet: E4, F2 and 23. RGB value is (228,242,35). Sum of RGB (Red+Green+Blue) = 228+242+35=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 35 (14.06% from 255 or 6.93% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F223 is #1B0DDC. Grayscale: #D7D7D7. Windows color (decimal): -1773021 or 2355940. OLE color: 2355940.
HSL color Cylindrical-coordinate representation of color #E4F223: hue angle of 64.06º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4F223 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 35 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.05 |
| HSL | 64.06º | 0.89% | 0.54% | - |
| HSV(B) | 64.06º | 0.86% | 0.95% | - |
| XYZ | 64.05 | 80.12 | 13.68 | - |
| YUV | 214.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 35 | 0.06 | 0 | 0.86 | 0.05 | 64.06 | 0.89 | 0.54 |
| Hex | E4 | F2 | 23 | 6 | 0 | 56 | 5 | 40 | 59 | 36 |
| Octal | 344 | 362 | 43 | 6 | 0 | 126 | 5 | 100 | 131 | 66 |
| Binary | 11100100 | 11110010 | 100011 | 110 | 0 | 1010110 | 101 | 1000000 | 1011001 | 110110 |
Color Harmonies of #E4F223
Complementary color
Monochromatic Colors of #E4F223
Black with #E4F223
Text Example
Text Example
White with #E4F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F223; }
p { color: rgb(228,242,35); }
H1.HeaderClassName
{
color: #E4F223;
}
.AnyTagClassName
{
color: #E4F223;
}
</style>
background-color css
<style>
a { background-color: #E4F223; }
a { background-color: rgb(228,242,35); }
div.DivClassName
{
background-color: #E4F223;
}
.BgClassName
{
background-color: #E4F223;
}
</style>
border-color css
<style>
span { border-color: #E4F223; }
span { border-color: rgb(228,242,35); }
td.TdClassName
{
border-color: #E4F223;
}
.TagClassName
{
border-color: #E4F223;
}
</style>