Shades of Golden Fizz #E7D72F
Tints of Golden Fizz #E7D72F
RGB
CMYK
RGB Variations
Color information
#E7D72F (or 0xE7D72F) is known color: Golden Fizz. HEX triplet: E7, D7 and 2F. RGB value is (231,215,47). Sum of RGB (Red+Green+Blue) = 231+215+47=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D72F is #1828D0. Grayscale: #C9C9C9. Windows color (decimal): -1583313 or 3135463. OLE color: 3135463.
HSL color Cylindrical-coordinate representation of color #E7D72F: hue angle of 54.78º 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 #E7D72F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 47 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.09 |
| HSL | 54.78º | 0.79% | 0.55% | - |
| HSV(B) | 54.78º | 0.8% | 0.91% | - |
| XYZ | 57.77 | 65.8 | 12.34 | - |
| YUV | 200.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 47 | 0 | 0.07 | 0.80 | 0.09 | 54.78 | 0.79 | 0.55 |
| Hex | E7 | D7 | 2F | 0 | 7 | 50 | 9 | 37 | 4F | 37 |
| Octal | 347 | 327 | 57 | 0 | 7 | 120 | 11 | 67 | 117 | 67 |
| Binary | 11100111 | 11010111 | 101111 | 0 | 111 | 1010000 | 1001 | 110111 | 1001111 | 110111 |
Color Harmonies of #E7D72F
Complementary color
Monochromatic Colors of #E7D72F
Black with #E7D72F
Text Example
Text Example
White with #E7D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D72F; }
p { color: rgb(231,215,47); }
H1.HeaderClassName
{
color: #E7D72F;
}
.AnyTagClassName
{
color: #E7D72F;
}
</style>
background-color css
<style>
a { background-color: #E7D72F; }
a { background-color: rgb(231,215,47); }
div.DivClassName
{
background-color: #E7D72F;
}
.BgClassName
{
background-color: #E7D72F;
}
</style>
border-color css
<style>
span { border-color: #E7D72F; }
span { border-color: rgb(231,215,47); }
td.TdClassName
{
border-color: #E7D72F;
}
.TagClassName
{
border-color: #E7D72F;
}
</style>