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