Shades of Gold Tips #E9A92D
Tints of Gold Tips #E9A92D
RGB
CMYK
RGB Variations
Color information
#E9A92D (or 0xE9A92D) is known color: Gold Tips. HEX triplet: E9, A9 and 2D. RGB value is (233,169,45). Sum of RGB (Red+Green+Blue) = 233+169+45=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A92D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A92D is #1656D2. Grayscale: #AEAEAE. Windows color (decimal): -1464019 or 2992617. OLE color: 2992617.
HSL color Cylindrical-coordinate representation of color #E9A92D: hue angle of 39.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9A92D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 45 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.09 |
| HSL | 39.57º | 0.81% | 0.55% | - |
| HSV(B) | 39.57º | 0.81% | 0.91% | - |
| XYZ | 48.27 | 45.89 | 8.8 | - |
| YUV | 174 | 55.2 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 45 | 0 | 0.27 | 0.81 | 0.09 | 39.57 | 0.81 | 0.55 |
| Hex | E9 | A9 | 2D | 0 | 1B | 51 | 9 | 28 | 51 | 37 |
| Octal | 351 | 251 | 55 | 0 | 33 | 121 | 11 | 50 | 121 | 67 |
| Binary | 11101001 | 10101001 | 101101 | 0 | 11011 | 1010001 | 1001 | 101000 | 1010001 | 110111 |
Color Harmonies of #E9A92D
Complementary color
Monochromatic Colors of #E9A92D
Black with #E9A92D
Text Example
Text Example
White with #E9A92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A92D; }
p { color: rgb(233,169,45); }
H1.HeaderClassName
{
color: #E9A92D;
}
.AnyTagClassName
{
color: #E9A92D;
}
</style>
background-color css
<style>
a { background-color: #E9A92D; }
a { background-color: rgb(233,169,45); }
div.DivClassName
{
background-color: #E9A92D;
}
.BgClassName
{
background-color: #E9A92D;
}
</style>
border-color css
<style>
span { border-color: #E9A92D; }
span { border-color: rgb(233,169,45); }
td.TdClassName
{
border-color: #E9A92D;
}
.TagClassName
{
border-color: #E9A92D;
}
</style>