Shades of Manhattan #E7AB76
Tints of Manhattan #E7AB76
RGB
CMYK
RGB Variations
Color information
#E7AB76 (or 0xE7AB76) is known color: Manhattan. HEX triplet: E7, AB and 76. RGB value is (231,171,118). Sum of RGB (Red+Green+Blue) = 231+171+118=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB76 is #185489. Grayscale: #B7B7B7. Windows color (decimal): -1594506 or 7777255. OLE color: 7777255.
HSL color Cylindrical-coordinate representation of color #E7AB76: hue angle of 28.14º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7AB76 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 171 | 118 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.09 |
| HSL | 28.14º | 0.7% | 0.68% | - |
| HSV(B) | 28.14º | 0.49% | 0.91% | - |
| XYZ | 50.79 | 47.42 | 23.62 | - |
| YUV | 182.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 171 | 118 | 0 | 0.26 | 0.49 | 0.09 | 28.14 | 0.7 | 0.68 |
| Hex | E7 | AB | 76 | 0 | 1A | 31 | 9 | 1C | 46 | 44 |
| Octal | 347 | 253 | 166 | 0 | 32 | 61 | 11 | 34 | 106 | 104 |
| Binary | 11100111 | 10101011 | 1110110 | 0 | 11010 | 110001 | 1001 | 11100 | 1000110 | 1000100 |
Color Harmonies of #E7AB76
Complementary color
Monochromatic Colors of #E7AB76
Black with #E7AB76
Text Example
Text Example
White with #E7AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AB76; }
p { color: rgb(231,171,118); }
H1.HeaderClassName
{
color: #E7AB76;
}
.AnyTagClassName
{
color: #E7AB76;
}
</style>
background-color css
<style>
a { background-color: #E7AB76; }
a { background-color: rgb(231,171,118); }
div.DivClassName
{
background-color: #E7AB76;
}
.BgClassName
{
background-color: #E7AB76;
}
</style>
border-color css
<style>
span { border-color: #E7AB76; }
span { border-color: rgb(231,171,118); }
td.TdClassName
{
border-color: #E7AB76;
}
.TagClassName
{
border-color: #E7AB76;
}
</style>