Shades of Gold Tips #E9A325
Tints of Gold Tips #E9A325
RGB
CMYK
RGB Variations
Color information
#E9A325 (or 0xE9A325) is known color: Gold Tips. HEX triplet: E9, A3 and 25. RGB value is (233,163,37). Sum of RGB (Red+Green+Blue) = 233+163+37=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A325 is #165CDA. Grayscale: #AAAAAA. Windows color (decimal): -1465563 or 2466793. OLE color: 2466793.
HSL color Cylindrical-coordinate representation of color #E9A325: hue angle of 38.57º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9A325 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 37 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.09 |
| HSL | 38.57º | 0.82% | 0.53% | - |
| HSV(B) | 38.57º | 0.84% | 0.91% | - |
| XYZ | 47.04 | 43.65 | 7.7 | - |
| YUV | 169.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 37 | 0 | 0.30 | 0.84 | 0.09 | 38.57 | 0.82 | 0.53 |
| Hex | E9 | A3 | 25 | 0 | 1E | 54 | 9 | 27 | 52 | 35 |
| Octal | 351 | 243 | 45 | 0 | 36 | 124 | 11 | 47 | 122 | 65 |
| Binary | 11101001 | 10100011 | 100101 | 0 | 11110 | 1010100 | 1001 | 100111 | 1010010 | 110101 |
Color Harmonies of #E9A325
Complementary color
Monochromatic Colors of #E9A325
Black with #E9A325
Text Example
Text Example
White with #E9A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A325; }
p { color: rgb(233,163,37); }
H1.HeaderClassName
{
color: #E9A325;
}
.AnyTagClassName
{
color: #E9A325;
}
</style>
background-color css
<style>
a { background-color: #E9A325; }
a { background-color: rgb(233,163,37); }
div.DivClassName
{
background-color: #E9A325;
}
.BgClassName
{
background-color: #E9A325;
}
</style>
border-color css
<style>
span { border-color: #E9A325; }
span { border-color: rgb(233,163,37); }
td.TdClassName
{
border-color: #E9A325;
}
.TagClassName
{
border-color: #E9A325;
}
</style>