Shades of Golden Fizz #E1E528
Tints of Golden Fizz #E1E528
RGB
CMYK
RGB Variations
Color information
#E1E528 (or 0xE1E528) is known color: Golden Fizz. HEX triplet: E1, E5 and 28. RGB value is (225,229,40). Sum of RGB (Red+Green+Blue) = 225+229+40=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E528 is #1E1AD7. Grayscale: #CFCFCF. Windows color (decimal): -1972952 or 2680289. OLE color: 2680289.
HSL color Cylindrical-coordinate representation of color #E1E528: hue angle of 61.27º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1E528 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 40 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.10 |
| HSL | 61.27º | 0.78% | 0.53% | - |
| HSV(B) | 61.27º | 0.83% | 0.9% | - |
| XYZ | 59.45 | 72.2 | 12.81 | - |
| YUV | 206.26 | 34.17 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 40 | 0.02 | 0 | 0.83 | 0.10 | 61.27 | 0.78 | 0.53 |
| Hex | E1 | E5 | 28 | 2 | 0 | 53 | A | 3D | 4E | 35 |
| Octal | 341 | 345 | 50 | 2 | 0 | 123 | 12 | 75 | 116 | 65 |
| Binary | 11100001 | 11100101 | 101000 | 10 | 0 | 1010011 | 1010 | 111101 | 1001110 | 110101 |
Color Harmonies of #E1E528
Complementary color
Monochromatic Colors of #E1E528
Black with #E1E528
Text Example
Text Example
White with #E1E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E528; }
p { color: rgb(225,229,40); }
H1.HeaderClassName
{
color: #E1E528;
}
.AnyTagClassName
{
color: #E1E528;
}
</style>
background-color css
<style>
a { background-color: #E1E528; }
a { background-color: rgb(225,229,40); }
div.DivClassName
{
background-color: #E1E528;
}
.BgClassName
{
background-color: #E1E528;
}
</style>
border-color css
<style>
span { border-color: #E1E528; }
span { border-color: rgb(225,229,40); }
td.TdClassName
{
border-color: #E1E528;
}
.TagClassName
{
border-color: #E1E528;
}
</style>