Shades of Manhattan #E1A86E
Tints of Manhattan #E1A86E
RGB
CMYK
RGB Variations
Color information
#E1A86E (or 0xE1A86E) is known color: Manhattan. HEX triplet: E1, A8 and 6E. RGB value is (225,168,110). Sum of RGB (Red+Green+Blue) = 225+168+110=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A86E is #1E5791. Grayscale: #B2B2B2. Windows color (decimal): -1988498 or 7252193. OLE color: 7252193.
HSL color Cylindrical-coordinate representation of color #E1A86E: hue angle of 30.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1A86E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 110 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.12 |
| HSL | 30.26º | 0.66% | 0.66% | - |
| HSV(B) | 30.26º | 0.51% | 0.88% | - |
| XYZ | 47.87 | 45.14 | 20.94 | - |
| YUV | 178.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 110 | 0 | 0.25 | 0.51 | 0.12 | 30.26 | 0.66 | 0.66 |
| Hex | E1 | A8 | 6E | 0 | 19 | 33 | C | 1E | 42 | 42 |
| Octal | 341 | 250 | 156 | 0 | 31 | 63 | 14 | 36 | 102 | 102 |
| Binary | 11100001 | 10101000 | 1101110 | 0 | 11001 | 110011 | 1100 | 11110 | 1000010 | 1000010 |
Color Harmonies of #E1A86E
Complementary color
Monochromatic Colors of #E1A86E
Black with #E1A86E
Text Example
Text Example
White with #E1A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A86E; }
p { color: rgb(225,168,110); }
H1.HeaderClassName
{
color: #E1A86E;
}
.AnyTagClassName
{
color: #E1A86E;
}
</style>
background-color css
<style>
a { background-color: #E1A86E; }
a { background-color: rgb(225,168,110); }
div.DivClassName
{
background-color: #E1A86E;
}
.BgClassName
{
background-color: #E1A86E;
}
</style>
border-color css
<style>
span { border-color: #E1A86E; }
span { border-color: rgb(225,168,110); }
td.TdClassName
{
border-color: #E1A86E;
}
.TagClassName
{
border-color: #E1A86E;
}
</style>