Shades of Golden Fizz #E8D534
Tints of Golden Fizz #E8D534
RGB
CMYK
RGB Variations
Color information
#E8D534 (or 0xE8D534) is known color: Golden Fizz. HEX triplet: E8, D5 and 34. RGB value is (232,213,52). Sum of RGB (Red+Green+Blue) = 232+213+52=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D534 is #172ACB. Grayscale: #C8C8C8. Windows color (decimal): -1518284 or 3462632. OLE color: 3462632.
HSL color Cylindrical-coordinate representation of color #E8D534: hue angle of 53.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 #E8D534 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 52 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.09 |
| HSL | 53.67º | 0.8% | 0.56% | - |
| HSV(B) | 53.67º | 0.78% | 0.91% | - |
| XYZ | 57.69 | 64.99 | 12.75 | - |
| YUV | 200.33 | 44.29 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 52 | 0 | 0.08 | 0.78 | 0.09 | 53.67 | 0.8 | 0.56 |
| Hex | E8 | D5 | 34 | 0 | 8 | 4E | 9 | 36 | 50 | 38 |
| Octal | 350 | 325 | 64 | 0 | 10 | 116 | 11 | 66 | 120 | 70 |
| Binary | 11101000 | 11010101 | 110100 | 0 | 1000 | 1001110 | 1001 | 110110 | 1010000 | 111000 |
Color Harmonies of #E8D534
Complementary color
Monochromatic Colors of #E8D534
Black with #E8D534
Text Example
Text Example
White with #E8D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D534; }
p { color: rgb(232,213,52); }
H1.HeaderClassName
{
color: #E8D534;
}
.AnyTagClassName
{
color: #E8D534;
}
</style>
background-color css
<style>
a { background-color: #E8D534; }
a { background-color: rgb(232,213,52); }
div.DivClassName
{
background-color: #E8D534;
}
.BgClassName
{
background-color: #E8D534;
}
</style>
border-color css
<style>
span { border-color: #E8D534; }
span { border-color: rgb(232,213,52); }
td.TdClassName
{
border-color: #E8D534;
}
.TagClassName
{
border-color: #E8D534;
}
</style>