Shades of Golden Fizz #E8D434
Tints of Golden Fizz #E8D434
RGB
CMYK
RGB Variations
Color information
#E8D434 (or 0xE8D434) is known color: Golden Fizz. HEX triplet: E8, D4 and 34. RGB value is (232,212,52). Sum of RGB (Red+Green+Blue) = 232+212+52=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D434 is #172BCB. Grayscale: #C8C8C8. Windows color (decimal): -1518540 or 3462376. OLE color: 3462376.
HSL color Cylindrical-coordinate representation of color #E8D434: hue angle of 53.33º 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 #E8D434 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 52 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.09 |
| HSL | 53.33º | 0.8% | 0.56% | - |
| HSV(B) | 53.33º | 0.78% | 0.91% | - |
| XYZ | 57.44 | 64.49 | 12.67 | - |
| YUV | 199.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 52 | 0 | 0.09 | 0.78 | 0.09 | 53.33 | 0.8 | 0.56 |
| Hex | E8 | D4 | 34 | 0 | 9 | 4E | 9 | 35 | 50 | 38 |
| Octal | 350 | 324 | 64 | 0 | 11 | 116 | 11 | 65 | 120 | 70 |
| Binary | 11101000 | 11010100 | 110100 | 0 | 1001 | 1001110 | 1001 | 110101 | 1010000 | 111000 |
Color Harmonies of #E8D434
Complementary color
Monochromatic Colors of #E8D434
Black with #E8D434
Text Example
Text Example
White with #E8D434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D434; }
p { color: rgb(232,212,52); }
H1.HeaderClassName
{
color: #E8D434;
}
.AnyTagClassName
{
color: #E8D434;
}
</style>
background-color css
<style>
a { background-color: #E8D434; }
a { background-color: rgb(232,212,52); }
div.DivClassName
{
background-color: #E8D434;
}
.BgClassName
{
background-color: #E8D434;
}
</style>
border-color css
<style>
span { border-color: #E8D434; }
span { border-color: rgb(232,212,52); }
td.TdClassName
{
border-color: #E8D434;
}
.TagClassName
{
border-color: #E8D434;
}
</style>