Shades of Golden Fizz #E1E321
Tints of Golden Fizz #E1E321
RGB
CMYK
RGB Variations
Color information
#E1E321 (or 0xE1E321) is known color: Golden Fizz. HEX triplet: E1, E3 and 21. RGB value is (225,227,33). Sum of RGB (Red+Green+Blue) = 225+227+33=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E321 is #1E1CDE. Grayscale: #CDCDCD. Windows color (decimal): -1973471 or 2221025. OLE color: 2221025.
HSL color Cylindrical-coordinate representation of color #E1E321: hue angle of 60.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1E321 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 33 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.11 |
| HSL | 60.62º | 0.78% | 0.51% | - |
| HSV(B) | 60.62º | 0.85% | 0.89% | - |
| XYZ | 58.79 | 71.06 | 12.06 | - |
| YUV | 204.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 33 | 0.01 | 0 | 0.85 | 0.11 | 60.62 | 0.78 | 0.51 |
| Hex | E1 | E3 | 21 | 1 | 0 | 55 | B | 3D | 4E | 33 |
| Octal | 341 | 343 | 41 | 1 | 0 | 125 | 13 | 75 | 116 | 63 |
| Binary | 11100001 | 11100011 | 100001 | 1 | 0 | 1010101 | 1011 | 111101 | 1001110 | 110011 |
Color Harmonies of #E1E321
Complementary color
Monochromatic Colors of #E1E321
Black with #E1E321
Text Example
Text Example
White with #E1E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E321; }
p { color: rgb(225,227,33); }
H1.HeaderClassName
{
color: #E1E321;
}
.AnyTagClassName
{
color: #E1E321;
}
</style>
background-color css
<style>
a { background-color: #E1E321; }
a { background-color: rgb(225,227,33); }
div.DivClassName
{
background-color: #E1E321;
}
.BgClassName
{
background-color: #E1E321;
}
</style>
border-color css
<style>
span { border-color: #E1E321; }
span { border-color: rgb(225,227,33); }
td.TdClassName
{
border-color: #E1E321;
}
.TagClassName
{
border-color: #E1E321;
}
</style>