Shades of Gold Tips #E9A529
Tints of Gold Tips #E9A529
RGB
CMYK
RGB Variations
Color information
#E9A529 (or 0xE9A529) is known color: Gold Tips. HEX triplet: E9, A5 and 29. RGB value is (233,165,41). Sum of RGB (Red+Green+Blue) = 233+165+41=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A529 is #165AD6. Grayscale: #ABABAB. Windows color (decimal): -1465047 or 2729449. OLE color: 2729449.
HSL color Cylindrical-coordinate representation of color #E9A529: hue angle of 38.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9A529 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 41 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.09 |
| HSL | 38.75º | 0.81% | 0.54% | - |
| HSV(B) | 38.75º | 0.82% | 0.91% | - |
| XYZ | 47.46 | 44.39 | 8.17 | - |
| YUV | 171.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 41 | 0 | 0.29 | 0.82 | 0.09 | 38.75 | 0.81 | 0.54 |
| Hex | E9 | A5 | 29 | 0 | 1D | 52 | 9 | 27 | 51 | 36 |
| Octal | 351 | 245 | 51 | 0 | 35 | 122 | 11 | 47 | 121 | 66 |
| Binary | 11101001 | 10100101 | 101001 | 0 | 11101 | 1010010 | 1001 | 100111 | 1010001 | 110110 |
Color Harmonies of #E9A529
Complementary color
Monochromatic Colors of #E9A529
Black with #E9A529
Text Example
Text Example
White with #E9A529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A529; }
p { color: rgb(233,165,41); }
H1.HeaderClassName
{
color: #E9A529;
}
.AnyTagClassName
{
color: #E9A529;
}
</style>
background-color css
<style>
a { background-color: #E9A529; }
a { background-color: rgb(233,165,41); }
div.DivClassName
{
background-color: #E9A529;
}
.BgClassName
{
background-color: #E9A529;
}
</style>
border-color css
<style>
span { border-color: #E9A529; }
span { border-color: rgb(233,165,41); }
td.TdClassName
{
border-color: #E9A529;
}
.TagClassName
{
border-color: #E9A529;
}
</style>