Shades of Golden Fizz #E0E528
Tints of Golden Fizz #E0E528
RGB
CMYK
RGB Variations
Color information
#E0E528 (or 0xE0E528) is known color: Golden Fizz. HEX triplet: E0, E5 and 28. RGB value is (224,229,40). Sum of RGB (Red+Green+Blue) = 224+229+40=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E528 is #1F1AD7. Grayscale: #CECECE. Windows color (decimal): -2038488 or 2680288. OLE color: 2680288.
HSL color Cylindrical-coordinate representation of color #E0E528: hue angle of 61.59º 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 #E0E528 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 40 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.10 |
| HSL | 61.59º | 0.78% | 0.53% | - |
| HSV(B) | 61.59º | 0.83% | 0.9% | - |
| XYZ | 59.14 | 72.04 | 12.8 | - |
| YUV | 205.96 | 34.34 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 40 | 0.02 | 0 | 0.83 | 0.10 | 61.59 | 0.78 | 0.53 |
| Hex | E0 | E5 | 28 | 2 | 0 | 53 | A | 3E | 4E | 35 |
| Octal | 340 | 345 | 50 | 2 | 0 | 123 | 12 | 76 | 116 | 65 |
| Binary | 11100000 | 11100101 | 101000 | 10 | 0 | 1010011 | 1010 | 111110 | 1001110 | 110101 |
Color Harmonies of #E0E528
Complementary color
Monochromatic Colors of #E0E528
Black with #E0E528
Text Example
Text Example
White with #E0E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E528; }
p { color: rgb(224,229,40); }
H1.HeaderClassName
{
color: #E0E528;
}
.AnyTagClassName
{
color: #E0E528;
}
</style>
background-color css
<style>
a { background-color: #E0E528; }
a { background-color: rgb(224,229,40); }
div.DivClassName
{
background-color: #E0E528;
}
.BgClassName
{
background-color: #E0E528;
}
</style>
border-color css
<style>
span { border-color: #E0E528; }
span { border-color: rgb(224,229,40); }
td.TdClassName
{
border-color: #E0E528;
}
.TagClassName
{
border-color: #E0E528;
}
</style>