Shades of Manhattan #E5A770
Tints of Manhattan #E5A770
RGB
CMYK
RGB Variations
Color information
#E5A770 (or 0xE5A770) is known color: Manhattan. HEX triplet: E5, A7 and 70. RGB value is (229,167,112). Sum of RGB (Red+Green+Blue) = 229+167+112=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A770 is #1A588F. Grayscale: #B3B3B3. Windows color (decimal): -1726608 or 7383013. OLE color: 7383013.
HSL color Cylindrical-coordinate representation of color #E5A770: hue angle of 28.21º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5A770 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 112 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.10 |
| HSL | 28.21º | 0.69% | 0.67% | - |
| HSV(B) | 28.21º | 0.51% | 0.9% | - |
| XYZ | 49.06 | 45.47 | 21.52 | - |
| YUV | 179.27 | 90.04 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 112 | 0 | 0.27 | 0.51 | 0.10 | 28.21 | 0.69 | 0.67 |
| Hex | E5 | A7 | 70 | 0 | 1B | 33 | A | 1C | 45 | 43 |
| Octal | 345 | 247 | 160 | 0 | 33 | 63 | 12 | 34 | 105 | 103 |
| Binary | 11100101 | 10100111 | 1110000 | 0 | 11011 | 110011 | 1010 | 11100 | 1000101 | 1000011 |
Color Harmonies of #E5A770
Complementary color
Monochromatic Colors of #E5A770
Black with #E5A770
Text Example
Text Example
White with #E5A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A770; }
p { color: rgb(229,167,112); }
H1.HeaderClassName
{
color: #E5A770;
}
.AnyTagClassName
{
color: #E5A770;
}
</style>
background-color css
<style>
a { background-color: #E5A770; }
a { background-color: rgb(229,167,112); }
div.DivClassName
{
background-color: #E5A770;
}
.BgClassName
{
background-color: #E5A770;
}
</style>
border-color css
<style>
span { border-color: #E5A770; }
span { border-color: rgb(229,167,112); }
td.TdClassName
{
border-color: #E5A770;
}
.TagClassName
{
border-color: #E5A770;
}
</style>