Shades of Gold Tips #E9AD19
Tints of Gold Tips #E9AD19
RGB
CMYK
RGB Variations
Color information
#E9AD19 (or 0xE9AD19) is known color: Gold Tips. HEX triplet: E9, AD and 19. RGB value is (233,173,25). Sum of RGB (Red+Green+Blue) = 233+173+25=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AD19 is #1652E6. Grayscale: #AEAEAE. Windows color (decimal): -1463015 or 1682921. OLE color: 1682921.
HSL color Cylindrical-coordinate representation of color #E9AD19: hue angle of 42.69º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9AD19 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.09 |
| HSL | 42.69º | 0.83% | 0.51% | - |
| HSV(B) | 42.69º | 0.89% | 0.91% | - |
| XYZ | 48.72 | 47.28 | 7.48 | - |
| YUV | 174.07 | 43.88 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 25 | 0 | 0.26 | 0.89 | 0.09 | 42.69 | 0.83 | 0.51 |
| Hex | E9 | AD | 19 | 0 | 1A | 59 | 9 | 2B | 53 | 33 |
| Octal | 351 | 255 | 31 | 0 | 32 | 131 | 11 | 53 | 123 | 63 |
| Binary | 11101001 | 10101101 | 11001 | 0 | 11010 | 1011001 | 1001 | 101011 | 1010011 | 110011 |
Color Harmonies of #E9AD19
Complementary color
Monochromatic Colors of #E9AD19
Black with #E9AD19
Text Example
Text Example
White with #E9AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD19; }
p { color: rgb(233,173,25); }
H1.HeaderClassName
{
color: #E9AD19;
}
.AnyTagClassName
{
color: #E9AD19;
}
</style>
background-color css
<style>
a { background-color: #E9AD19; }
a { background-color: rgb(233,173,25); }
div.DivClassName
{
background-color: #E9AD19;
}
.BgClassName
{
background-color: #E9AD19;
}
</style>
border-color css
<style>
span { border-color: #E9AD19; }
span { border-color: rgb(233,173,25); }
td.TdClassName
{
border-color: #E9AD19;
}
.TagClassName
{
border-color: #E9AD19;
}
</style>