Shades of Golden Fizz #E7E127
Tints of Golden Fizz #E7E127
RGB
CMYK
RGB Variations
Color information
#E7E127 (or 0xE7E127) is known color: Golden Fizz. HEX triplet: E7, E1 and 27. RGB value is (231,225,39). Sum of RGB (Red+Green+Blue) = 231+225+39=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 39 (15.62% from 255 or 7.88% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E127 is #181ED8. Grayscale: #CECECE. Windows color (decimal): -1580761 or 2613735. OLE color: 2613735.
HSL color Cylindrical-coordinate representation of color #E7E127: hue angle of 58.12º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7E127 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 39 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.09 |
| HSL | 58.13º | 0.8% | 0.53% | - |
| HSV(B) | 58.13º | 0.83% | 0.91% | - |
| XYZ | 60.25 | 70.99 | 12.45 | - |
| YUV | 205.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 39 | 0 | 0.03 | 0.83 | 0.09 | 58.13 | 0.8 | 0.53 |
| Hex | E7 | E1 | 27 | 0 | 3 | 53 | 9 | 3A | 50 | 35 |
| Octal | 347 | 341 | 47 | 0 | 3 | 123 | 11 | 72 | 120 | 65 |
| Binary | 11100111 | 11100001 | 100111 | 0 | 11 | 1010011 | 1001 | 111010 | 1010000 | 110101 |
Color Harmonies of #E7E127
Complementary color
Monochromatic Colors of #E7E127
Black with #E7E127
Text Example
Text Example
White with #E7E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E127; }
p { color: rgb(231,225,39); }
H1.HeaderClassName
{
color: #E7E127;
}
.AnyTagClassName
{
color: #E7E127;
}
</style>
background-color css
<style>
a { background-color: #E7E127; }
a { background-color: rgb(231,225,39); }
div.DivClassName
{
background-color: #E7E127;
}
.BgClassName
{
background-color: #E7E127;
}
</style>
border-color css
<style>
span { border-color: #E7E127; }
span { border-color: rgb(231,225,39); }
td.TdClassName
{
border-color: #E7E127;
}
.TagClassName
{
border-color: #E7E127;
}
</style>