Shades of Golden Fizz #E4E02A
Tints of Golden Fizz #E4E02A
RGB
CMYK
RGB Variations
Color information
#E4E02A (or 0xE4E02A) is known color: Golden Fizz. HEX triplet: E4, E0 and 2A. RGB value is (228,224,42). Sum of RGB (Red+Green+Blue) = 228+224+42=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4E02A is #1B1FD5. Grayscale: #CDCDCD. Windows color (decimal): -1777622 or 2810084. OLE color: 2810084.
HSL color Cylindrical-coordinate representation of color #E4E02A: hue angle of 58.71º degrees, saturation: 0.77, 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 #E4E02A is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 224 | 42 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.11 |
| HSL | 58.71º | 0.78% | 0.53% | - |
| HSV(B) | 58.71º | 0.82% | 0.89% | - |
| XYZ | 59.07 | 69.97 | 12.58 | - |
| YUV | 204.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 42 | 0 | 0.02 | 0.82 | 0.11 | 58.71 | 0.78 | 0.53 |
| Hex | E4 | E0 | 2A | 0 | 2 | 52 | B | 3B | 4E | 35 |
| Octal | 344 | 340 | 52 | 0 | 2 | 122 | 13 | 73 | 116 | 65 |
| Binary | 11100100 | 11100000 | 101010 | 0 | 10 | 1010010 | 1011 | 111011 | 1001110 | 110101 |
Color Harmonies of #E4E02A
Complementary color
Monochromatic Colors of #E4E02A
Black with #E4E02A
Text Example
Text Example
White with #E4E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E02A; }
p { color: rgb(228,224,42); }
H1.HeaderClassName
{
color: #E4E02A;
}
.AnyTagClassName
{
color: #E4E02A;
}
</style>
background-color css
<style>
a { background-color: #E4E02A; }
a { background-color: rgb(228,224,42); }
div.DivClassName
{
background-color: #E4E02A;
}
.BgClassName
{
background-color: #E4E02A;
}
</style>
border-color css
<style>
span { border-color: #E4E02A; }
span { border-color: rgb(228,224,42); }
td.TdClassName
{
border-color: #E4E02A;
}
.TagClassName
{
border-color: #E4E02A;
}
</style>