Shades of Gold Tips #E9A91B
Tints of Gold Tips #E9A91B
RGB
CMYK
RGB Variations
Color information
#E9A91B (or 0xE9A91B) is known color: Gold Tips. HEX triplet: E9, A9 and 1B. RGB value is (233,169,27). Sum of RGB (Red+Green+Blue) = 233+169+27=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A91B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A91B is #1656E4. Grayscale: #ACACAC. Windows color (decimal): -1464037 or 1812969. OLE color: 1812969.
HSL color Cylindrical-coordinate representation of color #E9A91B: hue angle of 41.36º 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 #E9A91B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.09 |
| HSL | 41.36º | 0.82% | 0.51% | - |
| HSV(B) | 41.36º | 0.88% | 0.91% | - |
| XYZ | 47.99 | 45.78 | 7.34 | - |
| YUV | 171.95 | 46.2 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 27 | 0 | 0.27 | 0.88 | 0.09 | 41.36 | 0.82 | 0.51 |
| Hex | E9 | A9 | 1B | 0 | 1B | 58 | 9 | 29 | 52 | 33 |
| Octal | 351 | 251 | 33 | 0 | 33 | 130 | 11 | 51 | 122 | 63 |
| Binary | 11101001 | 10101001 | 11011 | 0 | 11011 | 1011000 | 1001 | 101001 | 1010010 | 110011 |
Color Harmonies of #E9A91B
Complementary color
Monochromatic Colors of #E9A91B
Black with #E9A91B
Text Example
Text Example
White with #E9A91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A91B; }
p { color: rgb(233,169,27); }
H1.HeaderClassName
{
color: #E9A91B;
}
.AnyTagClassName
{
color: #E9A91B;
}
</style>
background-color css
<style>
a { background-color: #E9A91B; }
a { background-color: rgb(233,169,27); }
div.DivClassName
{
background-color: #E9A91B;
}
.BgClassName
{
background-color: #E9A91B;
}
</style>
border-color css
<style>
span { border-color: #E9A91B; }
span { border-color: rgb(233,169,27); }
td.TdClassName
{
border-color: #E9A91B;
}
.TagClassName
{
border-color: #E9A91B;
}
</style>