Shades of Gold Tips #E7AC1C
Tints of Gold Tips #E7AC1C
RGB
CMYK
RGB Variations
Color information
#E7AC1C (or 0xE7AC1C) is known color: Gold Tips. HEX triplet: E7, AC and 1C. RGB value is (231,172,28). Sum of RGB (Red+Green+Blue) = 231+172+28=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AC1C is #1853E3. Grayscale: #ADADAD. Windows color (decimal): -1594340 or 1879271. OLE color: 1879271.
HSL color Cylindrical-coordinate representation of color #E7AC1C: hue angle of 42.56º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7AC1C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 28 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.09 |
| HSL | 42.56º | 0.81% | 0.51% | - |
| HSV(B) | 42.56º | 0.88% | 0.91% | - |
| XYZ | 47.92 | 46.58 | 7.56 | - |
| YUV | 173.23 | 46.05 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 28 | 0 | 0.26 | 0.88 | 0.09 | 42.56 | 0.81 | 0.51 |
| Hex | E7 | AC | 1C | 0 | 1A | 58 | 9 | 2B | 51 | 33 |
| Octal | 347 | 254 | 34 | 0 | 32 | 130 | 11 | 53 | 121 | 63 |
| Binary | 11100111 | 10101100 | 11100 | 0 | 11010 | 1011000 | 1001 | 101011 | 1010001 | 110011 |
Color Harmonies of #E7AC1C
Complementary color
Monochromatic Colors of #E7AC1C
Black with #E7AC1C
Text Example
Text Example
White with #E7AC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AC1C; }
p { color: rgb(231,172,28); }
H1.HeaderClassName
{
color: #E7AC1C;
}
.AnyTagClassName
{
color: #E7AC1C;
}
</style>
background-color css
<style>
a { background-color: #E7AC1C; }
a { background-color: rgb(231,172,28); }
div.DivClassName
{
background-color: #E7AC1C;
}
.BgClassName
{
background-color: #E7AC1C;
}
</style>
border-color css
<style>
span { border-color: #E7AC1C; }
span { border-color: rgb(231,172,28); }
td.TdClassName
{
border-color: #E7AC1C;
}
.TagClassName
{
border-color: #E7AC1C;
}
</style>