Shades of Golden Fizz #E0E22B
Tints of Golden Fizz #E0E22B
RGB
CMYK
RGB Variations
Color information
#E0E22B (or 0xE0E22B) is known color: Golden Fizz. HEX triplet: E0, E2 and 2B. RGB value is (224,226,43). Sum of RGB (Red+Green+Blue) = 224+226+43=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E22B is #1F1DD4. Grayscale: #CDCDCD. Windows color (decimal): -2039253 or 2876128. OLE color: 2876128.
HSL color Cylindrical-coordinate representation of color #E0E22B: hue angle of 60.66º 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 #E0E22B is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 43 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.11 |
| HSL | 60.66º | 0.76% | 0.53% | - |
| HSV(B) | 60.66º | 0.81% | 0.89% | - |
| XYZ | 58.37 | 70.41 | 12.8 | - |
| YUV | 204.54 | 36.84 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 43 | 0.01 | 0 | 0.81 | 0.11 | 60.66 | 0.76 | 0.53 |
| Hex | E0 | E2 | 2B | 1 | 0 | 51 | B | 3D | 4C | 35 |
| Octal | 340 | 342 | 53 | 1 | 0 | 121 | 13 | 75 | 114 | 65 |
| Binary | 11100000 | 11100010 | 101011 | 1 | 0 | 1010001 | 1011 | 111101 | 1001100 | 110101 |
Color Harmonies of #E0E22B
Complementary color
Monochromatic Colors of #E0E22B
Black with #E0E22B
Text Example
Text Example
White with #E0E22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E22B; }
p { color: rgb(224,226,43); }
H1.HeaderClassName
{
color: #E0E22B;
}
.AnyTagClassName
{
color: #E0E22B;
}
</style>
background-color css
<style>
a { background-color: #E0E22B; }
a { background-color: rgb(224,226,43); }
div.DivClassName
{
background-color: #E0E22B;
}
.BgClassName
{
background-color: #E0E22B;
}
</style>
border-color css
<style>
span { border-color: #E0E22B; }
span { border-color: rgb(224,226,43); }
td.TdClassName
{
border-color: #E0E22B;
}
.TagClassName
{
border-color: #E0E22B;
}
</style>