Shades of Gold Tips #E9A528
Tints of Gold Tips #E9A528
RGB
CMYK
RGB Variations
Color information
#E9A528 (or 0xE9A528) is known color: Gold Tips. HEX triplet: E9, A5 and 28. RGB value is (233,165,40). Sum of RGB (Red+Green+Blue) = 233+165+40=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A528 is #165AD7. Grayscale: #ABABAB. Windows color (decimal): -1465048 or 2663913. OLE color: 2663913.
HSL color Cylindrical-coordinate representation of color #E9A528: hue angle of 38.86º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9A528 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 40 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.09 |
| HSL | 38.86º | 0.81% | 0.54% | - |
| HSV(B) | 38.86º | 0.83% | 0.91% | - |
| XYZ | 47.44 | 44.39 | 8.07 | - |
| YUV | 171.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 40 | 0 | 0.29 | 0.83 | 0.09 | 38.86 | 0.81 | 0.54 |
| Hex | E9 | A5 | 28 | 0 | 1D | 53 | 9 | 27 | 51 | 36 |
| Octal | 351 | 245 | 50 | 0 | 35 | 123 | 11 | 47 | 121 | 66 |
| Binary | 11101001 | 10100101 | 101000 | 0 | 11101 | 1010011 | 1001 | 100111 | 1010001 | 110110 |
Color Harmonies of #E9A528
Complementary color
Monochromatic Colors of #E9A528
Black with #E9A528
Text Example
Text Example
White with #E9A528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A528; }
p { color: rgb(233,165,40); }
H1.HeaderClassName
{
color: #E9A528;
}
.AnyTagClassName
{
color: #E9A528;
}
</style>
background-color css
<style>
a { background-color: #E9A528; }
a { background-color: rgb(233,165,40); }
div.DivClassName
{
background-color: #E9A528;
}
.BgClassName
{
background-color: #E9A528;
}
</style>
border-color css
<style>
span { border-color: #E9A528; }
span { border-color: rgb(233,165,40); }
td.TdClassName
{
border-color: #E9A528;
}
.TagClassName
{
border-color: #E9A528;
}
</style>