Shades of Golden Fizz #E7D32C
Tints of Golden Fizz #E7D32C
RGB
CMYK
RGB Variations
Color information
#E7D32C (or 0xE7D32C) is known color: Golden Fizz. HEX triplet: E7, D3 and 2C. RGB value is (231,211,44). Sum of RGB (Red+Green+Blue) = 231+211+44=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D32C is #182CD3. Grayscale: #C6C6C6. Windows color (decimal): -1584340 or 2937831. OLE color: 2937831.
HSL color Cylindrical-coordinate representation of color #E7D32C: hue angle of 53.58º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7D32C is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 44 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.09 |
| HSL | 53.58º | 0.8% | 0.54% | - |
| HSV(B) | 53.58º | 0.81% | 0.91% | - |
| XYZ | 56.7 | 63.76 | 11.7 | - |
| YUV | 197.94 | 41.13 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 44 | 0 | 0.09 | 0.81 | 0.09 | 53.58 | 0.8 | 0.54 |
| Hex | E7 | D3 | 2C | 0 | 9 | 51 | 9 | 36 | 50 | 36 |
| Octal | 347 | 323 | 54 | 0 | 11 | 121 | 11 | 66 | 120 | 66 |
| Binary | 11100111 | 11010011 | 101100 | 0 | 1001 | 1010001 | 1001 | 110110 | 1010000 | 110110 |
Color Harmonies of #E7D32C
Complementary color
Monochromatic Colors of #E7D32C
Black with #E7D32C
Text Example
Text Example
White with #E7D32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D32C; }
p { color: rgb(231,211,44); }
H1.HeaderClassName
{
color: #E7D32C;
}
.AnyTagClassName
{
color: #E7D32C;
}
</style>
background-color css
<style>
a { background-color: #E7D32C; }
a { background-color: rgb(231,211,44); }
div.DivClassName
{
background-color: #E7D32C;
}
.BgClassName
{
background-color: #E7D32C;
}
</style>
border-color css
<style>
span { border-color: #E7D32C; }
span { border-color: rgb(231,211,44); }
td.TdClassName
{
border-color: #E7D32C;
}
.TagClassName
{
border-color: #E7D32C;
}
</style>