Shades of Manhattan #E0AA77
Tints of Manhattan #E0AA77
RGB
CMYK
RGB Variations
Color information
#E0AA77 (or 0xE0AA77) is known color: Manhattan. HEX triplet: E0, AA and 77. RGB value is (224,170,119). Sum of RGB (Red+Green+Blue) = 224+170+119=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA77 is #1F5588. Grayscale: #B4B4B4. Windows color (decimal): -2053513 or 7842528. OLE color: 7842528.
HSL color Cylindrical-coordinate representation of color #E0AA77: hue angle of 29.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0AA77 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 119 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.12 |
| HSL | 29.14º | 0.63% | 0.67% | - |
| HSV(B) | 29.14º | 0.47% | 0.88% | - |
| XYZ | 48.44 | 45.93 | 23.76 | - |
| YUV | 180.33 | 93.39 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 119 | 0 | 0.24 | 0.47 | 0.12 | 29.14 | 0.63 | 0.67 |
| Hex | E0 | AA | 77 | 0 | 18 | 2F | C | 1D | 3F | 43 |
| Octal | 340 | 252 | 167 | 0 | 30 | 57 | 14 | 35 | 77 | 103 |
| Binary | 11100000 | 10101010 | 1110111 | 0 | 11000 | 101111 | 1100 | 11101 | 111111 | 1000011 |
Color Harmonies of #E0AA77
Complementary color
Monochromatic Colors of #E0AA77
Black with #E0AA77
Text Example
Text Example
White with #E0AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA77; }
p { color: rgb(224,170,119); }
H1.HeaderClassName
{
color: #E0AA77;
}
.AnyTagClassName
{
color: #E0AA77;
}
</style>
background-color css
<style>
a { background-color: #E0AA77; }
a { background-color: rgb(224,170,119); }
div.DivClassName
{
background-color: #E0AA77;
}
.BgClassName
{
background-color: #E0AA77;
}
</style>
border-color css
<style>
span { border-color: #E0AA77; }
span { border-color: rgb(224,170,119); }
td.TdClassName
{
border-color: #E0AA77;
}
.TagClassName
{
border-color: #E0AA77;
}
</style>