Shades of Golden Fizz #E7D930
Tints of Golden Fizz #E7D930
RGB
CMYK
RGB Variations
Color information
#E7D930 (or 0xE7D930) is known color: Golden Fizz. HEX triplet: E7, D9 and 30. RGB value is (231,217,48). Sum of RGB (Red+Green+Blue) = 231+217+48=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D930 is #1826CF. Grayscale: #CACACA. Windows color (decimal): -1582800 or 3201511. OLE color: 3201511.
HSL color Cylindrical-coordinate representation of color #E7D930: hue angle of 55.41º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7D930 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 48 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.09 |
| HSL | 55.41º | 0.79% | 0.55% | - |
| HSV(B) | 55.41º | 0.79% | 0.91% | - |
| XYZ | 58.3 | 66.83 | 12.62 | - |
| YUV | 201.92 | 41.14 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 48 | 0 | 0.06 | 0.79 | 0.09 | 55.41 | 0.79 | 0.55 |
| Hex | E7 | D9 | 30 | 0 | 6 | 4F | 9 | 37 | 4F | 37 |
| Octal | 347 | 331 | 60 | 0 | 6 | 117 | 11 | 67 | 117 | 67 |
| Binary | 11100111 | 11011001 | 110000 | 0 | 110 | 1001111 | 1001 | 110111 | 1001111 | 110111 |
Color Harmonies of #E7D930
Complementary color
Monochromatic Colors of #E7D930
Black with #E7D930
Text Example
Text Example
White with #E7D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D930; }
p { color: rgb(231,217,48); }
H1.HeaderClassName
{
color: #E7D930;
}
.AnyTagClassName
{
color: #E7D930;
}
</style>
background-color css
<style>
a { background-color: #E7D930; }
a { background-color: rgb(231,217,48); }
div.DivClassName
{
background-color: #E7D930;
}
.BgClassName
{
background-color: #E7D930;
}
</style>
border-color css
<style>
span { border-color: #E7D930; }
span { border-color: rgb(231,217,48); }
td.TdClassName
{
border-color: #E7D930;
}
.TagClassName
{
border-color: #E7D930;
}
</style>