Shades of Gold Tips #E0AC2C
Tints of Gold Tips #E0AC2C
RGB
CMYK
RGB Variations
Color information
#E0AC2C (or 0xE0AC2C) is known color: Gold Tips. HEX triplet: E0, AC and 2C. RGB value is (224,172,44). Sum of RGB (Red+Green+Blue) = 224+172+44=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AC2C is #1F53D3. Grayscale: #ADADAD. Windows color (decimal): -2053076 or 2927840. OLE color: 2927840.
HSL color Cylindrical-coordinate representation of color #E0AC2C: hue angle of 42.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0AC2C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 44 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.12 |
| HSL | 42.67º | 0.74% | 0.53% | - |
| HSV(B) | 42.67º | 0.8% | 0.88% | - |
| XYZ | 45.95 | 45.53 | 8.75 | - |
| YUV | 172.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 44 | 0 | 0.23 | 0.80 | 0.12 | 42.67 | 0.74 | 0.53 |
| Hex | E0 | AC | 2C | 0 | 17 | 50 | C | 2B | 4A | 35 |
| Octal | 340 | 254 | 54 | 0 | 27 | 120 | 14 | 53 | 112 | 65 |
| Binary | 11100000 | 10101100 | 101100 | 0 | 10111 | 1010000 | 1100 | 101011 | 1001010 | 110101 |
Color Harmonies of #E0AC2C
Complementary color
Monochromatic Colors of #E0AC2C
Black with #E0AC2C
Text Example
Text Example
White with #E0AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC2C; }
p { color: rgb(224,172,44); }
H1.HeaderClassName
{
color: #E0AC2C;
}
.AnyTagClassName
{
color: #E0AC2C;
}
</style>
background-color css
<style>
a { background-color: #E0AC2C; }
a { background-color: rgb(224,172,44); }
div.DivClassName
{
background-color: #E0AC2C;
}
.BgClassName
{
background-color: #E0AC2C;
}
</style>
border-color css
<style>
span { border-color: #E0AC2C; }
span { border-color: rgb(224,172,44); }
td.TdClassName
{
border-color: #E0AC2C;
}
.TagClassName
{
border-color: #E0AC2C;
}
</style>