Shades of Gold Tips #E5AD1A
Tints of Gold Tips #E5AD1A
RGB
CMYK
RGB Variations
Color information
#E5AD1A (or 0xE5AD1A) is known color: Gold Tips. HEX triplet: E5, AD and 1A. RGB value is (229,173,26). Sum of RGB (Red+Green+Blue) = 229+173+26=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD1A is #1A52E5. Grayscale: #ADADAD. Windows color (decimal): -1725158 or 1748453. OLE color: 1748453.
HSL color Cylindrical-coordinate representation of color #E5AD1A: hue angle of 43.45º 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 #E5AD1A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 26 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.10 |
| HSL | 43.45º | 0.8% | 0.5% | - |
| HSV(B) | 43.45º | 0.89% | 0.9% | - |
| XYZ | 47.44 | 46.62 | 7.48 | - |
| YUV | 172.99 | 45.05 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 26 | 0 | 0.24 | 0.89 | 0.10 | 43.45 | 0.8 | 0.5 |
| Hex | E5 | AD | 1A | 0 | 18 | 59 | A | 2B | 50 | 32 |
| Octal | 345 | 255 | 32 | 0 | 30 | 131 | 12 | 53 | 120 | 62 |
| Binary | 11100101 | 10101101 | 11010 | 0 | 11000 | 1011001 | 1010 | 101011 | 1010000 | 110010 |
Color Harmonies of #E5AD1A
Complementary color
Monochromatic Colors of #E5AD1A
Black with #E5AD1A
Text Example
Text Example
White with #E5AD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD1A; }
p { color: rgb(229,173,26); }
H1.HeaderClassName
{
color: #E5AD1A;
}
.AnyTagClassName
{
color: #E5AD1A;
}
</style>
background-color css
<style>
a { background-color: #E5AD1A; }
a { background-color: rgb(229,173,26); }
div.DivClassName
{
background-color: #E5AD1A;
}
.BgClassName
{
background-color: #E5AD1A;
}
</style>
border-color css
<style>
span { border-color: #E5AD1A; }
span { border-color: rgb(229,173,26); }
td.TdClassName
{
border-color: #E5AD1A;
}
.TagClassName
{
border-color: #E5AD1A;
}
</style>