Shades of Golden Fizz #E4D730
Tints of Golden Fizz #E4D730
RGB
CMYK
RGB Variations
Color information
#E4D730 (or 0xE4D730) is known color: Golden Fizz. HEX triplet: E4, D7 and 30. RGB value is (228,215,48). Sum of RGB (Red+Green+Blue) = 228+215+48=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D730 is #1B28CF. Grayscale: #C8C8C8. Windows color (decimal): -1779920 or 3200996. OLE color: 3200996.
HSL color Cylindrical-coordinate representation of color #E4D730: hue angle of 55.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4D730 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 215 | 48 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.11 |
| HSL | 55.67º | 0.77% | 0.54% | - |
| HSV(B) | 55.67º | 0.79% | 0.89% | - |
| XYZ | 56.83 | 65.31 | 12.41 | - |
| YUV | 199.85 | 42.31 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 215 | 48 | 0 | 0.06 | 0.79 | 0.11 | 55.67 | 0.77 | 0.54 |
| Hex | E4 | D7 | 30 | 0 | 6 | 4F | B | 38 | 4D | 36 |
| Octal | 344 | 327 | 60 | 0 | 6 | 117 | 13 | 70 | 115 | 66 |
| Binary | 11100100 | 11010111 | 110000 | 0 | 110 | 1001111 | 1011 | 111000 | 1001101 | 110110 |
Color Harmonies of #E4D730
Complementary color
Monochromatic Colors of #E4D730
Black with #E4D730
Text Example
Text Example
White with #E4D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D730; }
p { color: rgb(228,215,48); }
H1.HeaderClassName
{
color: #E4D730;
}
.AnyTagClassName
{
color: #E4D730;
}
</style>
background-color css
<style>
a { background-color: #E4D730; }
a { background-color: rgb(228,215,48); }
div.DivClassName
{
background-color: #E4D730;
}
.BgClassName
{
background-color: #E4D730;
}
</style>
border-color css
<style>
span { border-color: #E4D730; }
span { border-color: rgb(228,215,48); }
td.TdClassName
{
border-color: #E4D730;
}
.TagClassName
{
border-color: #E4D730;
}
</style>