Shades of Golden Fizz #E4D62E
Tints of Golden Fizz #E4D62E
RGB
CMYK
RGB Variations
Color information
#E4D62E (or 0xE4D62E) is known color: Golden Fizz. HEX triplet: E4, D6 and 2E. RGB value is (228,214,46). Sum of RGB (Red+Green+Blue) = 228+214+46=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D62E is #1B29D1. Grayscale: #C7C7C7. Windows color (decimal): -1780178 or 3069668. OLE color: 3069668.
HSL color Cylindrical-coordinate representation of color #E4D62E: hue angle of 55.38º 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 #E4D62E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 214 | 46 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.11 |
| HSL | 55.38º | 0.77% | 0.54% | - |
| HSV(B) | 55.38º | 0.8% | 0.89% | - |
| XYZ | 56.53 | 64.78 | 12.11 | - |
| YUV | 199.03 | 41.64 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 214 | 46 | 0 | 0.06 | 0.80 | 0.11 | 55.38 | 0.77 | 0.54 |
| Hex | E4 | D6 | 2E | 0 | 6 | 50 | B | 37 | 4D | 36 |
| Octal | 344 | 326 | 56 | 0 | 6 | 120 | 13 | 67 | 115 | 66 |
| Binary | 11100100 | 11010110 | 101110 | 0 | 110 | 1010000 | 1011 | 110111 | 1001101 | 110110 |
Color Harmonies of #E4D62E
Complementary color
Monochromatic Colors of #E4D62E
Black with #E4D62E
Text Example
Text Example
White with #E4D62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D62E; }
p { color: rgb(228,214,46); }
H1.HeaderClassName
{
color: #E4D62E;
}
.AnyTagClassName
{
color: #E4D62E;
}
</style>
background-color css
<style>
a { background-color: #E4D62E; }
a { background-color: rgb(228,214,46); }
div.DivClassName
{
background-color: #E4D62E;
}
.BgClassName
{
background-color: #E4D62E;
}
</style>
border-color css
<style>
span { border-color: #E4D62E; }
span { border-color: rgb(228,214,46); }
td.TdClassName
{
border-color: #E4D62E;
}
.TagClassName
{
border-color: #E4D62E;
}
</style>