Shades of Golden Fizz #E4D32E
Tints of Golden Fizz #E4D32E
RGB
CMYK
RGB Variations
Color information
#E4D32E (or 0xE4D32E) is known color: Golden Fizz. HEX triplet: E4, D3 and 2E. RGB value is (228,211,46). Sum of RGB (Red+Green+Blue) = 228+211+46=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D32E is #1B2CD1. Grayscale: #C5C5C5. Windows color (decimal): -1780946 or 3068900. OLE color: 3068900.
HSL color Cylindrical-coordinate representation of color #E4D32E: hue angle of 54.4º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4D32E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 211 | 46 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.11 |
| HSL | 54.4º | 0.77% | 0.54% | - |
| HSV(B) | 54.4º | 0.8% | 0.89% | - |
| XYZ | 55.78 | 63.28 | 11.86 | - |
| YUV | 197.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 211 | 46 | 0 | 0.07 | 0.80 | 0.11 | 54.4 | 0.77 | 0.54 |
| Hex | E4 | D3 | 2E | 0 | 7 | 50 | B | 36 | 4D | 36 |
| Octal | 344 | 323 | 56 | 0 | 7 | 120 | 13 | 66 | 115 | 66 |
| Binary | 11100100 | 11010011 | 101110 | 0 | 111 | 1010000 | 1011 | 110110 | 1001101 | 110110 |
Color Harmonies of #E4D32E
Complementary color
Monochromatic Colors of #E4D32E
Black with #E4D32E
Text Example
Text Example
White with #E4D32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D32E; }
p { color: rgb(228,211,46); }
H1.HeaderClassName
{
color: #E4D32E;
}
.AnyTagClassName
{
color: #E4D32E;
}
</style>
background-color css
<style>
a { background-color: #E4D32E; }
a { background-color: rgb(228,211,46); }
div.DivClassName
{
background-color: #E4D32E;
}
.BgClassName
{
background-color: #E4D32E;
}
</style>
border-color css
<style>
span { border-color: #E4D32E; }
span { border-color: rgb(228,211,46); }
td.TdClassName
{
border-color: #E4D32E;
}
.TagClassName
{
border-color: #E4D32E;
}
</style>