Shades of Golden Fizz #E5D929
Tints of Golden Fizz #E5D929
RGB
CMYK
RGB Variations
Color information
#E5D929 (or 0xE5D929) is known color: Golden Fizz. HEX triplet: E5, D9 and 29. RGB value is (229,217,41). Sum of RGB (Red+Green+Blue) = 229+217+41=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D929 is #1A26D6. Grayscale: #C9C9C9. Windows color (decimal): -1713879 or 2742757. OLE color: 2742757.
HSL color Cylindrical-coordinate representation of color #E5D929: hue angle of 56.17º 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 #E5D929 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 41 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.10 |
| HSL | 56.17º | 0.78% | 0.53% | - |
| HSV(B) | 56.17º | 0.82% | 0.9% | - |
| XYZ | 57.53 | 66.44 | 11.89 | - |
| YUV | 200.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 41 | 0 | 0.05 | 0.82 | 0.10 | 56.17 | 0.78 | 0.53 |
| Hex | E5 | D9 | 29 | 0 | 5 | 52 | A | 38 | 4E | 35 |
| Octal | 345 | 331 | 51 | 0 | 5 | 122 | 12 | 70 | 116 | 65 |
| Binary | 11100101 | 11011001 | 101001 | 0 | 101 | 1010010 | 1010 | 111000 | 1001110 | 110101 |
Color Harmonies of #E5D929
Complementary color
Monochromatic Colors of #E5D929
Black with #E5D929
Text Example
Text Example
White with #E5D929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D929; }
p { color: rgb(229,217,41); }
H1.HeaderClassName
{
color: #E5D929;
}
.AnyTagClassName
{
color: #E5D929;
}
</style>
background-color css
<style>
a { background-color: #E5D929; }
a { background-color: rgb(229,217,41); }
div.DivClassName
{
background-color: #E5D929;
}
.BgClassName
{
background-color: #E5D929;
}
</style>
border-color css
<style>
span { border-color: #E5D929; }
span { border-color: rgb(229,217,41); }
td.TdClassName
{
border-color: #E5D929;
}
.TagClassName
{
border-color: #E5D929;
}
</style>