Shades of Gold Tips #E2AC2C
Tints of Gold Tips #E2AC2C
RGB
CMYK
RGB Variations
Color information
#E2AC2C (or 0xE2AC2C) is known color: Gold Tips. HEX triplet: E2, AC and 2C. RGB value is (226,172,44). Sum of RGB (Red+Green+Blue) = 226+172+44=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AC2C is #1D53D3. Grayscale: #AEAEAE. Windows color (decimal): -1922004 or 2927842. OLE color: 2927842.
HSL color Cylindrical-coordinate representation of color #E2AC2C: hue angle of 42.2º 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 #E2AC2C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 44 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.11 |
| HSL | 42.2º | 0.76% | 0.53% | - |
| HSV(B) | 42.2º | 0.81% | 0.89% | - |
| XYZ | 46.57 | 45.86 | 8.78 | - |
| YUV | 173.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 44 | 0 | 0.24 | 0.81 | 0.11 | 42.2 | 0.76 | 0.53 |
| Hex | E2 | AC | 2C | 0 | 18 | 51 | B | 2A | 4C | 35 |
| Octal | 342 | 254 | 54 | 0 | 30 | 121 | 13 | 52 | 114 | 65 |
| Binary | 11100010 | 10101100 | 101100 | 0 | 11000 | 1010001 | 1011 | 101010 | 1001100 | 110101 |
Color Harmonies of #E2AC2C
Complementary color
Monochromatic Colors of #E2AC2C
Black with #E2AC2C
Text Example
Text Example
White with #E2AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC2C; }
p { color: rgb(226,172,44); }
H1.HeaderClassName
{
color: #E2AC2C;
}
.AnyTagClassName
{
color: #E2AC2C;
}
</style>
background-color css
<style>
a { background-color: #E2AC2C; }
a { background-color: rgb(226,172,44); }
div.DivClassName
{
background-color: #E2AC2C;
}
.BgClassName
{
background-color: #E2AC2C;
}
</style>
border-color css
<style>
span { border-color: #E2AC2C; }
span { border-color: rgb(226,172,44); }
td.TdClassName
{
border-color: #E2AC2C;
}
.TagClassName
{
border-color: #E2AC2C;
}
</style>