Shades of Manhattan #E1B080
Tints of Manhattan #E1B080
RGB
CMYK
RGB Variations
Color information
#E1B080 (or 0xE1B080) is known color: Manhattan. HEX triplet: E1, B0 and 80. RGB value is (225,176,128). Sum of RGB (Red+Green+Blue) = 225+176+128=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B080 is #1E4F7F. Grayscale: #B9B9B9. Windows color (decimal): -1986432 or 8433889. OLE color: 8433889.
HSL color Cylindrical-coordinate representation of color #E1B080: hue angle of 29.69º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1B080 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 128 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.12 |
| HSL | 29.69º | 0.62% | 0.69% | - |
| HSV(B) | 29.69º | 0.43% | 0.88% | - |
| XYZ | 50.47 | 48.62 | 27.15 | - |
| YUV | 185.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 128 | 0 | 0.22 | 0.43 | 0.12 | 29.69 | 0.62 | 0.69 |
| Hex | E1 | B0 | 80 | 0 | 16 | 2B | C | 1E | 3E | 45 |
| Octal | 341 | 260 | 200 | 0 | 26 | 53 | 14 | 36 | 76 | 105 |
| Binary | 11100001 | 10110000 | 10000000 | 0 | 10110 | 101011 | 1100 | 11110 | 111110 | 1000101 |
Color Harmonies of #E1B080
Complementary color
Monochromatic Colors of #E1B080
Black with #E1B080
Text Example
Text Example
White with #E1B080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B080; }
p { color: rgb(225,176,128); }
H1.HeaderClassName
{
color: #E1B080;
}
.AnyTagClassName
{
color: #E1B080;
}
</style>
background-color css
<style>
a { background-color: #E1B080; }
a { background-color: rgb(225,176,128); }
div.DivClassName
{
background-color: #E1B080;
}
.BgClassName
{
background-color: #E1B080;
}
</style>
border-color css
<style>
span { border-color: #E1B080; }
span { border-color: rgb(225,176,128); }
td.TdClassName
{
border-color: #E1B080;
}
.TagClassName
{
border-color: #E1B080;
}
</style>