Shades of Manhattan #E6A97C
Tints of Manhattan #E6A97C
RGB
CMYK
RGB Variations
Color information
#E6A97C (or 0xE6A97C) is known color: Manhattan. HEX triplet: E6, A9 and 7C. RGB value is (230,169,124). Sum of RGB (Red+Green+Blue) = 230+169+124=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A97C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A97C is #195683. Grayscale: #B6B6B6. Windows color (decimal): -1660548 or 8169958. OLE color: 8169958.
HSL color Cylindrical-coordinate representation of color #E6A97C: hue angle of 25.47º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6A97C is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 124 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.10 |
| HSL | 25.47º | 0.68% | 0.69% | - |
| HSV(B) | 25.47º | 0.46% | 0.9% | - |
| XYZ | 50.46 | 46.65 | 25.41 | - |
| YUV | 182.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 124 | 0 | 0.27 | 0.46 | 0.10 | 25.47 | 0.68 | 0.69 |
| Hex | E6 | A9 | 7C | 0 | 1B | 2E | A | 19 | 44 | 45 |
| Octal | 346 | 251 | 174 | 0 | 33 | 56 | 12 | 31 | 104 | 105 |
| Binary | 11100110 | 10101001 | 1111100 | 0 | 11011 | 101110 | 1010 | 11001 | 1000100 | 1000101 |
Color Harmonies of #E6A97C
Complementary color
Monochromatic Colors of #E6A97C
Black with #E6A97C
Text Example
Text Example
White with #E6A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A97C; }
p { color: rgb(230,169,124); }
H1.HeaderClassName
{
color: #E6A97C;
}
.AnyTagClassName
{
color: #E6A97C;
}
</style>
background-color css
<style>
a { background-color: #E6A97C; }
a { background-color: rgb(230,169,124); }
div.DivClassName
{
background-color: #E6A97C;
}
.BgClassName
{
background-color: #E6A97C;
}
</style>
border-color css
<style>
span { border-color: #E6A97C; }
span { border-color: rgb(230,169,124); }
td.TdClassName
{
border-color: #E6A97C;
}
.TagClassName
{
border-color: #E6A97C;
}
</style>