Shades of Golden Fizz #E7D32F
Tints of Golden Fizz #E7D32F
RGB
CMYK
RGB Variations
Color information
#E7D32F (or 0xE7D32F) is known color: Golden Fizz. HEX triplet: E7, D3 and 2F. RGB value is (231,211,47). Sum of RGB (Red+Green+Blue) = 231+211+47=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D32F is #182CD0. Grayscale: #C6C6C6. Windows color (decimal): -1584337 or 3134439. OLE color: 3134439.
HSL color Cylindrical-coordinate representation of color #E7D32F: hue angle of 53.48º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7D32F is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 47 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.09 |
| HSL | 53.48º | 0.79% | 0.55% | - |
| HSV(B) | 53.48º | 0.8% | 0.91% | - |
| XYZ | 56.76 | 63.78 | 12.01 | - |
| YUV | 198.28 | 42.63 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 47 | 0 | 0.09 | 0.80 | 0.09 | 53.48 | 0.79 | 0.55 |
| Hex | E7 | D3 | 2F | 0 | 9 | 50 | 9 | 35 | 4F | 37 |
| Octal | 347 | 323 | 57 | 0 | 11 | 120 | 11 | 65 | 117 | 67 |
| Binary | 11100111 | 11010011 | 101111 | 0 | 1001 | 1010000 | 1001 | 110101 | 1001111 | 110111 |
Color Harmonies of #E7D32F
Complementary color
Monochromatic Colors of #E7D32F
Black with #E7D32F
Text Example
Text Example
White with #E7D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D32F; }
p { color: rgb(231,211,47); }
H1.HeaderClassName
{
color: #E7D32F;
}
.AnyTagClassName
{
color: #E7D32F;
}
</style>
background-color css
<style>
a { background-color: #E7D32F; }
a { background-color: rgb(231,211,47); }
div.DivClassName
{
background-color: #E7D32F;
}
.BgClassName
{
background-color: #E7D32F;
}
</style>
border-color css
<style>
span { border-color: #E7D32F; }
span { border-color: rgb(231,211,47); }
td.TdClassName
{
border-color: #E7D32F;
}
.TagClassName
{
border-color: #E7D32F;
}
</style>