Shades of Golden Fizz #E1E224
Tints of Golden Fizz #E1E224
RGB
CMYK
RGB Variations
Color information
#E1E224 (or 0xE1E224) is known color: Golden Fizz. HEX triplet: E1, E2 and 24. RGB value is (225,226,36). Sum of RGB (Red+Green+Blue) = 225+226+36=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E224 is #1E1DDB. Grayscale: #CCCCCC. Windows color (decimal): -1973724 or 2417377. OLE color: 2417377.
HSL color Cylindrical-coordinate representation of color #E1E224: hue angle of 60.32º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1E224 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 36 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.11 |
| HSL | 60.32º | 0.77% | 0.51% | - |
| HSV(B) | 60.32º | 0.84% | 0.89% | - |
| XYZ | 58.57 | 70.53 | 12.2 | - |
| YUV | 204.04 | 33.17 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 36 | 0.00 | 0 | 0.84 | 0.11 | 60.32 | 0.77 | 0.51 |
| Hex | E1 | E2 | 24 | 0 | 0 | 54 | B | 3C | 4D | 33 |
| Octal | 341 | 342 | 44 | 0 | 0 | 124 | 13 | 74 | 115 | 63 |
| Binary | 11100001 | 11100010 | 100100 | 0 | 0 | 1010100 | 1011 | 111100 | 1001101 | 110011 |
Color Harmonies of #E1E224
Complementary color
Monochromatic Colors of #E1E224
Black with #E1E224
Text Example
Text Example
White with #E1E224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E224; }
p { color: rgb(225,226,36); }
H1.HeaderClassName
{
color: #E1E224;
}
.AnyTagClassName
{
color: #E1E224;
}
</style>
background-color css
<style>
a { background-color: #E1E224; }
a { background-color: rgb(225,226,36); }
div.DivClassName
{
background-color: #E1E224;
}
.BgClassName
{
background-color: #E1E224;
}
</style>
border-color css
<style>
span { border-color: #E1E224; }
span { border-color: rgb(225,226,36); }
td.TdClassName
{
border-color: #E1E224;
}
.TagClassName
{
border-color: #E1E224;
}
</style>