Shades of Gold Tips #E9A523
Tints of Gold Tips #E9A523
RGB
CMYK
RGB Variations
Color information
#E9A523 (or 0xE9A523) is known color: Gold Tips. HEX triplet: E9, A5 and 23. RGB value is (233,165,35). Sum of RGB (Red+Green+Blue) = 233+165+35=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A523 is #165ADC. Grayscale: #ABABAB. Windows color (decimal): -1465053 or 2336233. OLE color: 2336233.
HSL color Cylindrical-coordinate representation of color #E9A523: hue angle of 39.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9A523 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 35 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.09 |
| HSL | 39.39º | 0.82% | 0.53% | - |
| HSV(B) | 39.39º | 0.85% | 0.91% | - |
| XYZ | 47.36 | 44.36 | 7.66 | - |
| YUV | 170.51 | 51.53 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 35 | 0 | 0.29 | 0.85 | 0.09 | 39.39 | 0.82 | 0.53 |
| Hex | E9 | A5 | 23 | 0 | 1D | 55 | 9 | 27 | 52 | 35 |
| Octal | 351 | 245 | 43 | 0 | 35 | 125 | 11 | 47 | 122 | 65 |
| Binary | 11101001 | 10100101 | 100011 | 0 | 11101 | 1010101 | 1001 | 100111 | 1010010 | 110101 |
Color Harmonies of #E9A523
Complementary color
Monochromatic Colors of #E9A523
Black with #E9A523
Text Example
Text Example
White with #E9A523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A523; }
p { color: rgb(233,165,35); }
H1.HeaderClassName
{
color: #E9A523;
}
.AnyTagClassName
{
color: #E9A523;
}
</style>
background-color css
<style>
a { background-color: #E9A523; }
a { background-color: rgb(233,165,35); }
div.DivClassName
{
background-color: #E9A523;
}
.BgClassName
{
background-color: #E9A523;
}
</style>
border-color css
<style>
span { border-color: #E9A523; }
span { border-color: rgb(233,165,35); }
td.TdClassName
{
border-color: #E9A523;
}
.TagClassName
{
border-color: #E9A523;
}
</style>