Shades of Gold Tips #E2AB2B
Tints of Gold Tips #E2AB2B
RGB
CMYK
RGB Variations
Color information
#E2AB2B (or 0xE2AB2B) is known color: Gold Tips. HEX triplet: E2, AB and 2B. RGB value is (226,171,43). Sum of RGB (Red+Green+Blue) = 226+171+43=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AB2B is #1D54D4. Grayscale: #ADADAD. Windows color (decimal): -1922261 or 2862050. OLE color: 2862050.
HSL color Cylindrical-coordinate representation of color #E2AB2B: hue angle of 41.97º 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 #E2AB2B is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 43 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.11 |
| HSL | 41.97º | 0.76% | 0.53% | - |
| HSV(B) | 41.97º | 0.81% | 0.89% | - |
| XYZ | 46.36 | 45.47 | 8.62 | - |
| YUV | 172.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 43 | 0 | 0.24 | 0.81 | 0.11 | 41.97 | 0.76 | 0.53 |
| Hex | E2 | AB | 2B | 0 | 18 | 51 | B | 2A | 4C | 35 |
| Octal | 342 | 253 | 53 | 0 | 30 | 121 | 13 | 52 | 114 | 65 |
| Binary | 11100010 | 10101011 | 101011 | 0 | 11000 | 1010001 | 1011 | 101010 | 1001100 | 110101 |
Color Harmonies of #E2AB2B
Complementary color
Monochromatic Colors of #E2AB2B
Black with #E2AB2B
Text Example
Text Example
White with #E2AB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB2B; }
p { color: rgb(226,171,43); }
H1.HeaderClassName
{
color: #E2AB2B;
}
.AnyTagClassName
{
color: #E2AB2B;
}
</style>
background-color css
<style>
a { background-color: #E2AB2B; }
a { background-color: rgb(226,171,43); }
div.DivClassName
{
background-color: #E2AB2B;
}
.BgClassName
{
background-color: #E2AB2B;
}
</style>
border-color css
<style>
span { border-color: #E2AB2B; }
span { border-color: rgb(226,171,43); }
td.TdClassName
{
border-color: #E2AB2B;
}
.TagClassName
{
border-color: #E2AB2B;
}
</style>