Shades of Gold Tips #E3AC1A
Tints of Gold Tips #E3AC1A
RGB
CMYK
RGB Variations
Color information
#E3AC1A (or 0xE3AC1A) is known color: Gold Tips. HEX triplet: E3, AC and 1A. RGB value is (227,172,26). Sum of RGB (Red+Green+Blue) = 227+172+26=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AC1A is #1C53E5. Grayscale: #ACACAC. Windows color (decimal): -1856486 or 1748195. OLE color: 1748195.
HSL color Cylindrical-coordinate representation of color #E3AC1A: hue angle of 43.58º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3AC1A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 26 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.11 |
| HSL | 43.58º | 0.79% | 0.5% | - |
| HSV(B) | 43.58º | 0.89% | 0.89% | - |
| XYZ | 46.62 | 45.91 | 7.38 | - |
| YUV | 171.8 | 45.72 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 26 | 0 | 0.24 | 0.89 | 0.11 | 43.58 | 0.79 | 0.5 |
| Hex | E3 | AC | 1A | 0 | 18 | 59 | B | 2C | 4F | 32 |
| Octal | 343 | 254 | 32 | 0 | 30 | 131 | 13 | 54 | 117 | 62 |
| Binary | 11100011 | 10101100 | 11010 | 0 | 11000 | 1011001 | 1011 | 101100 | 1001111 | 110010 |
Color Harmonies of #E3AC1A
Complementary color
Monochromatic Colors of #E3AC1A
Black with #E3AC1A
Text Example
Text Example
White with #E3AC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC1A; }
p { color: rgb(227,172,26); }
H1.HeaderClassName
{
color: #E3AC1A;
}
.AnyTagClassName
{
color: #E3AC1A;
}
</style>
background-color css
<style>
a { background-color: #E3AC1A; }
a { background-color: rgb(227,172,26); }
div.DivClassName
{
background-color: #E3AC1A;
}
.BgClassName
{
background-color: #E3AC1A;
}
</style>
border-color css
<style>
span { border-color: #E3AC1A; }
span { border-color: rgb(227,172,26); }
td.TdClassName
{
border-color: #E3AC1A;
}
.TagClassName
{
border-color: #E3AC1A;
}
</style>