Shades of Golden Fizz #E5D730
Tints of Golden Fizz #E5D730
RGB
CMYK
RGB Variations
Color information
#E5D730 (or 0xE5D730) is known color: Golden Fizz. HEX triplet: E5, D7 and 30. RGB value is (229,215,48). Sum of RGB (Red+Green+Blue) = 229+215+48=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D730 is #1A28CF. Grayscale: #C8C8C8. Windows color (decimal): -1714384 or 3200997. OLE color: 3200997.
HSL color Cylindrical-coordinate representation of color #E5D730: hue angle of 55.36º 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 #E5D730 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 48 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.10 |
| HSL | 55.36º | 0.78% | 0.54% | - |
| HSV(B) | 55.36º | 0.79% | 0.9% | - |
| XYZ | 57.15 | 65.47 | 12.42 | - |
| YUV | 200.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 48 | 0 | 0.06 | 0.79 | 0.10 | 55.36 | 0.78 | 0.54 |
| Hex | E5 | D7 | 30 | 0 | 6 | 4F | A | 37 | 4E | 36 |
| Octal | 345 | 327 | 60 | 0 | 6 | 117 | 12 | 67 | 116 | 66 |
| Binary | 11100101 | 11010111 | 110000 | 0 | 110 | 1001111 | 1010 | 110111 | 1001110 | 110110 |
Color Harmonies of #E5D730
Complementary color
Monochromatic Colors of #E5D730
Black with #E5D730
Text Example
Text Example
White with #E5D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D730; }
p { color: rgb(229,215,48); }
H1.HeaderClassName
{
color: #E5D730;
}
.AnyTagClassName
{
color: #E5D730;
}
</style>
background-color css
<style>
a { background-color: #E5D730; }
a { background-color: rgb(229,215,48); }
div.DivClassName
{
background-color: #E5D730;
}
.BgClassName
{
background-color: #E5D730;
}
</style>
border-color css
<style>
span { border-color: #E5D730; }
span { border-color: rgb(229,215,48); }
td.TdClassName
{
border-color: #E5D730;
}
.TagClassName
{
border-color: #E5D730;
}
</style>