Shades of Golden Fizz #E3D72B
Tints of Golden Fizz #E3D72B
RGB
CMYK
RGB Variations
Color information
#E3D72B (or 0xE3D72B) is known color: Golden Fizz. HEX triplet: E3, D7 and 2B. RGB value is (227,215,43). Sum of RGB (Red+Green+Blue) = 227+215+43=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D72B is #1C28D4. Grayscale: #C7C7C7. Windows color (decimal): -1845461 or 2873315. OLE color: 2873315.
HSL color Cylindrical-coordinate representation of color #E3D72B: hue angle of 56.09º degrees, saturation: 0.77, 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 #E3D72B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 215 | 43 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.11 |
| HSL | 56.09º | 0.77% | 0.53% | - |
| HSV(B) | 56.09º | 0.81% | 0.89% | - |
| XYZ | 56.42 | 65.11 | 11.88 | - |
| YUV | 198.98 | 39.98 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 43 | 0 | 0.05 | 0.81 | 0.11 | 56.09 | 0.77 | 0.53 |
| Hex | E3 | D7 | 2B | 0 | 5 | 51 | B | 38 | 4D | 35 |
| Octal | 343 | 327 | 53 | 0 | 5 | 121 | 13 | 70 | 115 | 65 |
| Binary | 11100011 | 11010111 | 101011 | 0 | 101 | 1010001 | 1011 | 111000 | 1001101 | 110101 |
Color Harmonies of #E3D72B
Complementary color
Monochromatic Colors of #E3D72B
Black with #E3D72B
Text Example
Text Example
White with #E3D72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D72B; }
p { color: rgb(227,215,43); }
H1.HeaderClassName
{
color: #E3D72B;
}
.AnyTagClassName
{
color: #E3D72B;
}
</style>
background-color css
<style>
a { background-color: #E3D72B; }
a { background-color: rgb(227,215,43); }
div.DivClassName
{
background-color: #E3D72B;
}
.BgClassName
{
background-color: #E3D72B;
}
</style>
border-color css
<style>
span { border-color: #E3D72B; }
span { border-color: rgb(227,215,43); }
td.TdClassName
{
border-color: #E3D72B;
}
.TagClassName
{
border-color: #E3D72B;
}
</style>