Shades of Golden Fizz #E2E02C
Tints of Golden Fizz #E2E02C
RGB
CMYK
RGB Variations
Color information
#E2E02C (or 0xE2E02C) is known color: Golden Fizz. HEX triplet: E2, E0 and 2C. RGB value is (226,224,44). Sum of RGB (Red+Green+Blue) = 226+224+44=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2E02C is #1D1FD3. Grayscale: #CCCCCC. Windows color (decimal): -1908692 or 2941154. OLE color: 2941154.
HSL color Cylindrical-coordinate representation of color #E2E02C: hue angle of 59.34º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2E02C is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 44 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.11 |
| HSL | 59.34º | 0.76% | 0.53% | - |
| HSV(B) | 59.34º | 0.81% | 0.89% | - |
| XYZ | 58.47 | 69.66 | 12.75 | - |
| YUV | 204.08 | 37.66 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 44 | 0 | 0.01 | 0.81 | 0.11 | 59.34 | 0.76 | 0.53 |
| Hex | E2 | E0 | 2C | 0 | 1 | 51 | B | 3B | 4C | 35 |
| Octal | 342 | 340 | 54 | 0 | 1 | 121 | 13 | 73 | 114 | 65 |
| Binary | 11100010 | 11100000 | 101100 | 0 | 1 | 1010001 | 1011 | 111011 | 1001100 | 110101 |
Color Harmonies of #E2E02C
Complementary color
Monochromatic Colors of #E2E02C
Black with #E2E02C
Text Example
Text Example
White with #E2E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E02C; }
p { color: rgb(226,224,44); }
H1.HeaderClassName
{
color: #E2E02C;
}
.AnyTagClassName
{
color: #E2E02C;
}
</style>
background-color css
<style>
a { background-color: #E2E02C; }
a { background-color: rgb(226,224,44); }
div.DivClassName
{
background-color: #E2E02C;
}
.BgClassName
{
background-color: #E2E02C;
}
</style>
border-color css
<style>
span { border-color: #E2E02C; }
span { border-color: rgb(226,224,44); }
td.TdClassName
{
border-color: #E2E02C;
}
.TagClassName
{
border-color: #E2E02C;
}
</style>