Shades of Golden Fizz #E2D22F
Tints of Golden Fizz #E2D22F
RGB
CMYK
RGB Variations
Color information
#E2D22F (or 0xE2D22F) is known color: Golden Fizz. HEX triplet: E2, D2 and 2F. RGB value is (226,210,47). Sum of RGB (Red+Green+Blue) = 226+210+47=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D22F is #1D2DD0. Grayscale: #C4C4C4. Windows color (decimal): -1912273 or 3134178. OLE color: 3134178.
HSL color Cylindrical-coordinate representation of color #E2D22F: hue angle of 54.64º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2D22F is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 47 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.11 |
| HSL | 54.64º | 0.76% | 0.54% | - |
| HSV(B) | 54.64º | 0.79% | 0.89% | - |
| XYZ | 54.92 | 62.47 | 11.85 | - |
| YUV | 196.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 47 | 0 | 0.07 | 0.79 | 0.11 | 54.64 | 0.76 | 0.54 |
| Hex | E2 | D2 | 2F | 0 | 7 | 4F | B | 37 | 4C | 36 |
| Octal | 342 | 322 | 57 | 0 | 7 | 117 | 13 | 67 | 114 | 66 |
| Binary | 11100010 | 11010010 | 101111 | 0 | 111 | 1001111 | 1011 | 110111 | 1001100 | 110110 |
Color Harmonies of #E2D22F
Complementary color
Monochromatic Colors of #E2D22F
Black with #E2D22F
Text Example
Text Example
White with #E2D22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D22F; }
p { color: rgb(226,210,47); }
H1.HeaderClassName
{
color: #E2D22F;
}
.AnyTagClassName
{
color: #E2D22F;
}
</style>
background-color css
<style>
a { background-color: #E2D22F; }
a { background-color: rgb(226,210,47); }
div.DivClassName
{
background-color: #E2D22F;
}
.BgClassName
{
background-color: #E2D22F;
}
</style>
border-color css
<style>
span { border-color: #E2D22F; }
span { border-color: rgb(226,210,47); }
td.TdClassName
{
border-color: #E2D22F;
}
.TagClassName
{
border-color: #E2D22F;
}
</style>