Shades of Manhattan #E6B08C
Tints of Manhattan #E6B08C
RGB
CMYK
RGB Variations
Color information
#E6B08C (or 0xE6B08C) is known color: Manhattan. HEX triplet: E6, B0 and 8C. RGB value is (230,176,140). Sum of RGB (Red+Green+Blue) = 230+176+140=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B08C is #194F73. Grayscale: #BCBCBC. Windows color (decimal): -1658740 or 9220326. OLE color: 9220326.
HSL color Cylindrical-coordinate representation of color #E6B08C: hue angle of 24º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6B08C is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 140 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.10 |
| HSL | 24º | 0.64% | 0.73% | - |
| HSV(B) | 24º | 0.39% | 0.9% | - |
| XYZ | 52.89 | 49.77 | 31.63 | - |
| YUV | 188.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 140 | 0 | 0.23 | 0.39 | 0.10 | 24 | 0.64 | 0.73 |
| Hex | E6 | B0 | 8C | 0 | 17 | 27 | A | 18 | 40 | 49 |
| Octal | 346 | 260 | 214 | 0 | 27 | 47 | 12 | 30 | 100 | 111 |
| Binary | 11100110 | 10110000 | 10001100 | 0 | 10111 | 100111 | 1010 | 11000 | 1000000 | 1001001 |
Color Harmonies of #E6B08C
Complementary color
Monochromatic Colors of #E6B08C
Black with #E6B08C
Text Example
Text Example
White with #E6B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B08C; }
p { color: rgb(230,176,140); }
H1.HeaderClassName
{
color: #E6B08C;
}
.AnyTagClassName
{
color: #E6B08C;
}
</style>
background-color css
<style>
a { background-color: #E6B08C; }
a { background-color: rgb(230,176,140); }
div.DivClassName
{
background-color: #E6B08C;
}
.BgClassName
{
background-color: #E6B08C;
}
</style>
border-color css
<style>
span { border-color: #E6B08C; }
span { border-color: rgb(230,176,140); }
td.TdClassName
{
border-color: #E6B08C;
}
.TagClassName
{
border-color: #E6B08C;
}
</style>