Shades of Golden Fizz #E5F227
Tints of Golden Fizz #E5F227
RGB
CMYK
RGB Variations
Color information
#E5F227 (or 0xE5F227) is known color: Golden Fizz. HEX triplet: E5, F2 and 27. RGB value is (229,242,39). Sum of RGB (Red+Green+Blue) = 229+242+39=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 39 (15.62% from 255 or 7.65% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F227 is #1A0DD8. Grayscale: #D7D7D7. Windows color (decimal): -1707481 or 2618085. OLE color: 2618085.
HSL color Cylindrical-coordinate representation of color #E5F227: hue angle of 63.84º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5F227 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 39 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.05 |
| HSL | 63.84º | 0.89% | 0.55% | - |
| HSV(B) | 63.84º | 0.84% | 0.95% | - |
| XYZ | 64.43 | 80.31 | 14.02 | - |
| YUV | 214.97 | 28.69 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 39 | 0.05 | 0 | 0.84 | 0.05 | 63.84 | 0.89 | 0.55 |
| Hex | E5 | F2 | 27 | 5 | 0 | 54 | 5 | 40 | 59 | 37 |
| Octal | 345 | 362 | 47 | 5 | 0 | 124 | 5 | 100 | 131 | 67 |
| Binary | 11100101 | 11110010 | 100111 | 101 | 0 | 1010100 | 101 | 1000000 | 1011001 | 110111 |
Color Harmonies of #E5F227
Complementary color
Monochromatic Colors of #E5F227
Black with #E5F227
Text Example
Text Example
White with #E5F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F227; }
p { color: rgb(229,242,39); }
H1.HeaderClassName
{
color: #E5F227;
}
.AnyTagClassName
{
color: #E5F227;
}
</style>
background-color css
<style>
a { background-color: #E5F227; }
a { background-color: rgb(229,242,39); }
div.DivClassName
{
background-color: #E5F227;
}
.BgClassName
{
background-color: #E5F227;
}
</style>
border-color css
<style>
span { border-color: #E5F227; }
span { border-color: rgb(229,242,39); }
td.TdClassName
{
border-color: #E5F227;
}
.TagClassName
{
border-color: #E5F227;
}
</style>