Shades of Gold Tips #E5AD15
Tints of Gold Tips #E5AD15
RGB
CMYK
RGB Variations
Color information
#E5AD15 (or 0xE5AD15) is known color: Gold Tips. HEX triplet: E5, AD and 15. RGB value is (229,173,21). Sum of RGB (Red+Green+Blue) = 229+173+21=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AD15 is #1A52EA. Grayscale: #ADADAD. Windows color (decimal): -1725163 or 1420773. OLE color: 1420773.
HSL color Cylindrical-coordinate representation of color #E5AD15: hue angle of 43.85º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5AD15 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 21 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.10 |
| HSL | 43.85º | 0.83% | 0.49% | - |
| HSV(B) | 43.85º | 0.91% | 0.9% | - |
| XYZ | 47.39 | 46.6 | 7.21 | - |
| YUV | 172.42 | 42.55 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 21 | 0 | 0.24 | 0.91 | 0.10 | 43.85 | 0.83 | 0.49 |
| Hex | E5 | AD | 15 | 0 | 18 | 5B | A | 2C | 53 | 31 |
| Octal | 345 | 255 | 25 | 0 | 30 | 133 | 12 | 54 | 123 | 61 |
| Binary | 11100101 | 10101101 | 10101 | 0 | 11000 | 1011011 | 1010 | 101100 | 1010011 | 110001 |
Color Harmonies of #E5AD15
Complementary color
Monochromatic Colors of #E5AD15
Black with #E5AD15
Text Example
Text Example
White with #E5AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD15; }
p { color: rgb(229,173,21); }
H1.HeaderClassName
{
color: #E5AD15;
}
.AnyTagClassName
{
color: #E5AD15;
}
</style>
background-color css
<style>
a { background-color: #E5AD15; }
a { background-color: rgb(229,173,21); }
div.DivClassName
{
background-color: #E5AD15;
}
.BgClassName
{
background-color: #E5AD15;
}
</style>
border-color css
<style>
span { border-color: #E5AD15; }
span { border-color: rgb(229,173,21); }
td.TdClassName
{
border-color: #E5AD15;
}
.TagClassName
{
border-color: #E5AD15;
}
</style>