Shades of Gold Tips #E9AB1B
Tints of Gold Tips #E9AB1B
RGB
CMYK
RGB Variations
Color information
#E9AB1B (or 0xE9AB1B) is known color: Gold Tips. HEX triplet: E9, AB and 1B. RGB value is (233,171,27). Sum of RGB (Red+Green+Blue) = 233+171+27=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AB1B is #1654E4. Grayscale: #ADADAD. Windows color (decimal): -1463525 or 1813481. OLE color: 1813481.
HSL color Cylindrical-coordinate representation of color #E9AB1B: hue angle of 41.94º 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 #E9AB1B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.09 |
| HSL | 41.94º | 0.82% | 0.51% | - |
| HSV(B) | 41.94º | 0.88% | 0.91% | - |
| XYZ | 48.37 | 46.53 | 7.47 | - |
| YUV | 173.12 | 45.54 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 27 | 0 | 0.27 | 0.88 | 0.09 | 41.94 | 0.82 | 0.51 |
| Hex | E9 | AB | 1B | 0 | 1B | 58 | 9 | 2A | 52 | 33 |
| Octal | 351 | 253 | 33 | 0 | 33 | 130 | 11 | 52 | 122 | 63 |
| Binary | 11101001 | 10101011 | 11011 | 0 | 11011 | 1011000 | 1001 | 101010 | 1010010 | 110011 |
Color Harmonies of #E9AB1B
Complementary color
Monochromatic Colors of #E9AB1B
Black with #E9AB1B
Text Example
Text Example
White with #E9AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB1B; }
p { color: rgb(233,171,27); }
H1.HeaderClassName
{
color: #E9AB1B;
}
.AnyTagClassName
{
color: #E9AB1B;
}
</style>
background-color css
<style>
a { background-color: #E9AB1B; }
a { background-color: rgb(233,171,27); }
div.DivClassName
{
background-color: #E9AB1B;
}
.BgClassName
{
background-color: #E9AB1B;
}
</style>
border-color css
<style>
span { border-color: #E9AB1B; }
span { border-color: rgb(233,171,27); }
td.TdClassName
{
border-color: #E9AB1B;
}
.TagClassName
{
border-color: #E9AB1B;
}
</style>