Shades of Gold Tips #E1AC2D
Tints of Gold Tips #E1AC2D
RGB
CMYK
RGB Variations
Color information
#E1AC2D (or 0xE1AC2D) is known color: Gold Tips. HEX triplet: E1, AC and 2D. RGB value is (225,172,45). Sum of RGB (Red+Green+Blue) = 225+172+45=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AC2D is #1E53D2. Grayscale: #ADADAD. Windows color (decimal): -1987539 or 2993377. OLE color: 2993377.
HSL color Cylindrical-coordinate representation of color #E1AC2D: hue angle of 42.33º degrees, saturation: 0.75, 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 #E1AC2D is Cyan = 0, Magento = 0.24, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 45 | - |
| CMYK | 0 | 0.24 | 0.8 | 0.12 |
| HSL | 42.33º | 0.75% | 0.53% | - |
| HSV(B) | 42.33º | 0.8% | 0.88% | - |
| XYZ | 46.28 | 45.7 | 8.86 | - |
| YUV | 173.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 45 | 0 | 0.24 | 0.8 | 0.12 | 42.33 | 0.75 | 0.53 |
| Hex | E1 | AC | 2D | 0 | 18 | 50 | C | 2A | 4B | 35 |
| Octal | 341 | 254 | 55 | 0 | 30 | 120 | 14 | 52 | 113 | 65 |
| Binary | 11100001 | 10101100 | 101101 | 0 | 11000 | 1010000 | 1100 | 101010 | 1001011 | 110101 |
Color Harmonies of #E1AC2D
Complementary color
Monochromatic Colors of #E1AC2D
Black with #E1AC2D
Text Example
Text Example
White with #E1AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC2D; }
p { color: rgb(225,172,45); }
H1.HeaderClassName
{
color: #E1AC2D;
}
.AnyTagClassName
{
color: #E1AC2D;
}
</style>
background-color css
<style>
a { background-color: #E1AC2D; }
a { background-color: rgb(225,172,45); }
div.DivClassName
{
background-color: #E1AC2D;
}
.BgClassName
{
background-color: #E1AC2D;
}
</style>
border-color css
<style>
span { border-color: #E1AC2D; }
span { border-color: rgb(225,172,45); }
td.TdClassName
{
border-color: #E1AC2D;
}
.TagClassName
{
border-color: #E1AC2D;
}
</style>