Shades of Golden Fizz #E5F324
Tints of Golden Fizz #E5F324
RGB
CMYK
RGB Variations
Color information
#E5F324 (or 0xE5F324) is known color: Golden Fizz. HEX triplet: E5, F3 and 24. RGB value is (229,243,36). Sum of RGB (Red+Green+Blue) = 229+243+36=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 36 (14.45% from 255 or 7.09% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F324 is #1A0CDB. Grayscale: #D8D8D8. Windows color (decimal): -1707228 or 2421733. OLE color: 2421733.
HSL color Cylindrical-coordinate representation of color #E5F324: hue angle of 64.06º 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 #E5F324 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 36 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.05 |
| HSL | 64.06º | 0.9% | 0.55% | - |
| HSV(B) | 64.06º | 0.85% | 0.95% | - |
| XYZ | 64.68 | 80.89 | 13.87 | - |
| YUV | 215.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 36 | 0.06 | 0 | 0.85 | 0.05 | 64.06 | 0.9 | 0.55 |
| Hex | E5 | F3 | 24 | 6 | 0 | 55 | 5 | 40 | 5A | 37 |
| Octal | 345 | 363 | 44 | 6 | 0 | 125 | 5 | 100 | 132 | 67 |
| Binary | 11100101 | 11110011 | 100100 | 110 | 0 | 1010101 | 101 | 1000000 | 1011010 | 110111 |
Color Harmonies of #E5F324
Complementary color
Monochromatic Colors of #E5F324
Black with #E5F324
Text Example
Text Example
White with #E5F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F324; }
p { color: rgb(229,243,36); }
H1.HeaderClassName
{
color: #E5F324;
}
.AnyTagClassName
{
color: #E5F324;
}
</style>
background-color css
<style>
a { background-color: #E5F324; }
a { background-color: rgb(229,243,36); }
div.DivClassName
{
background-color: #E5F324;
}
.BgClassName
{
background-color: #E5F324;
}
</style>
border-color css
<style>
span { border-color: #E5F324; }
span { border-color: rgb(229,243,36); }
td.TdClassName
{
border-color: #E5F324;
}
.TagClassName
{
border-color: #E5F324;
}
</style>