Shades of Gold Tips #E3AC2A
Tints of Gold Tips #E3AC2A
RGB
CMYK
RGB Variations
Color information
#E3AC2A (or 0xE3AC2A) is known color: Gold Tips. HEX triplet: E3, AC and 2A. RGB value is (227,172,42). Sum of RGB (Red+Green+Blue) = 227+172+42=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AC2A is #1C53D5. Grayscale: #AEAEAE. Windows color (decimal): -1856470 or 2796771. OLE color: 2796771.
HSL color Cylindrical-coordinate representation of color #E3AC2A: hue angle of 42.16º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3AC2A is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 42 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.11 |
| HSL | 42.16º | 0.77% | 0.53% | - |
| HSV(B) | 42.16º | 0.81% | 0.89% | - |
| XYZ | 46.85 | 46 | 8.6 | - |
| YUV | 173.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 42 | 0 | 0.24 | 0.81 | 0.11 | 42.16 | 0.77 | 0.53 |
| Hex | E3 | AC | 2A | 0 | 18 | 51 | B | 2A | 4D | 35 |
| Octal | 343 | 254 | 52 | 0 | 30 | 121 | 13 | 52 | 115 | 65 |
| Binary | 11100011 | 10101100 | 101010 | 0 | 11000 | 1010001 | 1011 | 101010 | 1001101 | 110101 |
Color Harmonies of #E3AC2A
Complementary color
Monochromatic Colors of #E3AC2A
Black with #E3AC2A
Text Example
Text Example
White with #E3AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC2A; }
p { color: rgb(227,172,42); }
H1.HeaderClassName
{
color: #E3AC2A;
}
.AnyTagClassName
{
color: #E3AC2A;
}
</style>
background-color css
<style>
a { background-color: #E3AC2A; }
a { background-color: rgb(227,172,42); }
div.DivClassName
{
background-color: #E3AC2A;
}
.BgClassName
{
background-color: #E3AC2A;
}
</style>
border-color css
<style>
span { border-color: #E3AC2A; }
span { border-color: rgb(227,172,42); }
td.TdClassName
{
border-color: #E3AC2A;
}
.TagClassName
{
border-color: #E3AC2A;
}
</style>