Shades of Gold Tips #E7AC16
Tints of Gold Tips #E7AC16
RGB
CMYK
RGB Variations
Color information
#E7AC16 (or 0xE7AC16) is known color: Gold Tips. HEX triplet: E7, AC and 16. RGB value is (231,172,22). Sum of RGB (Red+Green+Blue) = 231+172+22=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AC16 is #1853E9. Grayscale: #ADADAD. Windows color (decimal): -1594346 or 1486055. OLE color: 1486055.
HSL color Cylindrical-coordinate representation of color #E7AC16: hue angle of 43.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7AC16 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 22 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.09 |
| HSL | 43.06º | 0.83% | 0.5% | - |
| HSV(B) | 43.06º | 0.9% | 0.91% | - |
| XYZ | 47.85 | 46.55 | 7.22 | - |
| YUV | 172.54 | 43.05 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 22 | 0 | 0.26 | 0.90 | 0.09 | 43.06 | 0.83 | 0.5 |
| Hex | E7 | AC | 16 | 0 | 1A | 5A | 9 | 2B | 53 | 32 |
| Octal | 347 | 254 | 26 | 0 | 32 | 132 | 11 | 53 | 123 | 62 |
| Binary | 11100111 | 10101100 | 10110 | 0 | 11010 | 1011010 | 1001 | 101011 | 1010011 | 110010 |
Color Harmonies of #E7AC16
Complementary color
Monochromatic Colors of #E7AC16
Black with #E7AC16
Text Example
Text Example
White with #E7AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AC16; }
p { color: rgb(231,172,22); }
H1.HeaderClassName
{
color: #E7AC16;
}
.AnyTagClassName
{
color: #E7AC16;
}
</style>
background-color css
<style>
a { background-color: #E7AC16; }
a { background-color: rgb(231,172,22); }
div.DivClassName
{
background-color: #E7AC16;
}
.BgClassName
{
background-color: #E7AC16;
}
</style>
border-color css
<style>
span { border-color: #E7AC16; }
span { border-color: rgb(231,172,22); }
td.TdClassName
{
border-color: #E7AC16;
}
.TagClassName
{
border-color: #E7AC16;
}
</style>