Shades of Manhattan #E8AF86
Tints of Manhattan #E8AF86
RGB
CMYK
RGB Variations
Color information
#E8AF86 (or 0xE8AF86) is known color: Manhattan. HEX triplet: E8, AF and 86. RGB value is (232,175,134). Sum of RGB (Red+Green+Blue) = 232+175+134=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF86 is #175079. Grayscale: #BBBBBB. Windows color (decimal): -1527930 or 8826856. OLE color: 8826856.
HSL color Cylindrical-coordinate representation of color #E8AF86: hue angle of 25.1º degrees, saturation: 0.68, 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 #E8AF86 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 134 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.09 |
| HSL | 25.1º | 0.68% | 0.72% | - |
| HSV(B) | 25.1º | 0.42% | 0.91% | - |
| XYZ | 52.91 | 49.54 | 29.33 | - |
| YUV | 187.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 134 | 0 | 0.25 | 0.42 | 0.09 | 25.1 | 0.68 | 0.72 |
| Hex | E8 | AF | 86 | 0 | 19 | 2A | 9 | 19 | 44 | 48 |
| Octal | 350 | 257 | 206 | 0 | 31 | 52 | 11 | 31 | 104 | 110 |
| Binary | 11101000 | 10101111 | 10000110 | 0 | 11001 | 101010 | 1001 | 11001 | 1000100 | 1001000 |
Color Harmonies of #E8AF86
Complementary color
Monochromatic Colors of #E8AF86
Black with #E8AF86
Text Example
Text Example
White with #E8AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF86; }
p { color: rgb(232,175,134); }
H1.HeaderClassName
{
color: #E8AF86;
}
.AnyTagClassName
{
color: #E8AF86;
}
</style>
background-color css
<style>
a { background-color: #E8AF86; }
a { background-color: rgb(232,175,134); }
div.DivClassName
{
background-color: #E8AF86;
}
.BgClassName
{
background-color: #E8AF86;
}
</style>
border-color css
<style>
span { border-color: #E8AF86; }
span { border-color: rgb(232,175,134); }
td.TdClassName
{
border-color: #E8AF86;
}
.TagClassName
{
border-color: #E8AF86;
}
</style>