Shades of Golden Fizz #E5F62B
Tints of Golden Fizz #E5F62B
RGB
CMYK
RGB Variations
Color information
#E5F62B (or 0xE5F62B) is known color: Golden Fizz. HEX triplet: E5, F6 and 2B. RGB value is (229,246,43). Sum of RGB (Red+Green+Blue) = 229+246+43=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 43 (17.19% from 255 or 8.30% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #E5F62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F62B is #1A09D4. Grayscale: #DADADA. Windows color (decimal): -1706453 or 2881253. OLE color: 2881253.
HSL color Cylindrical-coordinate representation of color #E5F62B: hue angle of 65.02º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5F62B is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 246 | 43 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.04 |
| HSL | 65.02º | 0.92% | 0.57% | - |
| HSV(B) | 65.02º | 0.83% | 0.96% | - |
| XYZ | 65.7 | 82.74 | 14.79 | - |
| YUV | 217.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 246 | 43 | 0.07 | 0 | 0.83 | 0.04 | 65.02 | 0.92 | 0.57 |
| Hex | E5 | F6 | 2B | 7 | 0 | 53 | 4 | 41 | 5C | 39 |
| Octal | 345 | 366 | 53 | 7 | 0 | 123 | 4 | 101 | 134 | 71 |
| Binary | 11100101 | 11110110 | 101011 | 111 | 0 | 1010011 | 100 | 1000001 | 1011100 | 111001 |
Color Harmonies of #E5F62B
Complementary color
Monochromatic Colors of #E5F62B
Black with #E5F62B
Text Example
Text Example
White with #E5F62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F62B; }
p { color: rgb(229,246,43); }
H1.HeaderClassName
{
color: #E5F62B;
}
.AnyTagClassName
{
color: #E5F62B;
}
</style>
background-color css
<style>
a { background-color: #E5F62B; }
a { background-color: rgb(229,246,43); }
div.DivClassName
{
background-color: #E5F62B;
}
.BgClassName
{
background-color: #E5F62B;
}
</style>
border-color css
<style>
span { border-color: #E5F62B; }
span { border-color: rgb(229,246,43); }
td.TdClassName
{
border-color: #E5F62B;
}
.TagClassName
{
border-color: #E5F62B;
}
</style>