Shades of Gold Tips #E2AB2E
Tints of Gold Tips #E2AB2E
RGB
CMYK
RGB Variations
Color information
#E2AB2E (or 0xE2AB2E) is known color: Gold Tips. HEX triplet: E2, AB and 2E. RGB value is (226,171,46). Sum of RGB (Red+Green+Blue) = 226+171+46=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AB2E is #1D54D1. Grayscale: #ADADAD. Windows color (decimal): -1922258 or 3058658. OLE color: 3058658.
HSL color Cylindrical-coordinate representation of color #E2AB2E: hue angle of 41.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2AB2E is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 46 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.11 |
| HSL | 41.67º | 0.76% | 0.53% | - |
| HSV(B) | 41.67º | 0.8% | 0.89% | - |
| XYZ | 46.42 | 45.49 | 8.92 | - |
| YUV | 173.2 | 56.22 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 46 | 0 | 0.24 | 0.80 | 0.11 | 41.67 | 0.76 | 0.53 |
| Hex | E2 | AB | 2E | 0 | 18 | 50 | B | 2A | 4C | 35 |
| Octal | 342 | 253 | 56 | 0 | 30 | 120 | 13 | 52 | 114 | 65 |
| Binary | 11100010 | 10101011 | 101110 | 0 | 11000 | 1010000 | 1011 | 101010 | 1001100 | 110101 |
Color Harmonies of #E2AB2E
Complementary color
Monochromatic Colors of #E2AB2E
Black with #E2AB2E
Text Example
Text Example
White with #E2AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB2E; }
p { color: rgb(226,171,46); }
H1.HeaderClassName
{
color: #E2AB2E;
}
.AnyTagClassName
{
color: #E2AB2E;
}
</style>
background-color css
<style>
a { background-color: #E2AB2E; }
a { background-color: rgb(226,171,46); }
div.DivClassName
{
background-color: #E2AB2E;
}
.BgClassName
{
background-color: #E2AB2E;
}
</style>
border-color css
<style>
span { border-color: #E2AB2E; }
span { border-color: rgb(226,171,46); }
td.TdClassName
{
border-color: #E2AB2E;
}
.TagClassName
{
border-color: #E2AB2E;
}
</style>