Shades of Golden Fizz #E5D930
Tints of Golden Fizz #E5D930
RGB
CMYK
RGB Variations
Color information
#E5D930 (or 0xE5D930) is known color: Golden Fizz. HEX triplet: E5, D9 and 30. RGB value is (229,217,48). Sum of RGB (Red+Green+Blue) = 229+217+48=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D930 is #1A26CF. Grayscale: #CACACA. Windows color (decimal): -1713872 or 3201509. OLE color: 3201509.
HSL color Cylindrical-coordinate representation of color #E5D930: hue angle of 56.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5D930 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 48 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.10 |
| HSL | 56.02º | 0.78% | 0.54% | - |
| HSV(B) | 56.02º | 0.79% | 0.9% | - |
| XYZ | 57.66 | 66.5 | 12.59 | - |
| YUV | 201.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 48 | 0 | 0.05 | 0.79 | 0.10 | 56.02 | 0.78 | 0.54 |
| Hex | E5 | D9 | 30 | 0 | 5 | 4F | A | 38 | 4E | 36 |
| Octal | 345 | 331 | 60 | 0 | 5 | 117 | 12 | 70 | 116 | 66 |
| Binary | 11100101 | 11011001 | 110000 | 0 | 101 | 1001111 | 1010 | 111000 | 1001110 | 110110 |
Color Harmonies of #E5D930
Complementary color
Monochromatic Colors of #E5D930
Black with #E5D930
Text Example
Text Example
White with #E5D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D930; }
p { color: rgb(229,217,48); }
H1.HeaderClassName
{
color: #E5D930;
}
.AnyTagClassName
{
color: #E5D930;
}
</style>
background-color css
<style>
a { background-color: #E5D930; }
a { background-color: rgb(229,217,48); }
div.DivClassName
{
background-color: #E5D930;
}
.BgClassName
{
background-color: #E5D930;
}
</style>
border-color css
<style>
span { border-color: #E5D930; }
span { border-color: rgb(229,217,48); }
td.TdClassName
{
border-color: #E5D930;
}
.TagClassName
{
border-color: #E5D930;
}
</style>