Shades of Golden Fizz #E7D725
Tints of Golden Fizz #E7D725
RGB
CMYK
RGB Variations
Color information
#E7D725 (or 0xE7D725) is known color: Golden Fizz. HEX triplet: E7, D7 and 25. RGB value is (231,215,37). Sum of RGB (Red+Green+Blue) = 231+215+37=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D725 is #1828DA. Grayscale: #C8C8C8. Windows color (decimal): -1583323 or 2480103. OLE color: 2480103.
HSL color Cylindrical-coordinate representation of color #E7D725: hue angle of 55.05º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7D725 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 37 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.09 |
| HSL | 55.05º | 0.8% | 0.53% | - |
| HSV(B) | 55.05º | 0.84% | 0.91% | - |
| XYZ | 57.59 | 65.72 | 11.4 | - |
| YUV | 199.49 | 36.3 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 37 | 0 | 0.07 | 0.84 | 0.09 | 55.05 | 0.8 | 0.53 |
| Hex | E7 | D7 | 25 | 0 | 7 | 54 | 9 | 37 | 50 | 35 |
| Octal | 347 | 327 | 45 | 0 | 7 | 124 | 11 | 67 | 120 | 65 |
| Binary | 11100111 | 11010111 | 100101 | 0 | 111 | 1010100 | 1001 | 110111 | 1010000 | 110101 |
Color Harmonies of #E7D725
Complementary color
Monochromatic Colors of #E7D725
Black with #E7D725
Text Example
Text Example
White with #E7D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D725; }
p { color: rgb(231,215,37); }
H1.HeaderClassName
{
color: #E7D725;
}
.AnyTagClassName
{
color: #E7D725;
}
</style>
background-color css
<style>
a { background-color: #E7D725; }
a { background-color: rgb(231,215,37); }
div.DivClassName
{
background-color: #E7D725;
}
.BgClassName
{
background-color: #E7D725;
}
</style>
border-color css
<style>
span { border-color: #E7D725; }
span { border-color: rgb(231,215,37); }
td.TdClassName
{
border-color: #E7D725;
}
.TagClassName
{
border-color: #E7D725;
}
</style>