Shades of Golden Fizz #E2D42E
Tints of Golden Fizz #E2D42E
RGB
CMYK
RGB Variations
Color information
#E2D42E (or 0xE2D42E) is known color: Golden Fizz. HEX triplet: E2, D4 and 2E. RGB value is (226,212,46). Sum of RGB (Red+Green+Blue) = 226+212+46=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D42E is #1D2BD1. Grayscale: #C5C5C5. Windows color (decimal): -1911762 or 3069154. OLE color: 3069154.
HSL color Cylindrical-coordinate representation of color #E2D42E: hue angle of 55.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2D42E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 46 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.11 |
| HSL | 55.33º | 0.76% | 0.53% | - |
| HSV(B) | 55.33º | 0.8% | 0.89% | - |
| XYZ | 55.4 | 63.45 | 11.91 | - |
| YUV | 197.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 46 | 0 | 0.06 | 0.80 | 0.11 | 55.33 | 0.76 | 0.53 |
| Hex | E2 | D4 | 2E | 0 | 6 | 50 | B | 37 | 4C | 35 |
| Octal | 342 | 324 | 56 | 0 | 6 | 120 | 13 | 67 | 114 | 65 |
| Binary | 11100010 | 11010100 | 101110 | 0 | 110 | 1010000 | 1011 | 110111 | 1001100 | 110101 |
Color Harmonies of #E2D42E
Complementary color
Monochromatic Colors of #E2D42E
Black with #E2D42E
Text Example
Text Example
White with #E2D42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D42E; }
p { color: rgb(226,212,46); }
H1.HeaderClassName
{
color: #E2D42E;
}
.AnyTagClassName
{
color: #E2D42E;
}
</style>
background-color css
<style>
a { background-color: #E2D42E; }
a { background-color: rgb(226,212,46); }
div.DivClassName
{
background-color: #E2D42E;
}
.BgClassName
{
background-color: #E2D42E;
}
</style>
border-color css
<style>
span { border-color: #E2D42E; }
span { border-color: rgb(226,212,46); }
td.TdClassName
{
border-color: #E2D42E;
}
.TagClassName
{
border-color: #E2D42E;
}
</style>