Shades of Gold Tips #E5AC19
Tints of Gold Tips #E5AC19
RGB
CMYK
RGB Variations
Color information
#E5AC19 (or 0xE5AC19) is known color: Gold Tips. HEX triplet: E5, AC and 19. RGB value is (229,172,25). Sum of RGB (Red+Green+Blue) = 229+172+25=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AC19 is #1A53E6. Grayscale: #ACACAC. Windows color (decimal): -1725415 or 1682661. OLE color: 1682661.
HSL color Cylindrical-coordinate representation of color #E5AC19: hue angle of 43.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5AC19 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 25 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.10 |
| HSL | 43.24º | 0.8% | 0.5% | - |
| HSV(B) | 43.24º | 0.89% | 0.9% | - |
| XYZ | 47.24 | 46.23 | 7.35 | - |
| YUV | 172.29 | 44.88 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 25 | 0 | 0.25 | 0.89 | 0.10 | 43.24 | 0.8 | 0.5 |
| Hex | E5 | AC | 19 | 0 | 19 | 59 | A | 2B | 50 | 32 |
| Octal | 345 | 254 | 31 | 0 | 31 | 131 | 12 | 53 | 120 | 62 |
| Binary | 11100101 | 10101100 | 11001 | 0 | 11001 | 1011001 | 1010 | 101011 | 1010000 | 110010 |
Color Harmonies of #E5AC19
Complementary color
Monochromatic Colors of #E5AC19
Black with #E5AC19
Text Example
Text Example
White with #E5AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC19; }
p { color: rgb(229,172,25); }
H1.HeaderClassName
{
color: #E5AC19;
}
.AnyTagClassName
{
color: #E5AC19;
}
</style>
background-color css
<style>
a { background-color: #E5AC19; }
a { background-color: rgb(229,172,25); }
div.DivClassName
{
background-color: #E5AC19;
}
.BgClassName
{
background-color: #E5AC19;
}
</style>
border-color css
<style>
span { border-color: #E5AC19; }
span { border-color: rgb(229,172,25); }
td.TdClassName
{
border-color: #E5AC19;
}
.TagClassName
{
border-color: #E5AC19;
}
</style>