Shades of Golden Fizz #E5F425
Tints of Golden Fizz #E5F425
RGB
CMYK
RGB Variations
Color information
#E5F425 (or 0xE5F425) is known color: Golden Fizz. HEX triplet: E5, F4 and 25. RGB value is (229,244,37). Sum of RGB (Red+Green+Blue) = 229+244+37=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F425 is #1A0BDA. Grayscale: #D8D8D8. Windows color (decimal): -1706971 or 2487525. OLE color: 2487525.
HSL color Cylindrical-coordinate representation of color #E5F425: hue angle of 64.35º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5F425 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 244 | 37 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.04 |
| HSL | 64.35º | 0.9% | 0.55% | - |
| HSV(B) | 64.35º | 0.85% | 0.96% | - |
| XYZ | 65 | 81.49 | 14.05 | - |
| YUV | 215.92 | 27.03 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 37 | 0.06 | 0 | 0.85 | 0.04 | 64.35 | 0.9 | 0.55 |
| Hex | E5 | F4 | 25 | 6 | 0 | 55 | 4 | 40 | 5A | 37 |
| Octal | 345 | 364 | 45 | 6 | 0 | 125 | 4 | 100 | 132 | 67 |
| Binary | 11100101 | 11110100 | 100101 | 110 | 0 | 1010101 | 100 | 1000000 | 1011010 | 110111 |
Color Harmonies of #E5F425
Complementary color
Monochromatic Colors of #E5F425
Black with #E5F425
Text Example
Text Example
White with #E5F425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F425; }
p { color: rgb(229,244,37); }
H1.HeaderClassName
{
color: #E5F425;
}
.AnyTagClassName
{
color: #E5F425;
}
</style>
background-color css
<style>
a { background-color: #E5F425; }
a { background-color: rgb(229,244,37); }
div.DivClassName
{
background-color: #E5F425;
}
.BgClassName
{
background-color: #E5F425;
}
</style>
border-color css
<style>
span { border-color: #E5F425; }
span { border-color: rgb(229,244,37); }
td.TdClassName
{
border-color: #E5F425;
}
.TagClassName
{
border-color: #E5F425;
}
</style>