Shades of Golden Fizz #E2D72F
Tints of Golden Fizz #E2D72F
RGB
CMYK
RGB Variations
Color information
#E2D72F (or 0xE2D72F) is known color: Golden Fizz. HEX triplet: E2, D7 and 2F. RGB value is (226,215,47). Sum of RGB (Red+Green+Blue) = 226+215+47=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D72F is #1D28D0. Grayscale: #C7C7C7. Windows color (decimal): -1910993 or 3135458. OLE color: 3135458.
HSL color Cylindrical-coordinate representation of color #E2D72F: hue angle of 56.31º 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 #E2D72F is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 47 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.11 |
| HSL | 56.31º | 0.76% | 0.54% | - |
| HSV(B) | 56.31º | 0.79% | 0.89% | - |
| XYZ | 56.18 | 64.97 | 12.27 | - |
| YUV | 199.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 47 | 0 | 0.05 | 0.79 | 0.11 | 56.31 | 0.76 | 0.54 |
| Hex | E2 | D7 | 2F | 0 | 5 | 4F | B | 38 | 4C | 36 |
| Octal | 342 | 327 | 57 | 0 | 5 | 117 | 13 | 70 | 114 | 66 |
| Binary | 11100010 | 11010111 | 101111 | 0 | 101 | 1001111 | 1011 | 111000 | 1001100 | 110110 |
Color Harmonies of #E2D72F
Complementary color
Monochromatic Colors of #E2D72F
Black with #E2D72F
Text Example
Text Example
White with #E2D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D72F; }
p { color: rgb(226,215,47); }
H1.HeaderClassName
{
color: #E2D72F;
}
.AnyTagClassName
{
color: #E2D72F;
}
</style>
background-color css
<style>
a { background-color: #E2D72F; }
a { background-color: rgb(226,215,47); }
div.DivClassName
{
background-color: #E2D72F;
}
.BgClassName
{
background-color: #E2D72F;
}
</style>
border-color css
<style>
span { border-color: #E2D72F; }
span { border-color: rgb(226,215,47); }
td.TdClassName
{
border-color: #E2D72F;
}
.TagClassName
{
border-color: #E2D72F;
}
</style>