Shades of Golden Fizz #E8D828
Tints of Golden Fizz #E8D828
RGB
CMYK
RGB Variations
Color information
#E8D828 (or 0xE8D828) is known color: Golden Fizz. HEX triplet: E8, D8 and 28. RGB value is (232,216,40). Sum of RGB (Red+Green+Blue) = 232+216+40=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D828 is #1727D7. Grayscale: #C9C9C9. Windows color (decimal): -1517528 or 2676968. OLE color: 2676968.
HSL color Cylindrical-coordinate representation of color #E8D828: hue angle of 55º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8D828 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 40 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.09 |
| HSL | 55º | 0.81% | 0.53% | - |
| HSV(B) | 55º | 0.83% | 0.91% | - |
| XYZ | 58.22 | 66.42 | 11.76 | - |
| YUV | 200.72 | 37.3 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 40 | 0 | 0.07 | 0.83 | 0.09 | 55 | 0.81 | 0.53 |
| Hex | E8 | D8 | 28 | 0 | 7 | 53 | 9 | 37 | 51 | 35 |
| Octal | 350 | 330 | 50 | 0 | 7 | 123 | 11 | 67 | 121 | 65 |
| Binary | 11101000 | 11011000 | 101000 | 0 | 111 | 1010011 | 1001 | 110111 | 1010001 | 110101 |
Color Harmonies of #E8D828
Complementary color
Monochromatic Colors of #E8D828
Black with #E8D828
Text Example
Text Example
White with #E8D828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D828; }
p { color: rgb(232,216,40); }
H1.HeaderClassName
{
color: #E8D828;
}
.AnyTagClassName
{
color: #E8D828;
}
</style>
background-color css
<style>
a { background-color: #E8D828; }
a { background-color: rgb(232,216,40); }
div.DivClassName
{
background-color: #E8D828;
}
.BgClassName
{
background-color: #E8D828;
}
</style>
border-color css
<style>
span { border-color: #E8D828; }
span { border-color: rgb(232,216,40); }
td.TdClassName
{
border-color: #E8D828;
}
.TagClassName
{
border-color: #E8D828;
}
</style>