Shades of Golden Fizz #E3DD2D
Tints of Golden Fizz #E3DD2D
RGB
CMYK
RGB Variations
Color information
#E3DD2D (or 0xE3DD2D) is known color: Golden Fizz. HEX triplet: E3, DD and 2D. RGB value is (227,221,45). Sum of RGB (Red+Green+Blue) = 227+221+45=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DD2D is #1C22D2. Grayscale: #CBCBCB. Windows color (decimal): -1843923 or 3005923. OLE color: 3005923.
HSL color Cylindrical-coordinate representation of color #E3DD2D: hue angle of 58.02º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3DD2D is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 45 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.11 |
| HSL | 58.02º | 0.76% | 0.53% | - |
| HSV(B) | 58.02º | 0.8% | 0.89% | - |
| XYZ | 58.01 | 68.23 | 12.6 | - |
| YUV | 202.73 | 38.99 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 45 | 0 | 0.03 | 0.80 | 0.11 | 58.02 | 0.76 | 0.53 |
| Hex | E3 | DD | 2D | 0 | 3 | 50 | B | 3A | 4C | 35 |
| Octal | 343 | 335 | 55 | 0 | 3 | 120 | 13 | 72 | 114 | 65 |
| Binary | 11100011 | 11011101 | 101101 | 0 | 11 | 1010000 | 1011 | 111010 | 1001100 | 110101 |
Color Harmonies of #E3DD2D
Complementary color
Monochromatic Colors of #E3DD2D
Black with #E3DD2D
Text Example
Text Example
White with #E3DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD2D; }
p { color: rgb(227,221,45); }
H1.HeaderClassName
{
color: #E3DD2D;
}
.AnyTagClassName
{
color: #E3DD2D;
}
</style>
background-color css
<style>
a { background-color: #E3DD2D; }
a { background-color: rgb(227,221,45); }
div.DivClassName
{
background-color: #E3DD2D;
}
.BgClassName
{
background-color: #E3DD2D;
}
</style>
border-color css
<style>
span { border-color: #E3DD2D; }
span { border-color: rgb(227,221,45); }
td.TdClassName
{
border-color: #E3DD2D;
}
.TagClassName
{
border-color: #E3DD2D;
}
</style>