Shades of Manhattan #E0A770
Tints of Manhattan #E0A770
RGB
CMYK
RGB Variations
Color information
#E0A770 (or 0xE0A770) is known color: Manhattan. HEX triplet: E0, A7 and 70. RGB value is (224,167,112). Sum of RGB (Red+Green+Blue) = 224+167+112=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A770 is #1F588F. Grayscale: #B2B2B2. Windows color (decimal): -2054288 or 7383008. OLE color: 7383008.
HSL color Cylindrical-coordinate representation of color #E0A770: hue angle of 29.46º degrees, saturation: 0.64, 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 #E0A770 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 112 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.12 |
| HSL | 29.46º | 0.64% | 0.66% | - |
| HSV(B) | 29.46º | 0.5% | 0.88% | - |
| XYZ | 47.48 | 44.65 | 21.45 | - |
| YUV | 177.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 112 | 0 | 0.25 | 0.50 | 0.12 | 29.46 | 0.64 | 0.66 |
| Hex | E0 | A7 | 70 | 0 | 19 | 32 | C | 1D | 40 | 42 |
| Octal | 340 | 247 | 160 | 0 | 31 | 62 | 14 | 35 | 100 | 102 |
| Binary | 11100000 | 10100111 | 1110000 | 0 | 11001 | 110010 | 1100 | 11101 | 1000000 | 1000010 |
Color Harmonies of #E0A770
Complementary color
Monochromatic Colors of #E0A770
Black with #E0A770
Text Example
Text Example
White with #E0A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A770; }
p { color: rgb(224,167,112); }
H1.HeaderClassName
{
color: #E0A770;
}
.AnyTagClassName
{
color: #E0A770;
}
</style>
background-color css
<style>
a { background-color: #E0A770; }
a { background-color: rgb(224,167,112); }
div.DivClassName
{
background-color: #E0A770;
}
.BgClassName
{
background-color: #E0A770;
}
</style>
border-color css
<style>
span { border-color: #E0A770; }
span { border-color: rgb(224,167,112); }
td.TdClassName
{
border-color: #E0A770;
}
.TagClassName
{
border-color: #E0A770;
}
</style>