Shades of Golden Fizz #E3DB2F
Tints of Golden Fizz #E3DB2F
RGB
CMYK
RGB Variations
Color information
#E3DB2F (or 0xE3DB2F) is known color: Golden Fizz. HEX triplet: E3, DB and 2F. RGB value is (227,219,47). Sum of RGB (Red+Green+Blue) = 227+219+47=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DB2F is #1C24D0. Grayscale: #CACACA. Windows color (decimal): -1844433 or 3136483. OLE color: 3136483.
HSL color Cylindrical-coordinate representation of color #E3DB2F: hue angle of 57.33º 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 #E3DB2F is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 219 | 47 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.11 |
| HSL | 57.33º | 0.76% | 0.54% | - |
| HSV(B) | 57.33º | 0.79% | 0.89% | - |
| XYZ | 57.52 | 67.2 | 12.63 | - |
| YUV | 201.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 219 | 47 | 0 | 0.04 | 0.79 | 0.11 | 57.33 | 0.76 | 0.54 |
| Hex | E3 | DB | 2F | 0 | 4 | 4F | B | 39 | 4C | 36 |
| Octal | 343 | 333 | 57 | 0 | 4 | 117 | 13 | 71 | 114 | 66 |
| Binary | 11100011 | 11011011 | 101111 | 0 | 100 | 1001111 | 1011 | 111001 | 1001100 | 110110 |
Color Harmonies of #E3DB2F
Complementary color
Monochromatic Colors of #E3DB2F
Black with #E3DB2F
Text Example
Text Example
White with #E3DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DB2F; }
p { color: rgb(227,219,47); }
H1.HeaderClassName
{
color: #E3DB2F;
}
.AnyTagClassName
{
color: #E3DB2F;
}
</style>
background-color css
<style>
a { background-color: #E3DB2F; }
a { background-color: rgb(227,219,47); }
div.DivClassName
{
background-color: #E3DB2F;
}
.BgClassName
{
background-color: #E3DB2F;
}
</style>
border-color css
<style>
span { border-color: #E3DB2F; }
span { border-color: rgb(227,219,47); }
td.TdClassName
{
border-color: #E3DB2F;
}
.TagClassName
{
border-color: #E3DB2F;
}
</style>