Shades of Golden Fizz #E2D92F
Tints of Golden Fizz #E2D92F
RGB
CMYK
RGB Variations
Color information
#E2D92F (or 0xE2D92F) is known color: Golden Fizz. HEX triplet: E2, D9 and 2F. RGB value is (226,217,47). Sum of RGB (Red+Green+Blue) = 226+217+47=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D92F is #1D26D0. Grayscale: #C8C8C8. Windows color (decimal): -1910481 or 3135970. OLE color: 3135970.
HSL color Cylindrical-coordinate representation of color #E2D92F: hue angle of 56.98º 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 #E2D92F is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 47 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.11 |
| HSL | 56.98º | 0.76% | 0.54% | - |
| HSV(B) | 56.98º | 0.79% | 0.89% | - |
| XYZ | 56.69 | 66 | 12.44 | - |
| YUV | 200.31 | 41.48 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 47 | 0 | 0.04 | 0.79 | 0.11 | 56.98 | 0.76 | 0.54 |
| Hex | E2 | D9 | 2F | 0 | 4 | 4F | B | 39 | 4C | 36 |
| Octal | 342 | 331 | 57 | 0 | 4 | 117 | 13 | 71 | 114 | 66 |
| Binary | 11100010 | 11011001 | 101111 | 0 | 100 | 1001111 | 1011 | 111001 | 1001100 | 110110 |
Color Harmonies of #E2D92F
Complementary color
Monochromatic Colors of #E2D92F
Black with #E2D92F
Text Example
Text Example
White with #E2D92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D92F; }
p { color: rgb(226,217,47); }
H1.HeaderClassName
{
color: #E2D92F;
}
.AnyTagClassName
{
color: #E2D92F;
}
</style>
background-color css
<style>
a { background-color: #E2D92F; }
a { background-color: rgb(226,217,47); }
div.DivClassName
{
background-color: #E2D92F;
}
.BgClassName
{
background-color: #E2D92F;
}
</style>
border-color css
<style>
span { border-color: #E2D92F; }
span { border-color: rgb(226,217,47); }
td.TdClassName
{
border-color: #E2D92F;
}
.TagClassName
{
border-color: #E2D92F;
}
</style>