Shades of Golden Fizz #E2D72B
Tints of Golden Fizz #E2D72B
RGB
CMYK
RGB Variations
Color information
#E2D72B (or 0xE2D72B) is known color: Golden Fizz. HEX triplet: E2, D7 and 2B. RGB value is (226,215,43). Sum of RGB (Red+Green+Blue) = 226+215+43=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D72B is #1D28D4. Grayscale: #C7C7C7. Windows color (decimal): -1910997 or 2873314. OLE color: 2873314.
HSL color Cylindrical-coordinate representation of color #E2D72B: hue angle of 56.39º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2D72B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 43 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.11 |
| HSL | 56.39º | 0.76% | 0.53% | - |
| HSV(B) | 56.39º | 0.81% | 0.89% | - |
| XYZ | 56.1 | 64.94 | 11.86 | - |
| YUV | 198.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 43 | 0 | 0.05 | 0.81 | 0.11 | 56.39 | 0.76 | 0.53 |
| Hex | E2 | D7 | 2B | 0 | 5 | 51 | B | 38 | 4C | 35 |
| Octal | 342 | 327 | 53 | 0 | 5 | 121 | 13 | 70 | 114 | 65 |
| Binary | 11100010 | 11010111 | 101011 | 0 | 101 | 1010001 | 1011 | 111000 | 1001100 | 110101 |
Color Harmonies of #E2D72B
Complementary color
Monochromatic Colors of #E2D72B
Black with #E2D72B
Text Example
Text Example
White with #E2D72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D72B; }
p { color: rgb(226,215,43); }
H1.HeaderClassName
{
color: #E2D72B;
}
.AnyTagClassName
{
color: #E2D72B;
}
</style>
background-color css
<style>
a { background-color: #E2D72B; }
a { background-color: rgb(226,215,43); }
div.DivClassName
{
background-color: #E2D72B;
}
.BgClassName
{
background-color: #E2D72B;
}
</style>
border-color css
<style>
span { border-color: #E2D72B; }
span { border-color: rgb(226,215,43); }
td.TdClassName
{
border-color: #E2D72B;
}
.TagClassName
{
border-color: #E2D72B;
}
</style>