Shades of Gold Tips #E5AC1C
Tints of Gold Tips #E5AC1C
RGB
CMYK
RGB Variations
Color information
#E5AC1C (or 0xE5AC1C) is known color: Gold Tips. HEX triplet: E5, AC and 1C. RGB value is (229,172,28). Sum of RGB (Red+Green+Blue) = 229+172+28=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AC1C is #1A53E3. Grayscale: #ADADAD. Windows color (decimal): -1725412 or 1879269. OLE color: 1879269.
HSL color Cylindrical-coordinate representation of color #E5AC1C: hue angle of 42.99º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5AC1C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 28 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.10 |
| HSL | 42.99º | 0.79% | 0.5% | - |
| HSV(B) | 42.99º | 0.88% | 0.9% | - |
| XYZ | 47.28 | 46.25 | 7.53 | - |
| YUV | 172.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 28 | 0 | 0.25 | 0.88 | 0.10 | 42.99 | 0.79 | 0.5 |
| Hex | E5 | AC | 1C | 0 | 19 | 58 | A | 2B | 4F | 32 |
| Octal | 345 | 254 | 34 | 0 | 31 | 130 | 12 | 53 | 117 | 62 |
| Binary | 11100101 | 10101100 | 11100 | 0 | 11001 | 1011000 | 1010 | 101011 | 1001111 | 110010 |
Color Harmonies of #E5AC1C
Complementary color
Monochromatic Colors of #E5AC1C
Black with #E5AC1C
Text Example
Text Example
White with #E5AC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC1C; }
p { color: rgb(229,172,28); }
H1.HeaderClassName
{
color: #E5AC1C;
}
.AnyTagClassName
{
color: #E5AC1C;
}
</style>
background-color css
<style>
a { background-color: #E5AC1C; }
a { background-color: rgb(229,172,28); }
div.DivClassName
{
background-color: #E5AC1C;
}
.BgClassName
{
background-color: #E5AC1C;
}
</style>
border-color css
<style>
span { border-color: #E5AC1C; }
span { border-color: rgb(229,172,28); }
td.TdClassName
{
border-color: #E5AC1C;
}
.TagClassName
{
border-color: #E5AC1C;
}
</style>