Shades of Golden Fizz #E4F024
Tints of Golden Fizz #E4F024
RGB
CMYK
RGB Variations
Color information
#E4F024 (or 0xE4F024) is known color: Golden Fizz. HEX triplet: E4, F0 and 24. RGB value is (228,240,36). Sum of RGB (Red+Green+Blue) = 228+240+36=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F024 is #1B0FDB. Grayscale: #D5D5D5. Windows color (decimal): -1773532 or 2420964. OLE color: 2420964.
HSL color Cylindrical-coordinate representation of color #E4F024: hue angle of 63.53º degrees, saturation: 0.87, 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 #E4F024 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 36 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.06 |
| HSL | 63.53º | 0.87% | 0.54% | - |
| HSV(B) | 63.53º | 0.85% | 0.94% | - |
| XYZ | 63.47 | 78.94 | 13.56 | - |
| YUV | 213.16 | 28.02 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 36 | 0.05 | 0 | 0.85 | 0.06 | 63.53 | 0.87 | 0.54 |
| Hex | E4 | F0 | 24 | 5 | 0 | 55 | 6 | 40 | 57 | 36 |
| Octal | 344 | 360 | 44 | 5 | 0 | 125 | 6 | 100 | 127 | 66 |
| Binary | 11100100 | 11110000 | 100100 | 101 | 0 | 1010101 | 110 | 1000000 | 1010111 | 110110 |
Color Harmonies of #E4F024
Complementary color
Monochromatic Colors of #E4F024
Black with #E4F024
Text Example
Text Example
White with #E4F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F024; }
p { color: rgb(228,240,36); }
H1.HeaderClassName
{
color: #E4F024;
}
.AnyTagClassName
{
color: #E4F024;
}
</style>
background-color css
<style>
a { background-color: #E4F024; }
a { background-color: rgb(228,240,36); }
div.DivClassName
{
background-color: #E4F024;
}
.BgClassName
{
background-color: #E4F024;
}
</style>
border-color css
<style>
span { border-color: #E4F024; }
span { border-color: rgb(228,240,36); }
td.TdClassName
{
border-color: #E4F024;
}
.TagClassName
{
border-color: #E4F024;
}
</style>