Shades of Gold Tips #E2AB2C
Tints of Gold Tips #E2AB2C
RGB
CMYK
RGB Variations
Color information
#E2AB2C (or 0xE2AB2C) is known color: Gold Tips. HEX triplet: E2, AB and 2C. RGB value is (226,171,44). Sum of RGB (Red+Green+Blue) = 226+171+44=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AB2C is #1D54D3. Grayscale: #ADADAD. Windows color (decimal): -1922260 or 2927586. OLE color: 2927586.
HSL color Cylindrical-coordinate representation of color #E2AB2C: hue angle of 41.87º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2AB2C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 44 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.11 |
| HSL | 41.87º | 0.76% | 0.53% | - |
| HSV(B) | 41.87º | 0.81% | 0.89% | - |
| XYZ | 46.38 | 45.48 | 8.72 | - |
| YUV | 172.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 44 | 0 | 0.24 | 0.81 | 0.11 | 41.87 | 0.76 | 0.53 |
| Hex | E2 | AB | 2C | 0 | 18 | 51 | B | 2A | 4C | 35 |
| Octal | 342 | 253 | 54 | 0 | 30 | 121 | 13 | 52 | 114 | 65 |
| Binary | 11100010 | 10101011 | 101100 | 0 | 11000 | 1010001 | 1011 | 101010 | 1001100 | 110101 |
Color Harmonies of #E2AB2C
Complementary color
Monochromatic Colors of #E2AB2C
Black with #E2AB2C
Text Example
Text Example
White with #E2AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB2C; }
p { color: rgb(226,171,44); }
H1.HeaderClassName
{
color: #E2AB2C;
}
.AnyTagClassName
{
color: #E2AB2C;
}
</style>
background-color css
<style>
a { background-color: #E2AB2C; }
a { background-color: rgb(226,171,44); }
div.DivClassName
{
background-color: #E2AB2C;
}
.BgClassName
{
background-color: #E2AB2C;
}
</style>
border-color css
<style>
span { border-color: #E2AB2C; }
span { border-color: rgb(226,171,44); }
td.TdClassName
{
border-color: #E2AB2C;
}
.TagClassName
{
border-color: #E2AB2C;
}
</style>