Shades of Golden Fizz #E5EF25
Tints of Golden Fizz #E5EF25
RGB
CMYK
RGB Variations
Color information
#E5EF25 (or 0xE5EF25) is known color: Golden Fizz. HEX triplet: E5, EF and 25. RGB value is (229,239,37). Sum of RGB (Red+Green+Blue) = 229+239+37=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 37 (14.84% from 255 or 7.33% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF25 is #1A10DA. Grayscale: #D5D5D5. Windows color (decimal): -1708251 or 2486245. OLE color: 2486245.
HSL color Cylindrical-coordinate representation of color #E5EF25: hue angle of 62.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5EF25 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 37 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.06 |
| HSL | 62.97º | 0.86% | 0.54% | - |
| HSV(B) | 62.97º | 0.85% | 0.94% | - |
| XYZ | 63.51 | 78.52 | 13.56 | - |
| YUV | 212.98 | 28.69 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 37 | 0.04 | 0 | 0.85 | 0.06 | 62.97 | 0.86 | 0.54 |
| Hex | E5 | EF | 25 | 4 | 0 | 55 | 6 | 3F | 56 | 36 |
| Octal | 345 | 357 | 45 | 4 | 0 | 125 | 6 | 77 | 126 | 66 |
| Binary | 11100101 | 11101111 | 100101 | 100 | 0 | 1010101 | 110 | 111111 | 1010110 | 110110 |
Color Harmonies of #E5EF25
Complementary color
Monochromatic Colors of #E5EF25
Black with #E5EF25
Text Example
Text Example
White with #E5EF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EF25; }
p { color: rgb(229,239,37); }
H1.HeaderClassName
{
color: #E5EF25;
}
.AnyTagClassName
{
color: #E5EF25;
}
</style>
background-color css
<style>
a { background-color: #E5EF25; }
a { background-color: rgb(229,239,37); }
div.DivClassName
{
background-color: #E5EF25;
}
.BgClassName
{
background-color: #E5EF25;
}
</style>
border-color css
<style>
span { border-color: #E5EF25; }
span { border-color: rgb(229,239,37); }
td.TdClassName
{
border-color: #E5EF25;
}
.TagClassName
{
border-color: #E5EF25;
}
</style>