Shades of Gold Tips #E5AD16
Tints of Gold Tips #E5AD16
RGB
CMYK
RGB Variations
Color information
#E5AD16 (or 0xE5AD16) is known color: Gold Tips. HEX triplet: E5, AD and 16. RGB value is (229,173,22). Sum of RGB (Red+Green+Blue) = 229+173+22=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AD16 is #1A52E9. Grayscale: #ADADAD. Windows color (decimal): -1725162 or 1486309. OLE color: 1486309.
HSL color Cylindrical-coordinate representation of color #E5AD16: hue angle of 43.77º 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 #E5AD16 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.10 |
| HSL | 43.77º | 0.82% | 0.49% | - |
| HSV(B) | 43.77º | 0.9% | 0.9% | - |
| XYZ | 47.4 | 46.6 | 7.26 | - |
| YUV | 172.53 | 43.05 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 22 | 0 | 0.24 | 0.90 | 0.10 | 43.77 | 0.82 | 0.49 |
| Hex | E5 | AD | 16 | 0 | 18 | 5A | A | 2C | 52 | 31 |
| Octal | 345 | 255 | 26 | 0 | 30 | 132 | 12 | 54 | 122 | 61 |
| Binary | 11100101 | 10101101 | 10110 | 0 | 11000 | 1011010 | 1010 | 101100 | 1010010 | 110001 |
Color Harmonies of #E5AD16
Complementary color
Monochromatic Colors of #E5AD16
Black with #E5AD16
Text Example
Text Example
White with #E5AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD16; }
p { color: rgb(229,173,22); }
H1.HeaderClassName
{
color: #E5AD16;
}
.AnyTagClassName
{
color: #E5AD16;
}
</style>
background-color css
<style>
a { background-color: #E5AD16; }
a { background-color: rgb(229,173,22); }
div.DivClassName
{
background-color: #E5AD16;
}
.BgClassName
{
background-color: #E5AD16;
}
</style>
border-color css
<style>
span { border-color: #E5AD16; }
span { border-color: rgb(229,173,22); }
td.TdClassName
{
border-color: #E5AD16;
}
.TagClassName
{
border-color: #E5AD16;
}
</style>