Shades of Manhattan #E7A872
Tints of Manhattan #E7A872
RGB
CMYK
RGB Variations
Color information
#E7A872 (or 0xE7A872) is known color: Manhattan. HEX triplet: E7, A8 and 72. RGB value is (231,168,114). Sum of RGB (Red+Green+Blue) = 231+168+114=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A872 is #18578D. Grayscale: #B4B4B4. Windows color (decimal): -1595278 or 7514343. OLE color: 7514343.
HSL color Cylindrical-coordinate representation of color #E7A872: hue angle of 27.69º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7A872 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 114 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.09 |
| HSL | 27.69º | 0.71% | 0.68% | - |
| HSV(B) | 27.69º | 0.51% | 0.91% | - |
| XYZ | 49.99 | 46.21 | 22.2 | - |
| YUV | 180.68 | 90.37 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 114 | 0 | 0.27 | 0.51 | 0.09 | 27.69 | 0.71 | 0.68 |
| Hex | E7 | A8 | 72 | 0 | 1B | 33 | 9 | 1C | 47 | 44 |
| Octal | 347 | 250 | 162 | 0 | 33 | 63 | 11 | 34 | 107 | 104 |
| Binary | 11100111 | 10101000 | 1110010 | 0 | 11011 | 110011 | 1001 | 11100 | 1000111 | 1000100 |
Color Harmonies of #E7A872
Complementary color
Monochromatic Colors of #E7A872
Black with #E7A872
Text Example
Text Example
White with #E7A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A872; }
p { color: rgb(231,168,114); }
H1.HeaderClassName
{
color: #E7A872;
}
.AnyTagClassName
{
color: #E7A872;
}
</style>
background-color css
<style>
a { background-color: #E7A872; }
a { background-color: rgb(231,168,114); }
div.DivClassName
{
background-color: #E7A872;
}
.BgClassName
{
background-color: #E7A872;
}
</style>
border-color css
<style>
span { border-color: #E7A872; }
span { border-color: rgb(231,168,114); }
td.TdClassName
{
border-color: #E7A872;
}
.TagClassName
{
border-color: #E7A872;
}
</style>