Shades of Gold Tips #E9AF29
Tints of Gold Tips #E9AF29
RGB
CMYK
RGB Variations
Color information
#E9AF29 (or 0xE9AF29) is known color: Gold Tips. HEX triplet: E9, AF and 29. RGB value is (233,175,41). Sum of RGB (Red+Green+Blue) = 233+175+41=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF29 is #1650D6. Grayscale: #B1B1B1. Windows color (decimal): -1462487 or 2732009. OLE color: 2732009.
HSL color Cylindrical-coordinate representation of color #E9AF29: hue angle of 41.88º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9AF29 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 41 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.09 |
| HSL | 41.88º | 0.81% | 0.54% | - |
| HSV(B) | 41.88º | 0.82% | 0.91% | - |
| XYZ | 49.33 | 48.14 | 8.79 | - |
| YUV | 177.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 41 | 0 | 0.25 | 0.82 | 0.09 | 41.88 | 0.81 | 0.54 |
| Hex | E9 | AF | 29 | 0 | 19 | 52 | 9 | 2A | 51 | 36 |
| Octal | 351 | 257 | 51 | 0 | 31 | 122 | 11 | 52 | 121 | 66 |
| Binary | 11101001 | 10101111 | 101001 | 0 | 11001 | 1010010 | 1001 | 101010 | 1010001 | 110110 |
Color Harmonies of #E9AF29
Complementary color
Monochromatic Colors of #E9AF29
Black with #E9AF29
Text Example
Text Example
White with #E9AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF29; }
p { color: rgb(233,175,41); }
H1.HeaderClassName
{
color: #E9AF29;
}
.AnyTagClassName
{
color: #E9AF29;
}
</style>
background-color css
<style>
a { background-color: #E9AF29; }
a { background-color: rgb(233,175,41); }
div.DivClassName
{
background-color: #E9AF29;
}
.BgClassName
{
background-color: #E9AF29;
}
</style>
border-color css
<style>
span { border-color: #E9AF29; }
span { border-color: rgb(233,175,41); }
td.TdClassName
{
border-color: #E9AF29;
}
.TagClassName
{
border-color: #E9AF29;
}
</style>