Shades of Gold Tips #E0AC2D
Tints of Gold Tips #E0AC2D
RGB
CMYK
RGB Variations
Color information
#E0AC2D (or 0xE0AC2D) is known color: Gold Tips. HEX triplet: E0, AC and 2D. RGB value is (224,172,45). Sum of RGB (Red+Green+Blue) = 224+172+45=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AC2D is #1F53D2. Grayscale: #ADADAD. Windows color (decimal): -2053075 or 2993376. OLE color: 2993376.
HSL color Cylindrical-coordinate representation of color #E0AC2D: hue angle of 42.57º 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 #E0AC2D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.12 |
| HSL | 42.57º | 0.74% | 0.53% | - |
| HSV(B) | 42.57º | 0.8% | 0.88% | - |
| XYZ | 45.97 | 45.54 | 8.85 | - |
| YUV | 173.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 45 | 0 | 0.23 | 0.80 | 0.12 | 42.57 | 0.74 | 0.53 |
| Hex | E0 | AC | 2D | 0 | 17 | 50 | C | 2B | 4A | 35 |
| Octal | 340 | 254 | 55 | 0 | 27 | 120 | 14 | 53 | 112 | 65 |
| Binary | 11100000 | 10101100 | 101101 | 0 | 10111 | 1010000 | 1100 | 101011 | 1001010 | 110101 |
Color Harmonies of #E0AC2D
Complementary color
Monochromatic Colors of #E0AC2D
Black with #E0AC2D
Text Example
Text Example
White with #E0AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC2D; }
p { color: rgb(224,172,45); }
H1.HeaderClassName
{
color: #E0AC2D;
}
.AnyTagClassName
{
color: #E0AC2D;
}
</style>
background-color css
<style>
a { background-color: #E0AC2D; }
a { background-color: rgb(224,172,45); }
div.DivClassName
{
background-color: #E0AC2D;
}
.BgClassName
{
background-color: #E0AC2D;
}
</style>
border-color css
<style>
span { border-color: #E0AC2D; }
span { border-color: rgb(224,172,45); }
td.TdClassName
{
border-color: #E0AC2D;
}
.TagClassName
{
border-color: #E0AC2D;
}
</style>