Shades of Gold Tips #E3AF21
Tints of Gold Tips #E3AF21
RGB
CMYK
RGB Variations
Color information
#E3AF21 (or 0xE3AF21) is known color: Gold Tips. HEX triplet: E3, AF and 21. RGB value is (227,175,33). Sum of RGB (Red+Green+Blue) = 227+175+33=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF21 is #1C50DE. Grayscale: #AEAEAE. Windows color (decimal): -1855711 or 2207715. OLE color: 2207715.
HSL color Cylindrical-coordinate representation of color #E3AF21: hue angle of 43.92º 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 #E3AF21 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.11 |
| HSL | 43.92º | 0.78% | 0.51% | - |
| HSV(B) | 43.92º | 0.85% | 0.89% | - |
| XYZ | 47.28 | 47.1 | 8.04 | - |
| YUV | 174.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 33 | 0 | 0.23 | 0.85 | 0.11 | 43.92 | 0.78 | 0.51 |
| Hex | E3 | AF | 21 | 0 | 17 | 55 | B | 2C | 4E | 33 |
| Octal | 343 | 257 | 41 | 0 | 27 | 125 | 13 | 54 | 116 | 63 |
| Binary | 11100011 | 10101111 | 100001 | 0 | 10111 | 1010101 | 1011 | 101100 | 1001110 | 110011 |
Color Harmonies of #E3AF21
Complementary color
Monochromatic Colors of #E3AF21
Black with #E3AF21
Text Example
Text Example
White with #E3AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF21; }
p { color: rgb(227,175,33); }
H1.HeaderClassName
{
color: #E3AF21;
}
.AnyTagClassName
{
color: #E3AF21;
}
</style>
background-color css
<style>
a { background-color: #E3AF21; }
a { background-color: rgb(227,175,33); }
div.DivClassName
{
background-color: #E3AF21;
}
.BgClassName
{
background-color: #E3AF21;
}
</style>
border-color css
<style>
span { border-color: #E3AF21; }
span { border-color: rgb(227,175,33); }
td.TdClassName
{
border-color: #E3AF21;
}
.TagClassName
{
border-color: #E3AF21;
}
</style>