Shades of Golden Fizz #E0E527
Tints of Golden Fizz #E0E527
RGB
CMYK
RGB Variations
Color information
#E0E527 (or 0xE0E527) is known color: Golden Fizz. HEX triplet: E0, E5 and 27. RGB value is (224,229,39). Sum of RGB (Red+Green+Blue) = 224+229+39=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E527 is #1F1AD8. Grayscale: #CECECE. Windows color (decimal): -2038489 or 2614752. OLE color: 2614752.
HSL color Cylindrical-coordinate representation of color #E0E527: hue angle of 61.58º degrees, saturation: 0.79, 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 #E0E527 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 39 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.10 |
| HSL | 61.58º | 0.79% | 0.53% | - |
| HSV(B) | 61.58º | 0.83% | 0.9% | - |
| XYZ | 59.13 | 72.03 | 12.71 | - |
| YUV | 205.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 39 | 0.02 | 0 | 0.83 | 0.10 | 61.58 | 0.79 | 0.53 |
| Hex | E0 | E5 | 27 | 2 | 0 | 53 | A | 3E | 4F | 35 |
| Octal | 340 | 345 | 47 | 2 | 0 | 123 | 12 | 76 | 117 | 65 |
| Binary | 11100000 | 11100101 | 100111 | 10 | 0 | 1010011 | 1010 | 111110 | 1001111 | 110101 |
Color Harmonies of #E0E527
Complementary color
Monochromatic Colors of #E0E527
Black with #E0E527
Text Example
Text Example
White with #E0E527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E527; }
p { color: rgb(224,229,39); }
H1.HeaderClassName
{
color: #E0E527;
}
.AnyTagClassName
{
color: #E0E527;
}
</style>
background-color css
<style>
a { background-color: #E0E527; }
a { background-color: rgb(224,229,39); }
div.DivClassName
{
background-color: #E0E527;
}
.BgClassName
{
background-color: #E0E527;
}
</style>
border-color css
<style>
span { border-color: #E0E527; }
span { border-color: rgb(224,229,39); }
td.TdClassName
{
border-color: #E0E527;
}
.TagClassName
{
border-color: #E0E527;
}
</style>