Shades of Golden Fizz #E1E328
Tints of Golden Fizz #E1E328
RGB
CMYK
RGB Variations
Color information
#E1E328 (or 0xE1E328) is known color: Golden Fizz. HEX triplet: E1, E3 and 28. RGB value is (225,227,40). Sum of RGB (Red+Green+Blue) = 225+227+40=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E328 is #1E1CD7. Grayscale: #CDCDCD. Windows color (decimal): -1973464 or 2679777. OLE color: 2679777.
HSL color Cylindrical-coordinate representation of color #E1E328: hue angle of 60.64º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1E328 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 40 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.11 |
| HSL | 60.64º | 0.77% | 0.52% | - |
| HSV(B) | 60.64º | 0.82% | 0.89% | - |
| XYZ | 58.9 | 71.1 | 12.63 | - |
| YUV | 205.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 40 | 0.01 | 0 | 0.82 | 0.11 | 60.64 | 0.77 | 0.52 |
| Hex | E1 | E3 | 28 | 1 | 0 | 52 | B | 3D | 4D | 34 |
| Octal | 341 | 343 | 50 | 1 | 0 | 122 | 13 | 75 | 115 | 64 |
| Binary | 11100001 | 11100011 | 101000 | 1 | 0 | 1010010 | 1011 | 111101 | 1001101 | 110100 |
Color Harmonies of #E1E328
Complementary color
Monochromatic Colors of #E1E328
Black with #E1E328
Text Example
Text Example
White with #E1E328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E328; }
p { color: rgb(225,227,40); }
H1.HeaderClassName
{
color: #E1E328;
}
.AnyTagClassName
{
color: #E1E328;
}
</style>
background-color css
<style>
a { background-color: #E1E328; }
a { background-color: rgb(225,227,40); }
div.DivClassName
{
background-color: #E1E328;
}
.BgClassName
{
background-color: #E1E328;
}
</style>
border-color css
<style>
span { border-color: #E1E328; }
span { border-color: rgb(225,227,40); }
td.TdClassName
{
border-color: #E1E328;
}
.TagClassName
{
border-color: #E1E328;
}
</style>