Shades of Manhattan #E6AB7E
Tints of Manhattan #E6AB7E
RGB
CMYK
RGB Variations
Color information
#E6AB7E (or 0xE6AB7E) is known color: Manhattan. HEX triplet: E6, AB and 7E. RGB value is (230,171,126). Sum of RGB (Red+Green+Blue) = 230+171+126=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB7E is #195481. Grayscale: #B7B7B7. Windows color (decimal): -1660034 or 8301542. OLE color: 8301542.
HSL color Cylindrical-coordinate representation of color #E6AB7E: hue angle of 25.96º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6AB7E is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 126 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.10 |
| HSL | 25.96º | 0.68% | 0.7% | - |
| HSV(B) | 25.96º | 0.45% | 0.9% | - |
| XYZ | 50.96 | 47.46 | 26.21 | - |
| YUV | 183.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 126 | 0 | 0.26 | 0.45 | 0.10 | 25.96 | 0.68 | 0.7 |
| Hex | E6 | AB | 7E | 0 | 1A | 2D | A | 1A | 44 | 46 |
| Octal | 346 | 253 | 176 | 0 | 32 | 55 | 12 | 32 | 104 | 106 |
| Binary | 11100110 | 10101011 | 1111110 | 0 | 11010 | 101101 | 1010 | 11010 | 1000100 | 1000110 |
Color Harmonies of #E6AB7E
Complementary color
Monochromatic Colors of #E6AB7E
Black with #E6AB7E
Text Example
Text Example
White with #E6AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB7E; }
p { color: rgb(230,171,126); }
H1.HeaderClassName
{
color: #E6AB7E;
}
.AnyTagClassName
{
color: #E6AB7E;
}
</style>
background-color css
<style>
a { background-color: #E6AB7E; }
a { background-color: rgb(230,171,126); }
div.DivClassName
{
background-color: #E6AB7E;
}
.BgClassName
{
background-color: #E6AB7E;
}
</style>
border-color css
<style>
span { border-color: #E6AB7E; }
span { border-color: rgb(230,171,126); }
td.TdClassName
{
border-color: #E6AB7E;
}
.TagClassName
{
border-color: #E6AB7E;
}
</style>