Shades of Gold Tips #E7AB19
Tints of Gold Tips #E7AB19
RGB
CMYK
RGB Variations
Color information
#E7AB19 (or 0xE7AB19) is known color: Gold Tips. HEX triplet: E7, AB and 19. RGB value is (231,171,25). Sum of RGB (Red+Green+Blue) = 231+171+25=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AB19 is #1854E6. Grayscale: #ACACAC. Windows color (decimal): -1594599 or 1682407. OLE color: 1682407.
HSL color Cylindrical-coordinate representation of color #E7AB19: hue angle of 42.52º 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 #E7AB19 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.09 |
| HSL | 42.52º | 0.81% | 0.5% | - |
| HSV(B) | 42.52º | 0.89% | 0.91% | - |
| XYZ | 47.69 | 46.18 | 7.32 | - |
| YUV | 172.3 | 44.88 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 25 | 0 | 0.26 | 0.89 | 0.09 | 42.52 | 0.81 | 0.5 |
| Hex | E7 | AB | 19 | 0 | 1A | 59 | 9 | 2B | 51 | 32 |
| Octal | 347 | 253 | 31 | 0 | 32 | 131 | 11 | 53 | 121 | 62 |
| Binary | 11100111 | 10101011 | 11001 | 0 | 11010 | 1011001 | 1001 | 101011 | 1010001 | 110010 |
Color Harmonies of #E7AB19
Complementary color
Monochromatic Colors of #E7AB19
Black with #E7AB19
Text Example
Text Example
White with #E7AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB19; }
p { color: rgb(231,171,25); }
H1.HeaderClassName
{
color: #E7AB19;
}
.AnyTagClassName
{
color: #E7AB19;
}
</style>
background-color css
<style>
a { background-color: #E7AB19; }
a { background-color: rgb(231,171,25); }
div.DivClassName
{
background-color: #E7AB19;
}
.BgClassName
{
background-color: #E7AB19;
}
</style>
border-color css
<style>
span { border-color: #E7AB19; }
span { border-color: rgb(231,171,25); }
td.TdClassName
{
border-color: #E7AB19;
}
.TagClassName
{
border-color: #E7AB19;
}
</style>