Shades of Gold Tips #E9A92C
Tints of Gold Tips #E9A92C
RGB
CMYK
RGB Variations
Color information
#E9A92C (or 0xE9A92C) is known color: Gold Tips. HEX triplet: E9, A9 and 2C. RGB value is (233,169,44). Sum of RGB (Red+Green+Blue) = 233+169+44=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A92C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A92C is #1656D3. Grayscale: #AEAEAE. Windows color (decimal): -1464020 or 2927081. OLE color: 2927081.
HSL color Cylindrical-coordinate representation of color #E9A92C: hue angle of 39.68º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9A92C is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 44 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.09 |
| HSL | 39.68º | 0.81% | 0.54% | - |
| HSV(B) | 39.68º | 0.81% | 0.91% | - |
| XYZ | 48.25 | 45.88 | 8.7 | - |
| YUV | 173.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 44 | 0 | 0.27 | 0.81 | 0.09 | 39.68 | 0.81 | 0.54 |
| Hex | E9 | A9 | 2C | 0 | 1B | 51 | 9 | 28 | 51 | 36 |
| Octal | 351 | 251 | 54 | 0 | 33 | 121 | 11 | 50 | 121 | 66 |
| Binary | 11101001 | 10101001 | 101100 | 0 | 11011 | 1010001 | 1001 | 101000 | 1010001 | 110110 |
Color Harmonies of #E9A92C
Complementary color
Monochromatic Colors of #E9A92C
Black with #E9A92C
Text Example
Text Example
White with #E9A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A92C; }
p { color: rgb(233,169,44); }
H1.HeaderClassName
{
color: #E9A92C;
}
.AnyTagClassName
{
color: #E9A92C;
}
</style>
background-color css
<style>
a { background-color: #E9A92C; }
a { background-color: rgb(233,169,44); }
div.DivClassName
{
background-color: #E9A92C;
}
.BgClassName
{
background-color: #E9A92C;
}
</style>
border-color css
<style>
span { border-color: #E9A92C; }
span { border-color: rgb(233,169,44); }
td.TdClassName
{
border-color: #E9A92C;
}
.TagClassName
{
border-color: #E9A92C;
}
</style>