Shades of Manhattan #E7AF86
Tints of Manhattan #E7AF86
RGB
CMYK
RGB Variations
Color information
#E7AF86 (or 0xE7AF86) is known color: Manhattan. HEX triplet: E7, AF and 86. RGB value is (231,175,134). Sum of RGB (Red+Green+Blue) = 231+175+134=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AF86 is #185079. Grayscale: #BBBBBB. Windows color (decimal): -1593466 or 8826855. OLE color: 8826855.
HSL color Cylindrical-coordinate representation of color #E7AF86: hue angle of 25.36º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7AF86 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 134 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.09 |
| HSL | 25.36º | 0.67% | 0.72% | - |
| HSV(B) | 25.36º | 0.42% | 0.91% | - |
| XYZ | 52.59 | 49.37 | 29.31 | - |
| YUV | 187.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 134 | 0 | 0.24 | 0.42 | 0.09 | 25.36 | 0.67 | 0.72 |
| Hex | E7 | AF | 86 | 0 | 18 | 2A | 9 | 19 | 43 | 48 |
| Octal | 347 | 257 | 206 | 0 | 30 | 52 | 11 | 31 | 103 | 110 |
| Binary | 11100111 | 10101111 | 10000110 | 0 | 11000 | 101010 | 1001 | 11001 | 1000011 | 1001000 |
Color Harmonies of #E7AF86
Complementary color
Monochromatic Colors of #E7AF86
Black with #E7AF86
Text Example
Text Example
White with #E7AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF86; }
p { color: rgb(231,175,134); }
H1.HeaderClassName
{
color: #E7AF86;
}
.AnyTagClassName
{
color: #E7AF86;
}
</style>
background-color css
<style>
a { background-color: #E7AF86; }
a { background-color: rgb(231,175,134); }
div.DivClassName
{
background-color: #E7AF86;
}
.BgClassName
{
background-color: #E7AF86;
}
</style>
border-color css
<style>
span { border-color: #E7AF86; }
span { border-color: rgb(231,175,134); }
td.TdClassName
{
border-color: #E7AF86;
}
.TagClassName
{
border-color: #E7AF86;
}
</style>