Shades of Gold Tips #E7AD16
Tints of Gold Tips #E7AD16
RGB
CMYK
RGB Variations
Color information
#E7AD16 (or 0xE7AD16) is known color: Gold Tips. HEX triplet: E7, AD and 16. RGB value is (231,173,22). Sum of RGB (Red+Green+Blue) = 231+173+22=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AD16 is #1852E9. Grayscale: #ADADAD. Windows color (decimal): -1594090 or 1486311. OLE color: 1486311.
HSL color Cylindrical-coordinate representation of color #E7AD16: hue angle of 43.35º 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 #E7AD16 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 22 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.09 |
| HSL | 43.35º | 0.83% | 0.5% | - |
| HSV(B) | 43.35º | 0.9% | 0.91% | - |
| XYZ | 48.04 | 46.93 | 7.29 | - |
| YUV | 173.13 | 42.72 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 22 | 0 | 0.25 | 0.90 | 0.09 | 43.35 | 0.83 | 0.5 |
| Hex | E7 | AD | 16 | 0 | 19 | 5A | 9 | 2B | 53 | 32 |
| Octal | 347 | 255 | 26 | 0 | 31 | 132 | 11 | 53 | 123 | 62 |
| Binary | 11100111 | 10101101 | 10110 | 0 | 11001 | 1011010 | 1001 | 101011 | 1010011 | 110010 |
Color Harmonies of #E7AD16
Complementary color
Monochromatic Colors of #E7AD16
Black with #E7AD16
Text Example
Text Example
White with #E7AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD16; }
p { color: rgb(231,173,22); }
H1.HeaderClassName
{
color: #E7AD16;
}
.AnyTagClassName
{
color: #E7AD16;
}
</style>
background-color css
<style>
a { background-color: #E7AD16; }
a { background-color: rgb(231,173,22); }
div.DivClassName
{
background-color: #E7AD16;
}
.BgClassName
{
background-color: #E7AD16;
}
</style>
border-color css
<style>
span { border-color: #E7AD16; }
span { border-color: rgb(231,173,22); }
td.TdClassName
{
border-color: #E7AD16;
}
.TagClassName
{
border-color: #E7AD16;
}
</style>