Shades of Gold Tips #E9AB25
Tints of Gold Tips #E9AB25
RGB
CMYK
RGB Variations
Color information
#E9AB25 (or 0xE9AB25) is known color: Gold Tips. HEX triplet: E9, AB and 25. RGB value is (233,171,37). Sum of RGB (Red+Green+Blue) = 233+171+37=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AB25 is #1654DA. Grayscale: #AEAEAE. Windows color (decimal): -1463515 or 2468841. OLE color: 2468841.
HSL color Cylindrical-coordinate representation of color #E9AB25: hue angle of 41.02º 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 #E9AB25 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 37 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.09 |
| HSL | 41.02º | 0.82% | 0.53% | - |
| HSV(B) | 41.02º | 0.84% | 0.91% | - |
| XYZ | 48.5 | 46.58 | 8.19 | - |
| YUV | 174.26 | 50.54 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 37 | 0 | 0.27 | 0.84 | 0.09 | 41.02 | 0.82 | 0.53 |
| Hex | E9 | AB | 25 | 0 | 1B | 54 | 9 | 29 | 52 | 35 |
| Octal | 351 | 253 | 45 | 0 | 33 | 124 | 11 | 51 | 122 | 65 |
| Binary | 11101001 | 10101011 | 100101 | 0 | 11011 | 1010100 | 1001 | 101001 | 1010010 | 110101 |
Color Harmonies of #E9AB25
Complementary color
Monochromatic Colors of #E9AB25
Black with #E9AB25
Text Example
Text Example
White with #E9AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB25; }
p { color: rgb(233,171,37); }
H1.HeaderClassName
{
color: #E9AB25;
}
.AnyTagClassName
{
color: #E9AB25;
}
</style>
background-color css
<style>
a { background-color: #E9AB25; }
a { background-color: rgb(233,171,37); }
div.DivClassName
{
background-color: #E9AB25;
}
.BgClassName
{
background-color: #E9AB25;
}
</style>
border-color css
<style>
span { border-color: #E9AB25; }
span { border-color: rgb(233,171,37); }
td.TdClassName
{
border-color: #E9AB25;
}
.TagClassName
{
border-color: #E9AB25;
}
</style>