Shades of Golden Fizz #E7D922
Tints of Golden Fizz #E7D922
RGB
CMYK
RGB Variations
Color information
#E7D922 (or 0xE7D922) is known color: Golden Fizz. HEX triplet: E7, D9 and 22. RGB value is (231,217,34). Sum of RGB (Red+Green+Blue) = 231+217+34=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D922 is #1826DD. Grayscale: #C9C9C9. Windows color (decimal): -1582814 or 2284007. OLE color: 2284007.
HSL color Cylindrical-coordinate representation of color #E7D922: hue angle of 55.74º 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 #E7D922 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 34 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.09 |
| HSL | 55.74º | 0.8% | 0.52% | - |
| HSV(B) | 55.74º | 0.85% | 0.91% | - |
| XYZ | 58.06 | 66.73 | 11.33 | - |
| YUV | 200.32 | 34.14 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 34 | 0 | 0.06 | 0.85 | 0.09 | 55.74 | 0.8 | 0.52 |
| Hex | E7 | D9 | 22 | 0 | 6 | 55 | 9 | 38 | 50 | 34 |
| Octal | 347 | 331 | 42 | 0 | 6 | 125 | 11 | 70 | 120 | 64 |
| Binary | 11100111 | 11011001 | 100010 | 0 | 110 | 1010101 | 1001 | 111000 | 1010000 | 110100 |
Color Harmonies of #E7D922
Complementary color
Monochromatic Colors of #E7D922
Black with #E7D922
Text Example
Text Example
White with #E7D922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D922; }
p { color: rgb(231,217,34); }
H1.HeaderClassName
{
color: #E7D922;
}
.AnyTagClassName
{
color: #E7D922;
}
</style>
background-color css
<style>
a { background-color: #E7D922; }
a { background-color: rgb(231,217,34); }
div.DivClassName
{
background-color: #E7D922;
}
.BgClassName
{
background-color: #E7D922;
}
</style>
border-color css
<style>
span { border-color: #E7D922; }
span { border-color: rgb(231,217,34); }
td.TdClassName
{
border-color: #E7D922;
}
.TagClassName
{
border-color: #E7D922;
}
</style>