Shades of Golden Fizz #E5D42C
Tints of Golden Fizz #E5D42C
RGB
CMYK
RGB Variations
Color information
#E5D42C (or 0xE5D42C) is known color: Golden Fizz. HEX triplet: E5, D4 and 2C. RGB value is (229,212,44). Sum of RGB (Red+Green+Blue) = 229+212+44=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D42C is #1A2BD3. Grayscale: #C6C6C6. Windows color (decimal): -1715156 or 2938085. OLE color: 2938085.
HSL color Cylindrical-coordinate representation of color #E5D42C: hue angle of 54.49º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5D42C is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 44 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.10 |
| HSL | 54.49º | 0.78% | 0.54% | - |
| HSV(B) | 54.49º | 0.81% | 0.9% | - |
| XYZ | 56.31 | 63.93 | 11.75 | - |
| YUV | 197.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 44 | 0 | 0.07 | 0.81 | 0.10 | 54.49 | 0.78 | 0.54 |
| Hex | E5 | D4 | 2C | 0 | 7 | 51 | A | 36 | 4E | 36 |
| Octal | 345 | 324 | 54 | 0 | 7 | 121 | 12 | 66 | 116 | 66 |
| Binary | 11100101 | 11010100 | 101100 | 0 | 111 | 1010001 | 1010 | 110110 | 1001110 | 110110 |
Color Harmonies of #E5D42C
Complementary color
Monochromatic Colors of #E5D42C
Black with #E5D42C
Text Example
Text Example
White with #E5D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D42C; }
p { color: rgb(229,212,44); }
H1.HeaderClassName
{
color: #E5D42C;
}
.AnyTagClassName
{
color: #E5D42C;
}
</style>
background-color css
<style>
a { background-color: #E5D42C; }
a { background-color: rgb(229,212,44); }
div.DivClassName
{
background-color: #E5D42C;
}
.BgClassName
{
background-color: #E5D42C;
}
</style>
border-color css
<style>
span { border-color: #E5D42C; }
span { border-color: rgb(229,212,44); }
td.TdClassName
{
border-color: #E5D42C;
}
.TagClassName
{
border-color: #E5D42C;
}
</style>