Shades of Golden Fizz #E4F32D
Tints of Golden Fizz #E4F32D
RGB
CMYK
RGB Variations
Color information
#E4F32D (or 0xE4F32D) is known color: Golden Fizz. HEX triplet: E4, F3 and 2D. RGB value is (228,243,45). Sum of RGB (Red+Green+Blue) = 228+243+45=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #E4F32D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F32D is #1B0CD2. Grayscale: #D8D8D8. Windows color (decimal): -1772755 or 3011556. OLE color: 3011556.
HSL color Cylindrical-coordinate representation of color #E4F32D: hue angle of 64.55º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4F32D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 243 | 45 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.05 |
| HSL | 64.55º | 0.89% | 0.56% | - |
| HSV(B) | 64.55º | 0.81% | 0.95% | - |
| XYZ | 64.52 | 80.78 | 14.68 | - |
| YUV | 215.94 | 31.53 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 243 | 45 | 0.06 | 0 | 0.81 | 0.05 | 64.55 | 0.89 | 0.56 |
| Hex | E4 | F3 | 2D | 6 | 0 | 51 | 5 | 41 | 59 | 38 |
| Octal | 344 | 363 | 55 | 6 | 0 | 121 | 5 | 101 | 131 | 70 |
| Binary | 11100100 | 11110011 | 101101 | 110 | 0 | 1010001 | 101 | 1000001 | 1011001 | 111000 |
Color Harmonies of #E4F32D
Complementary color
Monochromatic Colors of #E4F32D
Black with #E4F32D
Text Example
Text Example
White with #E4F32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F32D; }
p { color: rgb(228,243,45); }
H1.HeaderClassName
{
color: #E4F32D;
}
.AnyTagClassName
{
color: #E4F32D;
}
</style>
background-color css
<style>
a { background-color: #E4F32D; }
a { background-color: rgb(228,243,45); }
div.DivClassName
{
background-color: #E4F32D;
}
.BgClassName
{
background-color: #E4F32D;
}
</style>
border-color css
<style>
span { border-color: #E4F32D; }
span { border-color: rgb(228,243,45); }
td.TdClassName
{
border-color: #E4F32D;
}
.TagClassName
{
border-color: #E4F32D;
}
</style>