Shades of Gold Tips #E9AC1C
Tints of Gold Tips #E9AC1C
RGB
CMYK
RGB Variations
Color information
#E9AC1C (or 0xE9AC1C) is known color: Gold Tips. HEX triplet: E9, AC and 1C. RGB value is (233,172,28). Sum of RGB (Red+Green+Blue) = 233+172+28=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AC1C is #1653E3. Grayscale: #AEAEAE. Windows color (decimal): -1463268 or 1879273. OLE color: 1879273.
HSL color Cylindrical-coordinate representation of color #E9AC1C: hue angle of 42.15º 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 #E9AC1C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 28 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.09 |
| HSL | 42.15º | 0.82% | 0.51% | - |
| HSV(B) | 42.15º | 0.88% | 0.91% | - |
| XYZ | 48.57 | 46.91 | 7.59 | - |
| YUV | 173.82 | 45.71 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 28 | 0 | 0.26 | 0.88 | 0.09 | 42.15 | 0.82 | 0.51 |
| Hex | E9 | AC | 1C | 0 | 1A | 58 | 9 | 2A | 52 | 33 |
| Octal | 351 | 254 | 34 | 0 | 32 | 130 | 11 | 52 | 122 | 63 |
| Binary | 11101001 | 10101100 | 11100 | 0 | 11010 | 1011000 | 1001 | 101010 | 1010010 | 110011 |
Color Harmonies of #E9AC1C
Complementary color
Monochromatic Colors of #E9AC1C
Black with #E9AC1C
Text Example
Text Example
White with #E9AC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC1C; }
p { color: rgb(233,172,28); }
H1.HeaderClassName
{
color: #E9AC1C;
}
.AnyTagClassName
{
color: #E9AC1C;
}
</style>
background-color css
<style>
a { background-color: #E9AC1C; }
a { background-color: rgb(233,172,28); }
div.DivClassName
{
background-color: #E9AC1C;
}
.BgClassName
{
background-color: #E9AC1C;
}
</style>
border-color css
<style>
span { border-color: #E9AC1C; }
span { border-color: rgb(233,172,28); }
td.TdClassName
{
border-color: #E9AC1C;
}
.TagClassName
{
border-color: #E9AC1C;
}
</style>