Shades of Golden Fizz #E5F325
Tints of Golden Fizz #E5F325
RGB
CMYK
RGB Variations
Color information
#E5F325 (or 0xE5F325) is known color: Golden Fizz. HEX triplet: E5, F3 and 25. RGB value is (229,243,37). Sum of RGB (Red+Green+Blue) = 229+243+37=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F325 is #1A0CDA. Grayscale: #D8D8D8. Windows color (decimal): -1707227 or 2487269. OLE color: 2487269.
HSL color Cylindrical-coordinate representation of color #E5F325: hue angle of 64.08º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5F325 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 37 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.05 |
| HSL | 64.08º | 0.9% | 0.55% | - |
| HSV(B) | 64.08º | 0.85% | 0.95% | - |
| XYZ | 64.7 | 80.89 | 13.95 | - |
| YUV | 215.33 | 27.36 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 37 | 0.06 | 0 | 0.85 | 0.05 | 64.08 | 0.9 | 0.55 |
| Hex | E5 | F3 | 25 | 6 | 0 | 55 | 5 | 40 | 5A | 37 |
| Octal | 345 | 363 | 45 | 6 | 0 | 125 | 5 | 100 | 132 | 67 |
| Binary | 11100101 | 11110011 | 100101 | 110 | 0 | 1010101 | 101 | 1000000 | 1011010 | 110111 |
Color Harmonies of #E5F325
Complementary color
Monochromatic Colors of #E5F325
Black with #E5F325
Text Example
Text Example
White with #E5F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F325; }
p { color: rgb(229,243,37); }
H1.HeaderClassName
{
color: #E5F325;
}
.AnyTagClassName
{
color: #E5F325;
}
</style>
background-color css
<style>
a { background-color: #E5F325; }
a { background-color: rgb(229,243,37); }
div.DivClassName
{
background-color: #E5F325;
}
.BgClassName
{
background-color: #E5F325;
}
</style>
border-color css
<style>
span { border-color: #E5F325; }
span { border-color: rgb(229,243,37); }
td.TdClassName
{
border-color: #E5F325;
}
.TagClassName
{
border-color: #E5F325;
}
</style>