Shades of Golden Fizz #E8D42C
Tints of Golden Fizz #E8D42C
RGB
CMYK
RGB Variations
Color information
#E8D42C (or 0xE8D42C) is known color: Golden Fizz. HEX triplet: E8, D4 and 2C. RGB value is (232,212,44). Sum of RGB (Red+Green+Blue) = 232+212+44=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D42C is #172BD3. Grayscale: #C7C7C7. Windows color (decimal): -1518548 or 2938088. OLE color: 2938088.
HSL color Cylindrical-coordinate representation of color #E8D42C: hue angle of 53.62º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8D42C is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 44 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.09 |
| HSL | 53.62º | 0.8% | 0.54% | - |
| HSV(B) | 53.62º | 0.81% | 0.91% | - |
| XYZ | 57.28 | 64.42 | 11.8 | - |
| YUV | 198.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 44 | 0 | 0.09 | 0.81 | 0.09 | 53.62 | 0.8 | 0.54 |
| Hex | E8 | D4 | 2C | 0 | 9 | 51 | 9 | 36 | 50 | 36 |
| Octal | 350 | 324 | 54 | 0 | 11 | 121 | 11 | 66 | 120 | 66 |
| Binary | 11101000 | 11010100 | 101100 | 0 | 1001 | 1010001 | 1001 | 110110 | 1010000 | 110110 |
Color Harmonies of #E8D42C
Complementary color
Monochromatic Colors of #E8D42C
Black with #E8D42C
Text Example
Text Example
White with #E8D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D42C; }
p { color: rgb(232,212,44); }
H1.HeaderClassName
{
color: #E8D42C;
}
.AnyTagClassName
{
color: #E8D42C;
}
</style>
background-color css
<style>
a { background-color: #E8D42C; }
a { background-color: rgb(232,212,44); }
div.DivClassName
{
background-color: #E8D42C;
}
.BgClassName
{
background-color: #E8D42C;
}
</style>
border-color css
<style>
span { border-color: #E8D42C; }
span { border-color: rgb(232,212,44); }
td.TdClassName
{
border-color: #E8D42C;
}
.TagClassName
{
border-color: #E8D42C;
}
</style>