Shades of Golden Fizz #E7E720
Tints of Golden Fizz #E7E720
RGB
CMYK
RGB Variations
Color information
#E7E720 (or 0xE7E720) is known color: Golden Fizz. HEX triplet: E7, E7 and 20. RGB value is (231,231,32). Sum of RGB (Red+Green+Blue) = 231+231+32=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7E720 is #1818DF. Grayscale: #D1D1D1. Windows color (decimal): -1579232 or 2156519. OLE color: 2156519.
HSL color Cylindrical-coordinate representation of color #E7E720: hue angle of 60º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7E720 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 32 | - |
| CMYK | 0 | 0 | 0.86 | 0.09 |
| HSL | 60º | 0.81% | 0.52% | - |
| HSV(B) | 60º | 0.86% | 0.91% | - |
| XYZ | 61.79 | 74.25 | 12.44 | - |
| YUV | 208.31 | 28.5 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 32 | 0 | 0 | 0.86 | 0.09 | 60 | 0.81 | 0.52 |
| Hex | E7 | E7 | 20 | 0 | 0 | 56 | 9 | 3C | 51 | 34 |
| Octal | 347 | 347 | 40 | 0 | 0 | 126 | 11 | 74 | 121 | 64 |
| Binary | 11100111 | 11100111 | 100000 | 0 | 0 | 1010110 | 1001 | 111100 | 1010001 | 110100 |
Color Harmonies of #E7E720
Complementary color
Monochromatic Colors of #E7E720
Black with #E7E720
Text Example
Text Example
White with #E7E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E720; }
p { color: rgb(231,231,32); }
H1.HeaderClassName
{
color: #E7E720;
}
.AnyTagClassName
{
color: #E7E720;
}
</style>
background-color css
<style>
a { background-color: #E7E720; }
a { background-color: rgb(231,231,32); }
div.DivClassName
{
background-color: #E7E720;
}
.BgClassName
{
background-color: #E7E720;
}
</style>
border-color css
<style>
span { border-color: #E7E720; }
span { border-color: rgb(231,231,32); }
td.TdClassName
{
border-color: #E7E720;
}
.TagClassName
{
border-color: #E7E720;
}
</style>