Shades of Gold Tips #E6A927
Tints of Gold Tips #E6A927
RGB
CMYK
RGB Variations
Color information
#E6A927 (or 0xE6A927) is known color: Gold Tips. HEX triplet: E6, A9 and 27. RGB value is (230,169,39). Sum of RGB (Red+Green+Blue) = 230+169+39=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A927 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A927 is #1956D8. Grayscale: #ACACAC. Windows color (decimal): -1660633 or 2599398. OLE color: 2599398.
HSL color Cylindrical-coordinate representation of color #E6A927: hue angle of 40.84º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6A927 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 39 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.10 |
| HSL | 40.84º | 0.79% | 0.53% | - |
| HSV(B) | 40.84º | 0.83% | 0.9% | - |
| XYZ | 47.19 | 45.35 | 8.18 | - |
| YUV | 172.42 | 52.71 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 39 | 0 | 0.27 | 0.83 | 0.10 | 40.84 | 0.79 | 0.53 |
| Hex | E6 | A9 | 27 | 0 | 1B | 53 | A | 29 | 4F | 35 |
| Octal | 346 | 251 | 47 | 0 | 33 | 123 | 12 | 51 | 117 | 65 |
| Binary | 11100110 | 10101001 | 100111 | 0 | 11011 | 1010011 | 1010 | 101001 | 1001111 | 110101 |
Color Harmonies of #E6A927
Complementary color
Monochromatic Colors of #E6A927
Black with #E6A927
Text Example
Text Example
White with #E6A927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A927; }
p { color: rgb(230,169,39); }
H1.HeaderClassName
{
color: #E6A927;
}
.AnyTagClassName
{
color: #E6A927;
}
</style>
background-color css
<style>
a { background-color: #E6A927; }
a { background-color: rgb(230,169,39); }
div.DivClassName
{
background-color: #E6A927;
}
.BgClassName
{
background-color: #E6A927;
}
</style>
border-color css
<style>
span { border-color: #E6A927; }
span { border-color: rgb(230,169,39); }
td.TdClassName
{
border-color: #E6A927;
}
.TagClassName
{
border-color: #E6A927;
}
</style>