Shades of Golden Fizz #E0E127
Tints of Golden Fizz #E0E127
RGB
CMYK
RGB Variations
Color information
#E0E127 (or 0xE0E127) is known color: Golden Fizz. HEX triplet: E0, E1 and 27. RGB value is (224,225,39). Sum of RGB (Red+Green+Blue) = 224+225+39=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E127 is #1F1ED8. Grayscale: #CCCCCC. Windows color (decimal): -2039513 or 2613728. OLE color: 2613728.
HSL color Cylindrical-coordinate representation of color #E0E127: hue angle of 60.32º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0E127 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 225 | 39 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.12 |
| HSL | 60.32º | 0.76% | 0.52% | - |
| HSV(B) | 60.32º | 0.83% | 0.88% | - |
| XYZ | 58.03 | 69.84 | 12.34 | - |
| YUV | 203.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 225 | 39 | 0.00 | 0 | 0.83 | 0.12 | 60.32 | 0.76 | 0.52 |
| Hex | E0 | E1 | 27 | 0 | 0 | 53 | C | 3C | 4C | 34 |
| Octal | 340 | 341 | 47 | 0 | 0 | 123 | 14 | 74 | 114 | 64 |
| Binary | 11100000 | 11100001 | 100111 | 0 | 0 | 1010011 | 1100 | 111100 | 1001100 | 110100 |
Color Harmonies of #E0E127
Complementary color
Monochromatic Colors of #E0E127
Black with #E0E127
Text Example
Text Example
White with #E0E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E127; }
p { color: rgb(224,225,39); }
H1.HeaderClassName
{
color: #E0E127;
}
.AnyTagClassName
{
color: #E0E127;
}
</style>
background-color css
<style>
a { background-color: #E0E127; }
a { background-color: rgb(224,225,39); }
div.DivClassName
{
background-color: #E0E127;
}
.BgClassName
{
background-color: #E0E127;
}
</style>
border-color css
<style>
span { border-color: #E0E127; }
span { border-color: rgb(224,225,39); }
td.TdClassName
{
border-color: #E0E127;
}
.TagClassName
{
border-color: #E0E127;
}
</style>