Shades of Golden Fizz #E7D92A
Tints of Golden Fizz #E7D92A
RGB
CMYK
RGB Variations
Color information
#E7D92A (or 0xE7D92A) is known color: Golden Fizz. HEX triplet: E7, D9 and 2A. RGB value is (231,217,42). Sum of RGB (Red+Green+Blue) = 231+217+42=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D92A is #1826D5. Grayscale: #C9C9C9. Windows color (decimal): -1582806 or 2808295. OLE color: 2808295.
HSL color Cylindrical-coordinate representation of color #E7D92A: hue angle of 55.56º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7D92A is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 42 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.09 |
| HSL | 55.56º | 0.8% | 0.54% | - |
| HSV(B) | 55.56º | 0.82% | 0.91% | - |
| XYZ | 58.19 | 66.78 | 12.01 | - |
| YUV | 201.24 | 38.14 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 42 | 0 | 0.06 | 0.82 | 0.09 | 55.56 | 0.8 | 0.54 |
| Hex | E7 | D9 | 2A | 0 | 6 | 52 | 9 | 38 | 50 | 36 |
| Octal | 347 | 331 | 52 | 0 | 6 | 122 | 11 | 70 | 120 | 66 |
| Binary | 11100111 | 11011001 | 101010 | 0 | 110 | 1010010 | 1001 | 111000 | 1010000 | 110110 |
Color Harmonies of #E7D92A
Complementary color
Monochromatic Colors of #E7D92A
Black with #E7D92A
Text Example
Text Example
White with #E7D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D92A; }
p { color: rgb(231,217,42); }
H1.HeaderClassName
{
color: #E7D92A;
}
.AnyTagClassName
{
color: #E7D92A;
}
</style>
background-color css
<style>
a { background-color: #E7D92A; }
a { background-color: rgb(231,217,42); }
div.DivClassName
{
background-color: #E7D92A;
}
.BgClassName
{
background-color: #E7D92A;
}
</style>
border-color css
<style>
span { border-color: #E7D92A; }
span { border-color: rgb(231,217,42); }
td.TdClassName
{
border-color: #E7D92A;
}
.TagClassName
{
border-color: #E7D92A;
}
</style>