Shades of Golden Fizz #E5F32F
Tints of Golden Fizz #E5F32F
RGB
CMYK
RGB Variations
Color information
#E5F32F (or 0xE5F32F) is known color: Golden Fizz. HEX triplet: E5, F3 and 2F. RGB value is (229,243,47). Sum of RGB (Red+Green+Blue) = 229+243+47=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F32F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F32F is #1A0CD0. Grayscale: #D9D9D9. Windows color (decimal): -1707217 or 3142629. OLE color: 3142629.
HSL color Cylindrical-coordinate representation of color #E5F32F: hue angle of 64.29º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5F32F is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 47 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.05 |
| HSL | 64.29º | 0.89% | 0.57% | - |
| HSV(B) | 64.29º | 0.81% | 0.95% | - |
| XYZ | 64.88 | 80.96 | 14.9 | - |
| YUV | 216.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 47 | 0.06 | 0 | 0.81 | 0.05 | 64.29 | 0.89 | 0.57 |
| Hex | E5 | F3 | 2F | 6 | 0 | 51 | 5 | 40 | 59 | 39 |
| Octal | 345 | 363 | 57 | 6 | 0 | 121 | 5 | 100 | 131 | 71 |
| Binary | 11100101 | 11110011 | 101111 | 110 | 0 | 1010001 | 101 | 1000000 | 1011001 | 111001 |
Color Harmonies of #E5F32F
Complementary color
Monochromatic Colors of #E5F32F
Black with #E5F32F
Text Example
Text Example
White with #E5F32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F32F; }
p { color: rgb(229,243,47); }
H1.HeaderClassName
{
color: #E5F32F;
}
.AnyTagClassName
{
color: #E5F32F;
}
</style>
background-color css
<style>
a { background-color: #E5F32F; }
a { background-color: rgb(229,243,47); }
div.DivClassName
{
background-color: #E5F32F;
}
.BgClassName
{
background-color: #E5F32F;
}
</style>
border-color css
<style>
span { border-color: #E5F32F; }
span { border-color: rgb(229,243,47); }
td.TdClassName
{
border-color: #E5F32F;
}
.TagClassName
{
border-color: #E5F32F;
}
</style>