Shades of Gold Tips #E9AB1D
Tints of Gold Tips #E9AB1D
RGB
CMYK
RGB Variations
Color information
#E9AB1D (or 0xE9AB1D) is known color: Gold Tips. HEX triplet: E9, AB and 1D. RGB value is (233,171,29). Sum of RGB (Red+Green+Blue) = 233+171+29=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AB1D is #1654E2. Grayscale: #ADADAD. Windows color (decimal): -1463523 or 1944553. OLE color: 1944553.
HSL color Cylindrical-coordinate representation of color #E9AB1D: hue angle of 41.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9AB1D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.09 |
| HSL | 41.76º | 0.82% | 0.51% | - |
| HSV(B) | 41.76º | 0.88% | 0.91% | - |
| XYZ | 48.39 | 46.54 | 7.59 | - |
| YUV | 173.35 | 46.54 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 29 | 0 | 0.27 | 0.88 | 0.09 | 41.76 | 0.82 | 0.51 |
| Hex | E9 | AB | 1D | 0 | 1B | 58 | 9 | 2A | 52 | 33 |
| Octal | 351 | 253 | 35 | 0 | 33 | 130 | 11 | 52 | 122 | 63 |
| Binary | 11101001 | 10101011 | 11101 | 0 | 11011 | 1011000 | 1001 | 101010 | 1010010 | 110011 |
Color Harmonies of #E9AB1D
Complementary color
Monochromatic Colors of #E9AB1D
Black with #E9AB1D
Text Example
Text Example
White with #E9AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB1D; }
p { color: rgb(233,171,29); }
H1.HeaderClassName
{
color: #E9AB1D;
}
.AnyTagClassName
{
color: #E9AB1D;
}
</style>
background-color css
<style>
a { background-color: #E9AB1D; }
a { background-color: rgb(233,171,29); }
div.DivClassName
{
background-color: #E9AB1D;
}
.BgClassName
{
background-color: #E9AB1D;
}
</style>
border-color css
<style>
span { border-color: #E9AB1D; }
span { border-color: rgb(233,171,29); }
td.TdClassName
{
border-color: #E9AB1D;
}
.TagClassName
{
border-color: #E9AB1D;
}
</style>