Shades of Golden Fizz #E7E122
Tints of Golden Fizz #E7E122
RGB
CMYK
RGB Variations
Color information
#E7E122 (or 0xE7E122) is known color: Golden Fizz. HEX triplet: E7, E1 and 22. RGB value is (231,225,34). Sum of RGB (Red+Green+Blue) = 231+225+34=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 34 (13.67% from 255 or 6.94% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E122 is #181EDD. Grayscale: #CDCDCD. Windows color (decimal): -1580766 or 2286055. OLE color: 2286055.
HSL color Cylindrical-coordinate representation of color #E7E122: hue angle of 58.17º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7E122 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 34 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.09 |
| HSL | 58.17º | 0.8% | 0.52% | - |
| HSV(B) | 58.17º | 0.85% | 0.91% | - |
| XYZ | 60.17 | 70.95 | 12.04 | - |
| YUV | 205.02 | 31.49 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 34 | 0 | 0.03 | 0.85 | 0.09 | 58.17 | 0.8 | 0.52 |
| Hex | E7 | E1 | 22 | 0 | 3 | 55 | 9 | 3A | 50 | 34 |
| Octal | 347 | 341 | 42 | 0 | 3 | 125 | 11 | 72 | 120 | 64 |
| Binary | 11100111 | 11100001 | 100010 | 0 | 11 | 1010101 | 1001 | 111010 | 1010000 | 110100 |
Color Harmonies of #E7E122
Complementary color
Monochromatic Colors of #E7E122
Black with #E7E122
Text Example
Text Example
White with #E7E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E122; }
p { color: rgb(231,225,34); }
H1.HeaderClassName
{
color: #E7E122;
}
.AnyTagClassName
{
color: #E7E122;
}
</style>
background-color css
<style>
a { background-color: #E7E122; }
a { background-color: rgb(231,225,34); }
div.DivClassName
{
background-color: #E7E122;
}
.BgClassName
{
background-color: #E7E122;
}
</style>
border-color css
<style>
span { border-color: #E7E122; }
span { border-color: rgb(231,225,34); }
td.TdClassName
{
border-color: #E7E122;
}
.TagClassName
{
border-color: #E7E122;
}
</style>