Shades of Gold Tips #E9AF1C
Tints of Gold Tips #E9AF1C
RGB
CMYK
RGB Variations
Color information
#E9AF1C (or 0xE9AF1C) is known color: Gold Tips. HEX triplet: E9, AF and 1C. RGB value is (233,175,28). Sum of RGB (Red+Green+Blue) = 233+175+28=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF1C is #1650E3. Grayscale: #B0B0B0. Windows color (decimal): -1462500 or 1880041. OLE color: 1880041.
HSL color Cylindrical-coordinate representation of color #E9AF1C: hue angle of 43.02º 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 #E9AF1C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 28 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.09 |
| HSL | 43.02º | 0.82% | 0.51% | - |
| HSV(B) | 43.02º | 0.88% | 0.91% | - |
| XYZ | 49.14 | 48.07 | 7.79 | - |
| YUV | 175.58 | 44.72 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 28 | 0 | 0.25 | 0.88 | 0.09 | 43.02 | 0.82 | 0.51 |
| Hex | E9 | AF | 1C | 0 | 19 | 58 | 9 | 2B | 52 | 33 |
| Octal | 351 | 257 | 34 | 0 | 31 | 130 | 11 | 53 | 122 | 63 |
| Binary | 11101001 | 10101111 | 11100 | 0 | 11001 | 1011000 | 1001 | 101011 | 1010010 | 110011 |
Color Harmonies of #E9AF1C
Complementary color
Monochromatic Colors of #E9AF1C
Black with #E9AF1C
Text Example
Text Example
White with #E9AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF1C; }
p { color: rgb(233,175,28); }
H1.HeaderClassName
{
color: #E9AF1C;
}
.AnyTagClassName
{
color: #E9AF1C;
}
</style>
background-color css
<style>
a { background-color: #E9AF1C; }
a { background-color: rgb(233,175,28); }
div.DivClassName
{
background-color: #E9AF1C;
}
.BgClassName
{
background-color: #E9AF1C;
}
</style>
border-color css
<style>
span { border-color: #E9AF1C; }
span { border-color: rgb(233,175,28); }
td.TdClassName
{
border-color: #E9AF1C;
}
.TagClassName
{
border-color: #E9AF1C;
}
</style>