Shades of Manhattan #E6B388
Tints of Manhattan #E6B388
RGB
CMYK
RGB Variations
Color information
#E6B388 (or 0xE6B388) is known color: Manhattan. HEX triplet: E6, B3 and 88. RGB value is (230,179,136). Sum of RGB (Red+Green+Blue) = 230+179+136=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B388 is #194C77. Grayscale: #BDBDBD. Windows color (decimal): -1657976 or 8958950. OLE color: 8958950.
HSL color Cylindrical-coordinate representation of color #E6B388: hue angle of 27.45º degrees, saturation: 0.65, 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 #E6B388 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 136 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.10 |
| HSL | 27.45º | 0.65% | 0.72% | - |
| HSV(B) | 27.45º | 0.41% | 0.9% | - |
| XYZ | 53.2 | 50.84 | 30.3 | - |
| YUV | 189.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 136 | 0 | 0.22 | 0.41 | 0.10 | 27.45 | 0.65 | 0.72 |
| Hex | E6 | B3 | 88 | 0 | 16 | 29 | A | 1B | 41 | 48 |
| Octal | 346 | 263 | 210 | 0 | 26 | 51 | 12 | 33 | 101 | 110 |
| Binary | 11100110 | 10110011 | 10001000 | 0 | 10110 | 101001 | 1010 | 11011 | 1000001 | 1001000 |
Color Harmonies of #E6B388
Complementary color
Monochromatic Colors of #E6B388
Black with #E6B388
Text Example
Text Example
White with #E6B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B388; }
p { color: rgb(230,179,136); }
H1.HeaderClassName
{
color: #E6B388;
}
.AnyTagClassName
{
color: #E6B388;
}
</style>
background-color css
<style>
a { background-color: #E6B388; }
a { background-color: rgb(230,179,136); }
div.DivClassName
{
background-color: #E6B388;
}
.BgClassName
{
background-color: #E6B388;
}
</style>
border-color css
<style>
span { border-color: #E6B388; }
span { border-color: rgb(230,179,136); }
td.TdClassName
{
border-color: #E6B388;
}
.TagClassName
{
border-color: #E6B388;
}
</style>