Shades of Gold Tips #E9AF14
Tints of Gold Tips #E9AF14
RGB
CMYK
RGB Variations
Color information
#E9AF14 (or 0xE9AF14) is known color: Gold Tips. HEX triplet: E9, AF and 14. RGB value is (233,175,20). Sum of RGB (Red+Green+Blue) = 233+175+20=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AF14 is #1650EB. Grayscale: #AFAFAF. Windows color (decimal): -1462508 or 1355753. OLE color: 1355753.
HSL color Cylindrical-coordinate representation of color #E9AF14: hue angle of 43.66º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9AF14 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 20 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.09 |
| HSL | 43.66º | 0.84% | 0.5% | - |
| HSV(B) | 43.66º | 0.91% | 0.91% | - |
| XYZ | 49.06 | 48.03 | 7.35 | - |
| YUV | 174.67 | 40.72 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 20 | 0 | 0.25 | 0.91 | 0.09 | 43.66 | 0.84 | 0.5 |
| Hex | E9 | AF | 14 | 0 | 19 | 5B | 9 | 2C | 54 | 32 |
| Octal | 351 | 257 | 24 | 0 | 31 | 133 | 11 | 54 | 124 | 62 |
| Binary | 11101001 | 10101111 | 10100 | 0 | 11001 | 1011011 | 1001 | 101100 | 1010100 | 110010 |
Color Harmonies of #E9AF14
Complementary color
Monochromatic Colors of #E9AF14
Black with #E9AF14
Text Example
Text Example
White with #E9AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF14; }
p { color: rgb(233,175,20); }
H1.HeaderClassName
{
color: #E9AF14;
}
.AnyTagClassName
{
color: #E9AF14;
}
</style>
background-color css
<style>
a { background-color: #E9AF14; }
a { background-color: rgb(233,175,20); }
div.DivClassName
{
background-color: #E9AF14;
}
.BgClassName
{
background-color: #E9AF14;
}
</style>
border-color css
<style>
span { border-color: #E9AF14; }
span { border-color: rgb(233,175,20); }
td.TdClassName
{
border-color: #E9AF14;
}
.TagClassName
{
border-color: #E9AF14;
}
</style>