Shades of Manhattan #E0AA7A
Tints of Manhattan #E0AA7A
RGB
CMYK
RGB Variations
Color information
#E0AA7A (or 0xE0AA7A) is known color: Manhattan. HEX triplet: E0, AA and 7A. RGB value is (224,170,122). Sum of RGB (Red+Green+Blue) = 224+170+122=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA7A is #1F5585. Grayscale: #B4B4B4. Windows color (decimal): -2053510 or 8039136. OLE color: 8039136.
HSL color Cylindrical-coordinate representation of color #E0AA7A: hue angle of 28.24º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0AA7A is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 122 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.12 |
| HSL | 28.24º | 0.62% | 0.68% | - |
| HSV(B) | 28.24º | 0.46% | 0.88% | - |
| XYZ | 48.63 | 46 | 24.73 | - |
| YUV | 180.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 122 | 0 | 0.24 | 0.46 | 0.12 | 28.24 | 0.62 | 0.68 |
| Hex | E0 | AA | 7A | 0 | 18 | 2E | C | 1C | 3E | 44 |
| Octal | 340 | 252 | 172 | 0 | 30 | 56 | 14 | 34 | 76 | 104 |
| Binary | 11100000 | 10101010 | 1111010 | 0 | 11000 | 101110 | 1100 | 11100 | 111110 | 1000100 |
Color Harmonies of #E0AA7A
Complementary color
Monochromatic Colors of #E0AA7A
Black with #E0AA7A
Text Example
Text Example
White with #E0AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA7A; }
p { color: rgb(224,170,122); }
H1.HeaderClassName
{
color: #E0AA7A;
}
.AnyTagClassName
{
color: #E0AA7A;
}
</style>
background-color css
<style>
a { background-color: #E0AA7A; }
a { background-color: rgb(224,170,122); }
div.DivClassName
{
background-color: #E0AA7A;
}
.BgClassName
{
background-color: #E0AA7A;
}
</style>
border-color css
<style>
span { border-color: #E0AA7A; }
span { border-color: rgb(224,170,122); }
td.TdClassName
{
border-color: #E0AA7A;
}
.TagClassName
{
border-color: #E0AA7A;
}
</style>