Shades of Manhattan #E6B487
Tints of Manhattan #E6B487
RGB
CMYK
RGB Variations
Color information
#E6B487 (or 0xE6B487) is known color: Manhattan. HEX triplet: E6, B4 and 87. RGB value is (230,180,135). Sum of RGB (Red+Green+Blue) = 230+180+135=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B487 is #194B78. Grayscale: #BEBEBE. Windows color (decimal): -1657721 or 8893670. OLE color: 8893670.
HSL color Cylindrical-coordinate representation of color #E6B487: hue angle of 28.42º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6B487 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 135 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.10 |
| HSL | 28.42º | 0.66% | 0.72% | - |
| HSV(B) | 28.42º | 0.41% | 0.9% | - |
| XYZ | 53.33 | 51.21 | 30 | - |
| YUV | 189.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 135 | 0 | 0.22 | 0.41 | 0.10 | 28.42 | 0.66 | 0.72 |
| Hex | E6 | B4 | 87 | 0 | 16 | 29 | A | 1C | 42 | 48 |
| Octal | 346 | 264 | 207 | 0 | 26 | 51 | 12 | 34 | 102 | 110 |
| Binary | 11100110 | 10110100 | 10000111 | 0 | 10110 | 101001 | 1010 | 11100 | 1000010 | 1001000 |
Color Harmonies of #E6B487
Complementary color
Monochromatic Colors of #E6B487
Black with #E6B487
Text Example
Text Example
White with #E6B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B487; }
p { color: rgb(230,180,135); }
H1.HeaderClassName
{
color: #E6B487;
}
.AnyTagClassName
{
color: #E6B487;
}
</style>
background-color css
<style>
a { background-color: #E6B487; }
a { background-color: rgb(230,180,135); }
div.DivClassName
{
background-color: #E6B487;
}
.BgClassName
{
background-color: #E6B487;
}
</style>
border-color css
<style>
span { border-color: #E6B487; }
span { border-color: rgb(230,180,135); }
td.TdClassName
{
border-color: #E6B487;
}
.TagClassName
{
border-color: #E6B487;
}
</style>