Shades of Manhattan #E5A97A
Tints of Manhattan #E5A97A
RGB
CMYK
RGB Variations
Color information
#E5A97A (or 0xE5A97A) is known color: Manhattan. HEX triplet: E5, A9 and 7A. RGB value is (229,169,122). Sum of RGB (Red+Green+Blue) = 229+169+122=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A97A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A97A is #1A5685. Grayscale: #B5B5B5. Windows color (decimal): -1726086 or 8038885. OLE color: 8038885.
HSL color Cylindrical-coordinate representation of color #E5A97A: hue angle of 26.36º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5A97A is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 122 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.10 |
| HSL | 26.36º | 0.67% | 0.69% | - |
| HSV(B) | 26.36º | 0.47% | 0.9% | - |
| XYZ | 50.01 | 46.44 | 24.74 | - |
| YUV | 181.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 122 | 0 | 0.26 | 0.47 | 0.10 | 26.36 | 0.67 | 0.69 |
| Hex | E5 | A9 | 7A | 0 | 1A | 2F | A | 1A | 43 | 45 |
| Octal | 345 | 251 | 172 | 0 | 32 | 57 | 12 | 32 | 103 | 105 |
| Binary | 11100101 | 10101001 | 1111010 | 0 | 11010 | 101111 | 1010 | 11010 | 1000011 | 1000101 |
Color Harmonies of #E5A97A
Complementary color
Monochromatic Colors of #E5A97A
Black with #E5A97A
Text Example
Text Example
White with #E5A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A97A; }
p { color: rgb(229,169,122); }
H1.HeaderClassName
{
color: #E5A97A;
}
.AnyTagClassName
{
color: #E5A97A;
}
</style>
background-color css
<style>
a { background-color: #E5A97A; }
a { background-color: rgb(229,169,122); }
div.DivClassName
{
background-color: #E5A97A;
}
.BgClassName
{
background-color: #E5A97A;
}
</style>
border-color css
<style>
span { border-color: #E5A97A; }
span { border-color: rgb(229,169,122); }
td.TdClassName
{
border-color: #E5A97A;
}
.TagClassName
{
border-color: #E5A97A;
}
</style>