Shades of Gold Tips #E5AD17
Tints of Gold Tips #E5AD17
RGB
CMYK
RGB Variations
Color information
#E5AD17 (or 0xE5AD17) is known color: Gold Tips. HEX triplet: E5, AD and 17. RGB value is (229,173,23). Sum of RGB (Red+Green+Blue) = 229+173+23=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AD17 is #1A52E8. Grayscale: #ADADAD. Windows color (decimal): -1725161 or 1551845. OLE color: 1551845.
HSL color Cylindrical-coordinate representation of color #E5AD17: hue angle of 43.69º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5AD17 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 23 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.10 |
| HSL | 43.69º | 0.82% | 0.49% | - |
| HSV(B) | 43.69º | 0.9% | 0.9% | - |
| XYZ | 47.41 | 46.61 | 7.31 | - |
| YUV | 172.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 23 | 0 | 0.24 | 0.90 | 0.10 | 43.69 | 0.82 | 0.49 |
| Hex | E5 | AD | 17 | 0 | 18 | 5A | A | 2C | 52 | 31 |
| Octal | 345 | 255 | 27 | 0 | 30 | 132 | 12 | 54 | 122 | 61 |
| Binary | 11100101 | 10101101 | 10111 | 0 | 11000 | 1011010 | 1010 | 101100 | 1010010 | 110001 |
Color Harmonies of #E5AD17
Complementary color
Monochromatic Colors of #E5AD17
Black with #E5AD17
Text Example
Text Example
White with #E5AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD17; }
p { color: rgb(229,173,23); }
H1.HeaderClassName
{
color: #E5AD17;
}
.AnyTagClassName
{
color: #E5AD17;
}
</style>
background-color css
<style>
a { background-color: #E5AD17; }
a { background-color: rgb(229,173,23); }
div.DivClassName
{
background-color: #E5AD17;
}
.BgClassName
{
background-color: #E5AD17;
}
</style>
border-color css
<style>
span { border-color: #E5AD17; }
span { border-color: rgb(229,173,23); }
td.TdClassName
{
border-color: #E5AD17;
}
.TagClassName
{
border-color: #E5AD17;
}
</style>