Shades of Golden Fizz #E4E228
Tints of Golden Fizz #E4E228
RGB
CMYK
RGB Variations
Color information
#E4E228 (or 0xE4E228) is known color: Golden Fizz. HEX triplet: E4, E2 and 28. RGB value is (228,226,40). Sum of RGB (Red+Green+Blue) = 228+226+40=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4E228 is #1B1DD7. Grayscale: #CECECE. Windows color (decimal): -1777112 or 2679524. OLE color: 2679524.
HSL color Cylindrical-coordinate representation of color #E4E228: hue angle of 59.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4E228 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 226 | 40 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.11 |
| HSL | 59.36º | 0.78% | 0.53% | - |
| HSV(B) | 59.36º | 0.82% | 0.89% | - |
| XYZ | 59.57 | 71.04 | 12.58 | - |
| YUV | 205.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 40 | 0 | 0.01 | 0.82 | 0.11 | 59.36 | 0.78 | 0.53 |
| Hex | E4 | E2 | 28 | 0 | 1 | 52 | B | 3B | 4E | 35 |
| Octal | 344 | 342 | 50 | 0 | 1 | 122 | 13 | 73 | 116 | 65 |
| Binary | 11100100 | 11100010 | 101000 | 0 | 1 | 1010010 | 1011 | 111011 | 1001110 | 110101 |
Color Harmonies of #E4E228
Complementary color
Monochromatic Colors of #E4E228
Black with #E4E228
Text Example
Text Example
White with #E4E228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E228; }
p { color: rgb(228,226,40); }
H1.HeaderClassName
{
color: #E4E228;
}
.AnyTagClassName
{
color: #E4E228;
}
</style>
background-color css
<style>
a { background-color: #E4E228; }
a { background-color: rgb(228,226,40); }
div.DivClassName
{
background-color: #E4E228;
}
.BgClassName
{
background-color: #E4E228;
}
</style>
border-color css
<style>
span { border-color: #E4E228; }
span { border-color: rgb(228,226,40); }
td.TdClassName
{
border-color: #E4E228;
}
.TagClassName
{
border-color: #E4E228;
}
</style>