Shades of Golden Fizz #E5D62C
Tints of Golden Fizz #E5D62C
RGB
CMYK
RGB Variations
Color information
#E5D62C (or 0xE5D62C) is known color: Golden Fizz. HEX triplet: E5, D6 and 2C. RGB value is (229,214,44). Sum of RGB (Red+Green+Blue) = 229+214+44=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D62C is #1A29D3. Grayscale: #C7C7C7. Windows color (decimal): -1714644 or 2938597. OLE color: 2938597.
HSL color Cylindrical-coordinate representation of color #E5D62C: hue angle of 55.14º 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 #E5D62C is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 44 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.10 |
| HSL | 55.14º | 0.78% | 0.54% | - |
| HSV(B) | 55.14º | 0.81% | 0.9% | - |
| XYZ | 56.81 | 64.93 | 11.92 | - |
| YUV | 199.11 | 40.47 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 44 | 0 | 0.07 | 0.81 | 0.10 | 55.14 | 0.78 | 0.54 |
| Hex | E5 | D6 | 2C | 0 | 7 | 51 | A | 37 | 4E | 36 |
| Octal | 345 | 326 | 54 | 0 | 7 | 121 | 12 | 67 | 116 | 66 |
| Binary | 11100101 | 11010110 | 101100 | 0 | 111 | 1010001 | 1010 | 110111 | 1001110 | 110110 |
Color Harmonies of #E5D62C
Complementary color
Monochromatic Colors of #E5D62C
Black with #E5D62C
Text Example
Text Example
White with #E5D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D62C; }
p { color: rgb(229,214,44); }
H1.HeaderClassName
{
color: #E5D62C;
}
.AnyTagClassName
{
color: #E5D62C;
}
</style>
background-color css
<style>
a { background-color: #E5D62C; }
a { background-color: rgb(229,214,44); }
div.DivClassName
{
background-color: #E5D62C;
}
.BgClassName
{
background-color: #E5D62C;
}
</style>
border-color css
<style>
span { border-color: #E5D62C; }
span { border-color: rgb(229,214,44); }
td.TdClassName
{
border-color: #E5D62C;
}
.TagClassName
{
border-color: #E5D62C;
}
</style>