Shades of Golden Fizz #E5D729
Tints of Golden Fizz #E5D729
RGB
CMYK
RGB Variations
Color information
#E5D729 (or 0xE5D729) is known color: Golden Fizz. HEX triplet: E5, D7 and 29. RGB value is (229,215,41). Sum of RGB (Red+Green+Blue) = 229+215+41=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D729 is #1A28D6. Grayscale: #C8C8C8. Windows color (decimal): -1714391 or 2742245. OLE color: 2742245.
HSL color Cylindrical-coordinate representation of color #E5D729: hue angle of 55.53º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5D729 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 41 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.10 |
| HSL | 55.53º | 0.78% | 0.53% | - |
| HSV(B) | 55.53º | 0.82% | 0.9% | - |
| XYZ | 57.01 | 65.42 | 11.72 | - |
| YUV | 199.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 41 | 0 | 0.06 | 0.82 | 0.10 | 55.53 | 0.78 | 0.53 |
| Hex | E5 | D7 | 29 | 0 | 6 | 52 | A | 38 | 4E | 35 |
| Octal | 345 | 327 | 51 | 0 | 6 | 122 | 12 | 70 | 116 | 65 |
| Binary | 11100101 | 11010111 | 101001 | 0 | 110 | 1010010 | 1010 | 111000 | 1001110 | 110101 |
Color Harmonies of #E5D729
Complementary color
Monochromatic Colors of #E5D729
Black with #E5D729
Text Example
Text Example
White with #E5D729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D729; }
p { color: rgb(229,215,41); }
H1.HeaderClassName
{
color: #E5D729;
}
.AnyTagClassName
{
color: #E5D729;
}
</style>
background-color css
<style>
a { background-color: #E5D729; }
a { background-color: rgb(229,215,41); }
div.DivClassName
{
background-color: #E5D729;
}
.BgClassName
{
background-color: #E5D729;
}
</style>
border-color css
<style>
span { border-color: #E5D729; }
span { border-color: rgb(229,215,41); }
td.TdClassName
{
border-color: #E5D729;
}
.TagClassName
{
border-color: #E5D729;
}
</style>