Shades of Golden Fizz #E7D529
Tints of Golden Fizz #E7D529
RGB
CMYK
RGB Variations
Color information
#E7D529 (or 0xE7D529) is known color: Golden Fizz. HEX triplet: E7, D5 and 29. RGB value is (231,213,41). Sum of RGB (Red+Green+Blue) = 231+213+41=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D529 is #182AD6. Grayscale: #C7C7C7. Windows color (decimal): -1583831 or 2741735. OLE color: 2741735.
HSL color Cylindrical-coordinate representation of color #E7D529: hue angle of 54.32º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7D529 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 41 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.09 |
| HSL | 54.32º | 0.8% | 0.53% | - |
| HSV(B) | 54.32º | 0.82% | 0.91% | - |
| XYZ | 57.15 | 64.74 | 11.58 | - |
| YUV | 198.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 41 | 0 | 0.08 | 0.82 | 0.09 | 54.32 | 0.8 | 0.53 |
| Hex | E7 | D5 | 29 | 0 | 8 | 52 | 9 | 36 | 50 | 35 |
| Octal | 347 | 325 | 51 | 0 | 10 | 122 | 11 | 66 | 120 | 65 |
| Binary | 11100111 | 11010101 | 101001 | 0 | 1000 | 1010010 | 1001 | 110110 | 1010000 | 110101 |
Color Harmonies of #E7D529
Complementary color
Monochromatic Colors of #E7D529
Black with #E7D529
Text Example
Text Example
White with #E7D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D529; }
p { color: rgb(231,213,41); }
H1.HeaderClassName
{
color: #E7D529;
}
.AnyTagClassName
{
color: #E7D529;
}
</style>
background-color css
<style>
a { background-color: #E7D529; }
a { background-color: rgb(231,213,41); }
div.DivClassName
{
background-color: #E7D529;
}
.BgClassName
{
background-color: #E7D529;
}
</style>
border-color css
<style>
span { border-color: #E7D529; }
span { border-color: rgb(231,213,41); }
td.TdClassName
{
border-color: #E7D529;
}
.TagClassName
{
border-color: #E7D529;
}
</style>