Shades of Gold Tips #E9A827
Tints of Gold Tips #E9A827
RGB
CMYK
RGB Variations
Color information
#E9A827 (or 0xE9A827) is known color: Gold Tips. HEX triplet: E9, A8 and 27. RGB value is (233,168,39). Sum of RGB (Red+Green+Blue) = 233+168+39=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A827 is #1657D8. Grayscale: #ADADAD. Windows color (decimal): -1464281 or 2599145. OLE color: 2599145.
HSL color Cylindrical-coordinate representation of color #E9A827: hue angle of 39.9º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9A827 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 39 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.09 |
| HSL | 39.9º | 0.82% | 0.53% | - |
| HSV(B) | 39.9º | 0.83% | 0.91% | - |
| XYZ | 47.97 | 45.48 | 8.17 | - |
| YUV | 172.73 | 52.53 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 39 | 0 | 0.28 | 0.83 | 0.09 | 39.9 | 0.82 | 0.53 |
| Hex | E9 | A8 | 27 | 0 | 1C | 53 | 9 | 28 | 52 | 35 |
| Octal | 351 | 250 | 47 | 0 | 34 | 123 | 11 | 50 | 122 | 65 |
| Binary | 11101001 | 10101000 | 100111 | 0 | 11100 | 1010011 | 1001 | 101000 | 1010010 | 110101 |
Color Harmonies of #E9A827
Complementary color
Monochromatic Colors of #E9A827
Black with #E9A827
Text Example
Text Example
White with #E9A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A827; }
p { color: rgb(233,168,39); }
H1.HeaderClassName
{
color: #E9A827;
}
.AnyTagClassName
{
color: #E9A827;
}
</style>
background-color css
<style>
a { background-color: #E9A827; }
a { background-color: rgb(233,168,39); }
div.DivClassName
{
background-color: #E9A827;
}
.BgClassName
{
background-color: #E9A827;
}
</style>
border-color css
<style>
span { border-color: #E9A827; }
span { border-color: rgb(233,168,39); }
td.TdClassName
{
border-color: #E9A827;
}
.TagClassName
{
border-color: #E9A827;
}
</style>