Shades of Golden Fizz #E5D32E
Tints of Golden Fizz #E5D32E
RGB
CMYK
RGB Variations
Color information
#E5D32E (or 0xE5D32E) is known color: Golden Fizz. HEX triplet: E5, D3 and 2E. RGB value is (229,211,46). Sum of RGB (Red+Green+Blue) = 229+211+46=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D32E is #1A2CD1. Grayscale: #C6C6C6. Windows color (decimal): -1715410 or 3068901. OLE color: 3068901.
HSL color Cylindrical-coordinate representation of color #E5D32E: hue angle of 54.1º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5D32E is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 46 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.10 |
| HSL | 54.1º | 0.78% | 0.54% | - |
| HSV(B) | 54.1º | 0.8% | 0.9% | - |
| XYZ | 56.1 | 63.44 | 11.87 | - |
| YUV | 197.57 | 42.46 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 46 | 0 | 0.08 | 0.80 | 0.10 | 54.1 | 0.78 | 0.54 |
| Hex | E5 | D3 | 2E | 0 | 8 | 50 | A | 36 | 4E | 36 |
| Octal | 345 | 323 | 56 | 0 | 10 | 120 | 12 | 66 | 116 | 66 |
| Binary | 11100101 | 11010011 | 101110 | 0 | 1000 | 1010000 | 1010 | 110110 | 1001110 | 110110 |
Color Harmonies of #E5D32E
Complementary color
Monochromatic Colors of #E5D32E
Black with #E5D32E
Text Example
Text Example
White with #E5D32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D32E; }
p { color: rgb(229,211,46); }
H1.HeaderClassName
{
color: #E5D32E;
}
.AnyTagClassName
{
color: #E5D32E;
}
</style>
background-color css
<style>
a { background-color: #E5D32E; }
a { background-color: rgb(229,211,46); }
div.DivClassName
{
background-color: #E5D32E;
}
.BgClassName
{
background-color: #E5D32E;
}
</style>
border-color css
<style>
span { border-color: #E5D32E; }
span { border-color: rgb(229,211,46); }
td.TdClassName
{
border-color: #E5D32E;
}
.TagClassName
{
border-color: #E5D32E;
}
</style>