Shades of Golden Fizz #E7D925
Tints of Golden Fizz #E7D925
RGB
CMYK
RGB Variations
Color information
#E7D925 (or 0xE7D925) is known color: Golden Fizz. HEX triplet: E7, D9 and 25. RGB value is (231,217,37). Sum of RGB (Red+Green+Blue) = 231+217+37=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D925 is #1826DA. Grayscale: #C9C9C9. Windows color (decimal): -1582811 or 2480615. OLE color: 2480615.
HSL color Cylindrical-coordinate representation of color #E7D925: hue angle of 55.67º 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 #E7D925 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 217 | 37 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.09 |
| HSL | 55.67º | 0.8% | 0.53% | - |
| HSV(B) | 55.67º | 0.84% | 0.91% | - |
| XYZ | 58.1 | 66.75 | 11.57 | - |
| YUV | 200.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 217 | 37 | 0 | 0.06 | 0.84 | 0.09 | 55.67 | 0.8 | 0.53 |
| Hex | E7 | D9 | 25 | 0 | 6 | 54 | 9 | 38 | 50 | 35 |
| Octal | 347 | 331 | 45 | 0 | 6 | 124 | 11 | 70 | 120 | 65 |
| Binary | 11100111 | 11011001 | 100101 | 0 | 110 | 1010100 | 1001 | 111000 | 1010000 | 110101 |
Color Harmonies of #E7D925
Complementary color
Monochromatic Colors of #E7D925
Black with #E7D925
Text Example
Text Example
White with #E7D925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D925; }
p { color: rgb(231,217,37); }
H1.HeaderClassName
{
color: #E7D925;
}
.AnyTagClassName
{
color: #E7D925;
}
</style>
background-color css
<style>
a { background-color: #E7D925; }
a { background-color: rgb(231,217,37); }
div.DivClassName
{
background-color: #E7D925;
}
.BgClassName
{
background-color: #E7D925;
}
</style>
border-color css
<style>
span { border-color: #E7D925; }
span { border-color: rgb(231,217,37); }
td.TdClassName
{
border-color: #E7D925;
}
.TagClassName
{
border-color: #E7D925;
}
</style>