Shades of Gold Tips #E7AC1A
Tints of Gold Tips #E7AC1A
RGB
CMYK
RGB Variations
Color information
#E7AC1A (or 0xE7AC1A) is known color: Gold Tips. HEX triplet: E7, AC and 1A. RGB value is (231,172,26). Sum of RGB (Red+Green+Blue) = 231+172+26=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AC1A is #1853E5. Grayscale: #ADADAD. Windows color (decimal): -1594342 or 1748199. OLE color: 1748199.
HSL color Cylindrical-coordinate representation of color #E7AC1A: hue angle of 42.73º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7AC1A is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 26 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.09 |
| HSL | 42.73º | 0.81% | 0.5% | - |
| HSV(B) | 42.73º | 0.89% | 0.91% | - |
| XYZ | 47.89 | 46.57 | 7.44 | - |
| YUV | 173 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 26 | 0 | 0.26 | 0.89 | 0.09 | 42.73 | 0.81 | 0.5 |
| Hex | E7 | AC | 1A | 0 | 1A | 59 | 9 | 2B | 51 | 32 |
| Octal | 347 | 254 | 32 | 0 | 32 | 131 | 11 | 53 | 121 | 62 |
| Binary | 11100111 | 10101100 | 11010 | 0 | 11010 | 1011001 | 1001 | 101011 | 1010001 | 110010 |
Color Harmonies of #E7AC1A
Complementary color
Monochromatic Colors of #E7AC1A
Black with #E7AC1A
Text Example
Text Example
White with #E7AC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AC1A; }
p { color: rgb(231,172,26); }
H1.HeaderClassName
{
color: #E7AC1A;
}
.AnyTagClassName
{
color: #E7AC1A;
}
</style>
background-color css
<style>
a { background-color: #E7AC1A; }
a { background-color: rgb(231,172,26); }
div.DivClassName
{
background-color: #E7AC1A;
}
.BgClassName
{
background-color: #E7AC1A;
}
</style>
border-color css
<style>
span { border-color: #E7AC1A; }
span { border-color: rgb(231,172,26); }
td.TdClassName
{
border-color: #E7AC1A;
}
.TagClassName
{
border-color: #E7AC1A;
}
</style>