Shades of Gold Tips #E5AC1D
Tints of Gold Tips #E5AC1D
RGB
CMYK
RGB Variations
Color information
#E5AC1D (or 0xE5AC1D) is known color: Gold Tips. HEX triplet: E5, AC and 1D. RGB value is (229,172,29). Sum of RGB (Red+Green+Blue) = 229+172+29=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AC1D is #1A53E2. Grayscale: #ADADAD. Windows color (decimal): -1725411 or 1944805. OLE color: 1944805.
HSL color Cylindrical-coordinate representation of color #E5AC1D: hue angle of 42.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5AC1D is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 29 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.10 |
| HSL | 42.9º | 0.79% | 0.51% | - |
| HSV(B) | 42.9º | 0.87% | 0.9% | - |
| XYZ | 47.29 | 46.25 | 7.6 | - |
| YUV | 172.74 | 46.88 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 29 | 0 | 0.25 | 0.87 | 0.10 | 42.9 | 0.79 | 0.51 |
| Hex | E5 | AC | 1D | 0 | 19 | 57 | A | 2B | 4F | 33 |
| Octal | 345 | 254 | 35 | 0 | 31 | 127 | 12 | 53 | 117 | 63 |
| Binary | 11100101 | 10101100 | 11101 | 0 | 11001 | 1010111 | 1010 | 101011 | 1001111 | 110011 |
Color Harmonies of #E5AC1D
Complementary color
Monochromatic Colors of #E5AC1D
Black with #E5AC1D
Text Example
Text Example
White with #E5AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC1D; }
p { color: rgb(229,172,29); }
H1.HeaderClassName
{
color: #E5AC1D;
}
.AnyTagClassName
{
color: #E5AC1D;
}
</style>
background-color css
<style>
a { background-color: #E5AC1D; }
a { background-color: rgb(229,172,29); }
div.DivClassName
{
background-color: #E5AC1D;
}
.BgClassName
{
background-color: #E5AC1D;
}
</style>
border-color css
<style>
span { border-color: #E5AC1D; }
span { border-color: rgb(229,172,29); }
td.TdClassName
{
border-color: #E5AC1D;
}
.TagClassName
{
border-color: #E5AC1D;
}
</style>