Shades of Gold Tips #E5AD24
Tints of Gold Tips #E5AD24
RGB
CMYK
RGB Variations
Color information
#E5AD24 (or 0xE5AD24) is known color: Gold Tips. HEX triplet: E5, AD and 24. RGB value is (229,173,36). Sum of RGB (Red+Green+Blue) = 229+173+36=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD24 is #1A52DB. Grayscale: #AEAEAE. Windows color (decimal): -1725148 or 2403813. OLE color: 2403813.
HSL color Cylindrical-coordinate representation of color #E5AD24: hue angle of 42.59º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5AD24 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 36 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.10 |
| HSL | 42.59º | 0.79% | 0.52% | - |
| HSV(B) | 42.59º | 0.84% | 0.9% | - |
| XYZ | 47.58 | 46.67 | 8.17 | - |
| YUV | 174.13 | 50.05 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 36 | 0 | 0.24 | 0.84 | 0.10 | 42.59 | 0.79 | 0.52 |
| Hex | E5 | AD | 24 | 0 | 18 | 54 | A | 2B | 4F | 34 |
| Octal | 345 | 255 | 44 | 0 | 30 | 124 | 12 | 53 | 117 | 64 |
| Binary | 11100101 | 10101101 | 100100 | 0 | 11000 | 1010100 | 1010 | 101011 | 1001111 | 110100 |
Color Harmonies of #E5AD24
Complementary color
Monochromatic Colors of #E5AD24
Black with #E5AD24
Text Example
Text Example
White with #E5AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD24; }
p { color: rgb(229,173,36); }
H1.HeaderClassName
{
color: #E5AD24;
}
.AnyTagClassName
{
color: #E5AD24;
}
</style>
background-color css
<style>
a { background-color: #E5AD24; }
a { background-color: rgb(229,173,36); }
div.DivClassName
{
background-color: #E5AD24;
}
.BgClassName
{
background-color: #E5AD24;
}
</style>
border-color css
<style>
span { border-color: #E5AD24; }
span { border-color: rgb(229,173,36); }
td.TdClassName
{
border-color: #E5AD24;
}
.TagClassName
{
border-color: #E5AD24;
}
</style>