Shades of Gold Tips #E5AD26
Tints of Gold Tips #E5AD26
RGB
CMYK
RGB Variations
Color information
#E5AD26 (or 0xE5AD26) is known color: Gold Tips. HEX triplet: E5, AD and 26. RGB value is (229,173,38). Sum of RGB (Red+Green+Blue) = 229+173+38=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD26 is #1A52D9. Grayscale: #AEAEAE. Windows color (decimal): -1725146 or 2534885. OLE color: 2534885.
HSL color Cylindrical-coordinate representation of color #E5AD26: hue angle of 42.41º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5AD26 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 38 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.10 |
| HSL | 42.41º | 0.79% | 0.52% | - |
| HSV(B) | 42.41º | 0.83% | 0.9% | - |
| XYZ | 47.61 | 46.69 | 8.34 | - |
| YUV | 174.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 38 | 0 | 0.24 | 0.83 | 0.10 | 42.41 | 0.79 | 0.52 |
| Hex | E5 | AD | 26 | 0 | 18 | 53 | A | 2A | 4F | 34 |
| Octal | 345 | 255 | 46 | 0 | 30 | 123 | 12 | 52 | 117 | 64 |
| Binary | 11100101 | 10101101 | 100110 | 0 | 11000 | 1010011 | 1010 | 101010 | 1001111 | 110100 |
Color Harmonies of #E5AD26
Complementary color
Monochromatic Colors of #E5AD26
Black with #E5AD26
Text Example
Text Example
White with #E5AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD26; }
p { color: rgb(229,173,38); }
H1.HeaderClassName
{
color: #E5AD26;
}
.AnyTagClassName
{
color: #E5AD26;
}
</style>
background-color css
<style>
a { background-color: #E5AD26; }
a { background-color: rgb(229,173,38); }
div.DivClassName
{
background-color: #E5AD26;
}
.BgClassName
{
background-color: #E5AD26;
}
</style>
border-color css
<style>
span { border-color: #E5AD26; }
span { border-color: rgb(229,173,38); }
td.TdClassName
{
border-color: #E5AD26;
}
.TagClassName
{
border-color: #E5AD26;
}
</style>