Shades of Golden Fizz #E5F223
Tints of Golden Fizz #E5F223
RGB
CMYK
RGB Variations
Color information
#E5F223 (or 0xE5F223) is known color: Golden Fizz. HEX triplet: E5, F2 and 23. RGB value is (229,242,35). Sum of RGB (Red+Green+Blue) = 229+242+35=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 35 (14.06% from 255 or 6.92% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F223 is #1A0DDC. Grayscale: #D7D7D7. Windows color (decimal): -1707485 or 2355941. OLE color: 2355941.
HSL color Cylindrical-coordinate representation of color #E5F223: hue angle of 63.77º 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 #E5F223 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 35 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.05 |
| HSL | 63.77º | 0.89% | 0.54% | - |
| HSV(B) | 63.77º | 0.86% | 0.95% | - |
| XYZ | 64.37 | 80.28 | 13.69 | - |
| YUV | 214.52 | 26.69 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 35 | 0.05 | 0 | 0.86 | 0.05 | 63.77 | 0.89 | 0.54 |
| Hex | E5 | F2 | 23 | 5 | 0 | 56 | 5 | 40 | 59 | 36 |
| Octal | 345 | 362 | 43 | 5 | 0 | 126 | 5 | 100 | 131 | 66 |
| Binary | 11100101 | 11110010 | 100011 | 101 | 0 | 1010110 | 101 | 1000000 | 1011001 | 110110 |
Color Harmonies of #E5F223
Complementary color
Monochromatic Colors of #E5F223
Black with #E5F223
Text Example
Text Example
White with #E5F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F223; }
p { color: rgb(229,242,35); }
H1.HeaderClassName
{
color: #E5F223;
}
.AnyTagClassName
{
color: #E5F223;
}
</style>
background-color css
<style>
a { background-color: #E5F223; }
a { background-color: rgb(229,242,35); }
div.DivClassName
{
background-color: #E5F223;
}
.BgClassName
{
background-color: #E5F223;
}
</style>
border-color css
<style>
span { border-color: #E5F223; }
span { border-color: rgb(229,242,35); }
td.TdClassName
{
border-color: #E5F223;
}
.TagClassName
{
border-color: #E5F223;
}
</style>