Shades of Golden Fizz #E5E127
Tints of Golden Fizz #E5E127
RGB
CMYK
RGB Variations
Color information
#E5E127 (or 0xE5E127) is known color: Golden Fizz. HEX triplet: E5, E1 and 27. RGB value is (229,225,39). Sum of RGB (Red+Green+Blue) = 229+225+39=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E127 is #1A1ED8. Grayscale: #CDCDCD. Windows color (decimal): -1711833 or 2613733. OLE color: 2613733.
HSL color Cylindrical-coordinate representation of color #E5E127: hue angle of 58.74º 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 #E5E127 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 39 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.10 |
| HSL | 58.74º | 0.79% | 0.53% | - |
| HSV(B) | 58.74º | 0.83% | 0.9% | - |
| XYZ | 59.6 | 70.65 | 12.42 | - |
| YUV | 204.99 | 34.33 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 39 | 0 | 0.02 | 0.83 | 0.10 | 58.74 | 0.79 | 0.53 |
| Hex | E5 | E1 | 27 | 0 | 2 | 53 | A | 3B | 4F | 35 |
| Octal | 345 | 341 | 47 | 0 | 2 | 123 | 12 | 73 | 117 | 65 |
| Binary | 11100101 | 11100001 | 100111 | 0 | 10 | 1010011 | 1010 | 111011 | 1001111 | 110101 |
Color Harmonies of #E5E127
Complementary color
Monochromatic Colors of #E5E127
Black with #E5E127
Text Example
Text Example
White with #E5E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E127; }
p { color: rgb(229,225,39); }
H1.HeaderClassName
{
color: #E5E127;
}
.AnyTagClassName
{
color: #E5E127;
}
</style>
background-color css
<style>
a { background-color: #E5E127; }
a { background-color: rgb(229,225,39); }
div.DivClassName
{
background-color: #E5E127;
}
.BgClassName
{
background-color: #E5E127;
}
</style>
border-color css
<style>
span { border-color: #E5E127; }
span { border-color: rgb(229,225,39); }
td.TdClassName
{
border-color: #E5E127;
}
.TagClassName
{
border-color: #E5E127;
}
</style>