Shades of Golden Fizz #E4F325
Tints of Golden Fizz #E4F325
RGB
CMYK
RGB Variations
Color information
#E4F325 (or 0xE4F325) is known color: Golden Fizz. HEX triplet: E4, F3 and 25. RGB value is (228,243,37). Sum of RGB (Red+Green+Blue) = 228+243+37=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #E4F325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F325 is #1B0CDA. Grayscale: #D7D7D7. Windows color (decimal): -1772763 or 2487268. OLE color: 2487268.
HSL color Cylindrical-coordinate representation of color #E4F325: hue angle of 64.37º 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 #E4F325 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 243 | 37 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.05 |
| HSL | 64.37º | 0.9% | 0.55% | - |
| HSV(B) | 64.37º | 0.85% | 0.95% | - |
| XYZ | 64.38 | 80.73 | 13.94 | - |
| YUV | 215.03 | 27.53 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 243 | 37 | 0.06 | 0 | 0.85 | 0.05 | 64.37 | 0.9 | 0.55 |
| Hex | E4 | F3 | 25 | 6 | 0 | 55 | 5 | 40 | 5A | 37 |
| Octal | 344 | 363 | 45 | 6 | 0 | 125 | 5 | 100 | 132 | 67 |
| Binary | 11100100 | 11110011 | 100101 | 110 | 0 | 1010101 | 101 | 1000000 | 1011010 | 110111 |
Color Harmonies of #E4F325
Complementary color
Monochromatic Colors of #E4F325
Black with #E4F325
Text Example
Text Example
White with #E4F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F325; }
p { color: rgb(228,243,37); }
H1.HeaderClassName
{
color: #E4F325;
}
.AnyTagClassName
{
color: #E4F325;
}
</style>
background-color css
<style>
a { background-color: #E4F325; }
a { background-color: rgb(228,243,37); }
div.DivClassName
{
background-color: #E4F325;
}
.BgClassName
{
background-color: #E4F325;
}
</style>
border-color css
<style>
span { border-color: #E4F325; }
span { border-color: rgb(228,243,37); }
td.TdClassName
{
border-color: #E4F325;
}
.TagClassName
{
border-color: #E4F325;
}
</style>