Shades of Golden Fizz #E0E21E
Tints of Golden Fizz #E0E21E
RGB
CMYK
RGB Variations
Color information
#E0E21E (or 0xE0E21E) is known color: Golden Fizz. HEX triplet: E0, E2 and 1E. RGB value is (224,226,30). Sum of RGB (Red+Green+Blue) = 224+226+30=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E21E is #1F1DE1. Grayscale: #CBCBCB. Windows color (decimal): -2039266 or 2024160. OLE color: 2024160.
HSL color Cylindrical-coordinate representation of color #E0E21E: hue angle of 60.61º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0E21E is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 30 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.11 |
| HSL | 60.61º | 0.77% | 0.5% | - |
| HSV(B) | 60.61º | 0.87% | 0.89% | - |
| XYZ | 58.17 | 70.33 | 11.74 | - |
| YUV | 203.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 30 | 0.01 | 0 | 0.87 | 0.11 | 60.61 | 0.77 | 0.5 |
| Hex | E0 | E2 | 1E | 1 | 0 | 57 | B | 3D | 4D | 32 |
| Octal | 340 | 342 | 36 | 1 | 0 | 127 | 13 | 75 | 115 | 62 |
| Binary | 11100000 | 11100010 | 11110 | 1 | 0 | 1010111 | 1011 | 111101 | 1001101 | 110010 |
Color Harmonies of #E0E21E
Complementary color
Monochromatic Colors of #E0E21E
Black with #E0E21E
Text Example
Text Example
White with #E0E21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E21E; }
p { color: rgb(224,226,30); }
H1.HeaderClassName
{
color: #E0E21E;
}
.AnyTagClassName
{
color: #E0E21E;
}
</style>
background-color css
<style>
a { background-color: #E0E21E; }
a { background-color: rgb(224,226,30); }
div.DivClassName
{
background-color: #E0E21E;
}
.BgClassName
{
background-color: #E0E21E;
}
</style>
border-color css
<style>
span { border-color: #E0E21E; }
span { border-color: rgb(224,226,30); }
td.TdClassName
{
border-color: #E0E21E;
}
.TagClassName
{
border-color: #E0E21E;
}
</style>