Shades of Manhattan #E5A97D
Tints of Manhattan #E5A97D
RGB
CMYK
RGB Variations
Color information
#E5A97D (or 0xE5A97D) is known color: Manhattan. HEX triplet: E5, A9 and 7D. RGB value is (229,169,125). Sum of RGB (Red+Green+Blue) = 229+169+125=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A97D is #1A5682. Grayscale: #B6B6B6. Windows color (decimal): -1726083 or 8235493. OLE color: 8235493.
HSL color Cylindrical-coordinate representation of color #E5A97D: hue angle of 25.38º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5A97D is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 125 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.10 |
| HSL | 25.38º | 0.67% | 0.69% | - |
| HSV(B) | 25.38º | 0.45% | 0.9% | - |
| XYZ | 50.2 | 46.51 | 25.73 | - |
| YUV | 181.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 125 | 0 | 0.26 | 0.45 | 0.10 | 25.38 | 0.67 | 0.69 |
| Hex | E5 | A9 | 7D | 0 | 1A | 2D | A | 19 | 43 | 45 |
| Octal | 345 | 251 | 175 | 0 | 32 | 55 | 12 | 31 | 103 | 105 |
| Binary | 11100101 | 10101001 | 1111101 | 0 | 11010 | 101101 | 1010 | 11001 | 1000011 | 1000101 |
Color Harmonies of #E5A97D
Complementary color
Monochromatic Colors of #E5A97D
Black with #E5A97D
Text Example
Text Example
White with #E5A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A97D; }
p { color: rgb(229,169,125); }
H1.HeaderClassName
{
color: #E5A97D;
}
.AnyTagClassName
{
color: #E5A97D;
}
</style>
background-color css
<style>
a { background-color: #E5A97D; }
a { background-color: rgb(229,169,125); }
div.DivClassName
{
background-color: #E5A97D;
}
.BgClassName
{
background-color: #E5A97D;
}
</style>
border-color css
<style>
span { border-color: #E5A97D; }
span { border-color: rgb(229,169,125); }
td.TdClassName
{
border-color: #E5A97D;
}
.TagClassName
{
border-color: #E5A97D;
}
</style>