Shades of Manhattan #E1A870
Tints of Manhattan #E1A870
RGB
CMYK
RGB Variations
Color information
#E1A870 (or 0xE1A870) is known color: Manhattan. HEX triplet: E1, A8 and 70. RGB value is (225,168,112). Sum of RGB (Red+Green+Blue) = 225+168+112=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A870 is #1E578F. Grayscale: #B2B2B2. Windows color (decimal): -1988496 or 7383265. OLE color: 7383265.
HSL color Cylindrical-coordinate representation of color #E1A870: hue angle of 29.73º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1A870 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 112 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.12 |
| HSL | 29.73º | 0.65% | 0.66% | - |
| HSV(B) | 29.73º | 0.5% | 0.88% | - |
| XYZ | 47.98 | 45.18 | 21.52 | - |
| YUV | 178.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 112 | 0 | 0.25 | 0.50 | 0.12 | 29.73 | 0.65 | 0.66 |
| Hex | E1 | A8 | 70 | 0 | 19 | 32 | C | 1E | 41 | 42 |
| Octal | 341 | 250 | 160 | 0 | 31 | 62 | 14 | 36 | 101 | 102 |
| Binary | 11100001 | 10101000 | 1110000 | 0 | 11001 | 110010 | 1100 | 11110 | 1000001 | 1000010 |
Color Harmonies of #E1A870
Complementary color
Monochromatic Colors of #E1A870
Black with #E1A870
Text Example
Text Example
White with #E1A870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A870; }
p { color: rgb(225,168,112); }
H1.HeaderClassName
{
color: #E1A870;
}
.AnyTagClassName
{
color: #E1A870;
}
</style>
background-color css
<style>
a { background-color: #E1A870; }
a { background-color: rgb(225,168,112); }
div.DivClassName
{
background-color: #E1A870;
}
.BgClassName
{
background-color: #E1A870;
}
</style>
border-color css
<style>
span { border-color: #E1A870; }
span { border-color: rgb(225,168,112); }
td.TdClassName
{
border-color: #E1A870;
}
.TagClassName
{
border-color: #E1A870;
}
</style>