Shades of Golden Fizz #E4E52C
Tints of Golden Fizz #E4E52C
RGB
CMYK
RGB Variations
Color information
#E4E52C (or 0xE4E52C) is known color: Golden Fizz. HEX triplet: E4, E5 and 2C. RGB value is (228,229,44). Sum of RGB (Red+Green+Blue) = 228+229+44=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4E52C is #1B1AD3. Grayscale: #D0D0D0. Windows color (decimal): -1776340 or 2942436. OLE color: 2942436.
HSL color Cylindrical-coordinate representation of color #E4E52C: hue angle of 60.32º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4E52C is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 229 | 44 | - |
| CMYK | 0.00 | 0 | 0.81 | 0.10 |
| HSL | 60.32º | 0.78% | 0.54% | - |
| HSV(B) | 60.32º | 0.81% | 0.9% | - |
| XYZ | 60.47 | 72.71 | 13.23 | - |
| YUV | 207.61 | 35.67 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 229 | 44 | 0.00 | 0 | 0.81 | 0.10 | 60.32 | 0.78 | 0.54 |
| Hex | E4 | E5 | 2C | 0 | 0 | 51 | A | 3C | 4E | 36 |
| Octal | 344 | 345 | 54 | 0 | 0 | 121 | 12 | 74 | 116 | 66 |
| Binary | 11100100 | 11100101 | 101100 | 0 | 0 | 1010001 | 1010 | 111100 | 1001110 | 110110 |
Color Harmonies of #E4E52C
Complementary color
Monochromatic Colors of #E4E52C
Black with #E4E52C
Text Example
Text Example
White with #E4E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E52C; }
p { color: rgb(228,229,44); }
H1.HeaderClassName
{
color: #E4E52C;
}
.AnyTagClassName
{
color: #E4E52C;
}
</style>
background-color css
<style>
a { background-color: #E4E52C; }
a { background-color: rgb(228,229,44); }
div.DivClassName
{
background-color: #E4E52C;
}
.BgClassName
{
background-color: #E4E52C;
}
</style>
border-color css
<style>
span { border-color: #E4E52C; }
span { border-color: rgb(228,229,44); }
td.TdClassName
{
border-color: #E4E52C;
}
.TagClassName
{
border-color: #E4E52C;
}
</style>