Shades of Golden Fizz #E5F72A
Tints of Golden Fizz #E5F72A
RGB
CMYK
RGB Variations
Color information
#E5F72A (or 0xE5F72A) is known color: Golden Fizz. HEX triplet: E5, F7 and 2A. RGB value is (229,247,42). Sum of RGB (Red+Green+Blue) = 229+247+42=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 42 (16.80% from 255 or 8.11% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #E5F72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F72A is #1A08D5. Grayscale: #DBDBDB. Windows color (decimal): -1706198 or 2815973. OLE color: 2815973.
HSL color Cylindrical-coordinate representation of color #E5F72A: hue angle of 65.27º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5F72A is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 247 | 42 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.03 |
| HSL | 65.27º | 0.93% | 0.57% | - |
| HSV(B) | 65.27º | 0.83% | 0.97% | - |
| XYZ | 65.99 | 83.35 | 14.8 | - |
| YUV | 218.25 | 28.54 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 247 | 42 | 0.07 | 0 | 0.83 | 0.03 | 65.27 | 0.93 | 0.57 |
| Hex | E5 | F7 | 2A | 7 | 0 | 53 | 3 | 41 | 5D | 39 |
| Octal | 345 | 367 | 52 | 7 | 0 | 123 | 3 | 101 | 135 | 71 |
| Binary | 11100101 | 11110111 | 101010 | 111 | 0 | 1010011 | 11 | 1000001 | 1011101 | 111001 |
Color Harmonies of #E5F72A
Complementary color
Monochromatic Colors of #E5F72A
Black with #E5F72A
Text Example
Text Example
White with #E5F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F72A; }
p { color: rgb(229,247,42); }
H1.HeaderClassName
{
color: #E5F72A;
}
.AnyTagClassName
{
color: #E5F72A;
}
</style>
background-color css
<style>
a { background-color: #E5F72A; }
a { background-color: rgb(229,247,42); }
div.DivClassName
{
background-color: #E5F72A;
}
.BgClassName
{
background-color: #E5F72A;
}
</style>
border-color css
<style>
span { border-color: #E5F72A; }
span { border-color: rgb(229,247,42); }
td.TdClassName
{
border-color: #E5F72A;
}
.TagClassName
{
border-color: #E5F72A;
}
</style>