Shades of Golden Fizz #E8D834
Tints of Golden Fizz #E8D834
RGB
CMYK
RGB Variations
Color information
#E8D834 (or 0xE8D834) is known color: Golden Fizz. HEX triplet: E8, D8 and 34. RGB value is (232,216,52). Sum of RGB (Red+Green+Blue) = 232+216+52=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D834 is #1727CB. Grayscale: #CACACA. Windows color (decimal): -1517516 or 3463400. OLE color: 3463400.
HSL color Cylindrical-coordinate representation of color #E8D834: hue angle of 54.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8D834 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 52 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.09 |
| HSL | 54.67º | 0.8% | 0.56% | - |
| HSV(B) | 54.67º | 0.78% | 0.91% | - |
| XYZ | 58.45 | 66.52 | 13.01 | - |
| YUV | 202.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 52 | 0 | 0.07 | 0.78 | 0.09 | 54.67 | 0.8 | 0.56 |
| Hex | E8 | D8 | 34 | 0 | 7 | 4E | 9 | 37 | 50 | 38 |
| Octal | 350 | 330 | 64 | 0 | 7 | 116 | 11 | 67 | 120 | 70 |
| Binary | 11101000 | 11011000 | 110100 | 0 | 111 | 1001110 | 1001 | 110111 | 1010000 | 111000 |
Color Harmonies of #E8D834
Complementary color
Monochromatic Colors of #E8D834
Black with #E8D834
Text Example
Text Example
White with #E8D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D834; }
p { color: rgb(232,216,52); }
H1.HeaderClassName
{
color: #E8D834;
}
.AnyTagClassName
{
color: #E8D834;
}
</style>
background-color css
<style>
a { background-color: #E8D834; }
a { background-color: rgb(232,216,52); }
div.DivClassName
{
background-color: #E8D834;
}
.BgClassName
{
background-color: #E8D834;
}
</style>
border-color css
<style>
span { border-color: #E8D834; }
span { border-color: rgb(232,216,52); }
td.TdClassName
{
border-color: #E8D834;
}
.TagClassName
{
border-color: #E8D834;
}
</style>