Shades of Gold Tips #E3AF15
Tints of Gold Tips #E3AF15
RGB
CMYK
RGB Variations
Color information
#E3AF15 (or 0xE3AF15) is known color: Gold Tips. HEX triplet: E3, AF and 15. RGB value is (227,175,21). Sum of RGB (Red+Green+Blue) = 227+175+21=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AF15 is #1C50EA. Grayscale: #ADADAD. Windows color (decimal): -1855723 or 1421283. OLE color: 1421283.
HSL color Cylindrical-coordinate representation of color #E3AF15: hue angle of 44.85º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3AF15 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 21 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.11 |
| HSL | 44.85º | 0.83% | 0.49% | - |
| HSV(B) | 44.85º | 0.91% | 0.89% | - |
| XYZ | 47.14 | 47.04 | 7.31 | - |
| YUV | 172.99 | 42.23 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 21 | 0 | 0.23 | 0.91 | 0.11 | 44.85 | 0.83 | 0.49 |
| Hex | E3 | AF | 15 | 0 | 17 | 5B | B | 2D | 53 | 31 |
| Octal | 343 | 257 | 25 | 0 | 27 | 133 | 13 | 55 | 123 | 61 |
| Binary | 11100011 | 10101111 | 10101 | 0 | 10111 | 1011011 | 1011 | 101101 | 1010011 | 110001 |
Color Harmonies of #E3AF15
Complementary color
Monochromatic Colors of #E3AF15
Black with #E3AF15
Text Example
Text Example
White with #E3AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF15; }
p { color: rgb(227,175,21); }
H1.HeaderClassName
{
color: #E3AF15;
}
.AnyTagClassName
{
color: #E3AF15;
}
</style>
background-color css
<style>
a { background-color: #E3AF15; }
a { background-color: rgb(227,175,21); }
div.DivClassName
{
background-color: #E3AF15;
}
.BgClassName
{
background-color: #E3AF15;
}
</style>
border-color css
<style>
span { border-color: #E3AF15; }
span { border-color: rgb(227,175,21); }
td.TdClassName
{
border-color: #E3AF15;
}
.TagClassName
{
border-color: #E3AF15;
}
</style>