Shades of Golden Fizz #E4F32A
Tints of Golden Fizz #E4F32A
RGB
CMYK
RGB Variations
Color information
#E4F32A (or 0xE4F32A) is known color: Golden Fizz. HEX triplet: E4, F3 and 2A. RGB value is (228,243,42). Sum of RGB (Red+Green+Blue) = 228+243+42=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #E4F32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F32A is #1B0CD5. Grayscale: #D8D8D8. Windows color (decimal): -1772758 or 2814948. OLE color: 2814948.
HSL color Cylindrical-coordinate representation of color #E4F32A: hue angle of 64.48º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E4F32A is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 243 | 42 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.05 |
| HSL | 64.48º | 0.89% | 0.56% | - |
| HSV(B) | 64.48º | 0.83% | 0.95% | - |
| XYZ | 64.46 | 80.76 | 14.38 | - |
| YUV | 215.6 | 30.03 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 243 | 42 | 0.06 | 0 | 0.83 | 0.05 | 64.48 | 0.89 | 0.56 |
| Hex | E4 | F3 | 2A | 6 | 0 | 53 | 5 | 40 | 59 | 38 |
| Octal | 344 | 363 | 52 | 6 | 0 | 123 | 5 | 100 | 131 | 70 |
| Binary | 11100100 | 11110011 | 101010 | 110 | 0 | 1010011 | 101 | 1000000 | 1011001 | 111000 |
Color Harmonies of #E4F32A
Complementary color
Monochromatic Colors of #E4F32A
Black with #E4F32A
Text Example
Text Example
White with #E4F32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F32A; }
p { color: rgb(228,243,42); }
H1.HeaderClassName
{
color: #E4F32A;
}
.AnyTagClassName
{
color: #E4F32A;
}
</style>
background-color css
<style>
a { background-color: #E4F32A; }
a { background-color: rgb(228,243,42); }
div.DivClassName
{
background-color: #E4F32A;
}
.BgClassName
{
background-color: #E4F32A;
}
</style>
border-color css
<style>
span { border-color: #E4F32A; }
span { border-color: rgb(228,243,42); }
td.TdClassName
{
border-color: #E4F32A;
}
.TagClassName
{
border-color: #E4F32A;
}
</style>