Shades of Golden Fizz #E8D334
Tints of Golden Fizz #E8D334
RGB
CMYK
RGB Variations
Color information
#E8D334 (or 0xE8D334) is known color: Golden Fizz. HEX triplet: E8, D3 and 34. RGB value is (232,211,52). Sum of RGB (Red+Green+Blue) = 232+211+52=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D334 is #172CCB. Grayscale: #C7C7C7. Windows color (decimal): -1518796 or 3462120. OLE color: 3462120.
HSL color Cylindrical-coordinate representation of color #E8D334: hue angle of 53º 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 #E8D334 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 52 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.09 |
| HSL | 53º | 0.8% | 0.56% | - |
| HSV(B) | 53º | 0.78% | 0.91% | - |
| XYZ | 57.19 | 63.99 | 12.59 | - |
| YUV | 199.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 52 | 0 | 0.09 | 0.78 | 0.09 | 53 | 0.8 | 0.56 |
| Hex | E8 | D3 | 34 | 0 | 9 | 4E | 9 | 35 | 50 | 38 |
| Octal | 350 | 323 | 64 | 0 | 11 | 116 | 11 | 65 | 120 | 70 |
| Binary | 11101000 | 11010011 | 110100 | 0 | 1001 | 1001110 | 1001 | 110101 | 1010000 | 111000 |
Color Harmonies of #E8D334
Complementary color
Monochromatic Colors of #E8D334
Black with #E8D334
Text Example
Text Example
White with #E8D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D334; }
p { color: rgb(232,211,52); }
H1.HeaderClassName
{
color: #E8D334;
}
.AnyTagClassName
{
color: #E8D334;
}
</style>
background-color css
<style>
a { background-color: #E8D334; }
a { background-color: rgb(232,211,52); }
div.DivClassName
{
background-color: #E8D334;
}
.BgClassName
{
background-color: #E8D334;
}
</style>
border-color css
<style>
span { border-color: #E8D334; }
span { border-color: rgb(232,211,52); }
td.TdClassName
{
border-color: #E8D334;
}
.TagClassName
{
border-color: #E8D334;
}
</style>