Shades of Manhattan #E6B07B
Tints of Manhattan #E6B07B
RGB
CMYK
RGB Variations
Color information
#E6B07B (or 0xE6B07B) is known color: Manhattan. HEX triplet: E6, B0 and 7B. RGB value is (230,176,123). Sum of RGB (Red+Green+Blue) = 230+176+123=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B07B is #194F84. Grayscale: #BABABA. Windows color (decimal): -1658757 or 8106214. OLE color: 8106214.
HSL color Cylindrical-coordinate representation of color #E6B07B: hue angle of 29.72º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6B07B is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 123 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.10 |
| HSL | 29.72º | 0.68% | 0.69% | - |
| HSV(B) | 29.72º | 0.47% | 0.9% | - |
| XYZ | 51.73 | 49.3 | 25.53 | - |
| YUV | 186.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 123 | 0 | 0.23 | 0.47 | 0.10 | 29.72 | 0.68 | 0.69 |
| Hex | E6 | B0 | 7B | 0 | 17 | 2F | A | 1E | 44 | 45 |
| Octal | 346 | 260 | 173 | 0 | 27 | 57 | 12 | 36 | 104 | 105 |
| Binary | 11100110 | 10110000 | 1111011 | 0 | 10111 | 101111 | 1010 | 11110 | 1000100 | 1000101 |
Color Harmonies of #E6B07B
Complementary color
Monochromatic Colors of #E6B07B
Black with #E6B07B
Text Example
Text Example
White with #E6B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B07B; }
p { color: rgb(230,176,123); }
H1.HeaderClassName
{
color: #E6B07B;
}
.AnyTagClassName
{
color: #E6B07B;
}
</style>
background-color css
<style>
a { background-color: #E6B07B; }
a { background-color: rgb(230,176,123); }
div.DivClassName
{
background-color: #E6B07B;
}
.BgClassName
{
background-color: #E6B07B;
}
</style>
border-color css
<style>
span { border-color: #E6B07B; }
span { border-color: rgb(230,176,123); }
td.TdClassName
{
border-color: #E6B07B;
}
.TagClassName
{
border-color: #E6B07B;
}
</style>