Shades of Gold Tips #E3A921
Tints of Gold Tips #E3A921
RGB
CMYK
RGB Variations
Color information
#E3A921 (or 0xE3A921) is known color: Gold Tips. HEX triplet: E3, A9 and 21. RGB value is (227,169,33). Sum of RGB (Red+Green+Blue) = 227+169+33=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A921 is #1C56DE. Grayscale: #ABABAB. Windows color (decimal): -1857247 or 2206179. OLE color: 2206179.
HSL color Cylindrical-coordinate representation of color #E3A921: hue angle of 42.06º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3A921 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 169 | 33 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.11 |
| HSL | 42.06º | 0.78% | 0.51% | - |
| HSV(B) | 42.06º | 0.85% | 0.89% | - |
| XYZ | 46.14 | 44.82 | 7.66 | - |
| YUV | 170.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 169 | 33 | 0 | 0.26 | 0.85 | 0.11 | 42.06 | 0.78 | 0.51 |
| Hex | E3 | A9 | 21 | 0 | 1A | 55 | B | 2A | 4E | 33 |
| Octal | 343 | 251 | 41 | 0 | 32 | 125 | 13 | 52 | 116 | 63 |
| Binary | 11100011 | 10101001 | 100001 | 0 | 11010 | 1010101 | 1011 | 101010 | 1001110 | 110011 |
Color Harmonies of #E3A921
Complementary color
Monochromatic Colors of #E3A921
Black with #E3A921
Text Example
Text Example
White with #E3A921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A921; }
p { color: rgb(227,169,33); }
H1.HeaderClassName
{
color: #E3A921;
}
.AnyTagClassName
{
color: #E3A921;
}
</style>
background-color css
<style>
a { background-color: #E3A921; }
a { background-color: rgb(227,169,33); }
div.DivClassName
{
background-color: #E3A921;
}
.BgClassName
{
background-color: #E3A921;
}
</style>
border-color css
<style>
span { border-color: #E3A921; }
span { border-color: rgb(227,169,33); }
td.TdClassName
{
border-color: #E3A921;
}
.TagClassName
{
border-color: #E3A921;
}
</style>