Shades of Golden Fizz #E3DD1E
Tints of Golden Fizz #E3DD1E
RGB
CMYK
RGB Variations
Color information
#E3DD1E (or 0xE3DD1E) is known color: Golden Fizz. HEX triplet: E3, DD and 1E. RGB value is (227,221,30). Sum of RGB (Red+Green+Blue) = 227+221+30=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DD1E is #1C22E1. Grayscale: #C9C9C9. Windows color (decimal): -1843938 or 2022883. OLE color: 2022883.
HSL color Cylindrical-coordinate representation of color #E3DD1E: hue angle of 58.17º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3DD1E is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 30 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.11 |
| HSL | 58.17º | 0.78% | 0.5% | - |
| HSV(B) | 58.17º | 0.87% | 0.89% | - |
| XYZ | 57.77 | 68.14 | 11.34 | - |
| YUV | 201.02 | 31.49 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 30 | 0 | 0.03 | 0.87 | 0.11 | 58.17 | 0.78 | 0.5 |
| Hex | E3 | DD | 1E | 0 | 3 | 57 | B | 3A | 4E | 32 |
| Octal | 343 | 335 | 36 | 0 | 3 | 127 | 13 | 72 | 116 | 62 |
| Binary | 11100011 | 11011101 | 11110 | 0 | 11 | 1010111 | 1011 | 111010 | 1001110 | 110010 |
Color Harmonies of #E3DD1E
Complementary color
Monochromatic Colors of #E3DD1E
Black with #E3DD1E
Text Example
Text Example
White with #E3DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD1E; }
p { color: rgb(227,221,30); }
H1.HeaderClassName
{
color: #E3DD1E;
}
.AnyTagClassName
{
color: #E3DD1E;
}
</style>
background-color css
<style>
a { background-color: #E3DD1E; }
a { background-color: rgb(227,221,30); }
div.DivClassName
{
background-color: #E3DD1E;
}
.BgClassName
{
background-color: #E3DD1E;
}
</style>
border-color css
<style>
span { border-color: #E3DD1E; }
span { border-color: rgb(227,221,30); }
td.TdClassName
{
border-color: #E3DD1E;
}
.TagClassName
{
border-color: #E3DD1E;
}
</style>