Shades of Gold Tips #E8A92D
Tints of Gold Tips #E8A92D
RGB
CMYK
RGB Variations
Color information
#E8A92D (or 0xE8A92D) is known color: Gold Tips. HEX triplet: E8, A9 and 2D. RGB value is (232,169,45). Sum of RGB (Red+Green+Blue) = 232+169+45=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A92D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A92D is #1756D2. Grayscale: #AEAEAE. Windows color (decimal): -1529555 or 2992616. OLE color: 2992616.
HSL color Cylindrical-coordinate representation of color #E8A92D: hue angle of 39.79º degrees, saturation: 0.8, 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 #E8A92D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 45 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.09 |
| HSL | 39.79º | 0.8% | 0.54% | - |
| HSV(B) | 39.79º | 0.81% | 0.91% | - |
| XYZ | 47.94 | 45.72 | 8.78 | - |
| YUV | 173.7 | 55.37 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 45 | 0 | 0.27 | 0.81 | 0.09 | 39.79 | 0.8 | 0.54 |
| Hex | E8 | A9 | 2D | 0 | 1B | 51 | 9 | 28 | 50 | 36 |
| Octal | 350 | 251 | 55 | 0 | 33 | 121 | 11 | 50 | 120 | 66 |
| Binary | 11101000 | 10101001 | 101101 | 0 | 11011 | 1010001 | 1001 | 101000 | 1010000 | 110110 |
Color Harmonies of #E8A92D
Complementary color
Monochromatic Colors of #E8A92D
Black with #E8A92D
Text Example
Text Example
White with #E8A92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A92D; }
p { color: rgb(232,169,45); }
H1.HeaderClassName
{
color: #E8A92D;
}
.AnyTagClassName
{
color: #E8A92D;
}
</style>
background-color css
<style>
a { background-color: #E8A92D; }
a { background-color: rgb(232,169,45); }
div.DivClassName
{
background-color: #E8A92D;
}
.BgClassName
{
background-color: #E8A92D;
}
</style>
border-color css
<style>
span { border-color: #E8A92D; }
span { border-color: rgb(232,169,45); }
td.TdClassName
{
border-color: #E8A92D;
}
.TagClassName
{
border-color: #E8A92D;
}
</style>