Shades of Manhattan #E1B380
Tints of Manhattan #E1B380
RGB
CMYK
RGB Variations
Color information
#E1B380 (or 0xE1B380) is known color: Manhattan. HEX triplet: E1, B3 and 80. RGB value is (225,179,128). Sum of RGB (Red+Green+Blue) = 225+179+128=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B380 is #1E4C7F. Grayscale: #BBBBBB. Windows color (decimal): -1985664 or 8434657. OLE color: 8434657.
HSL color Cylindrical-coordinate representation of color #E1B380: hue angle of 31.55º 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 #E1B380 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 128 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.12 |
| HSL | 31.55º | 0.62% | 0.69% | - |
| HSV(B) | 31.55º | 0.43% | 0.88% | - |
| XYZ | 51.07 | 49.81 | 27.34 | - |
| YUV | 186.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 128 | 0 | 0.20 | 0.43 | 0.12 | 31.55 | 0.62 | 0.69 |
| Hex | E1 | B3 | 80 | 0 | 14 | 2B | C | 20 | 3E | 45 |
| Octal | 341 | 263 | 200 | 0 | 24 | 53 | 14 | 40 | 76 | 105 |
| Binary | 11100001 | 10110011 | 10000000 | 0 | 10100 | 101011 | 1100 | 100000 | 111110 | 1000101 |
Color Harmonies of #E1B380
Complementary color
Monochromatic Colors of #E1B380
Black with #E1B380
Text Example
Text Example
White with #E1B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B380; }
p { color: rgb(225,179,128); }
H1.HeaderClassName
{
color: #E1B380;
}
.AnyTagClassName
{
color: #E1B380;
}
</style>
background-color css
<style>
a { background-color: #E1B380; }
a { background-color: rgb(225,179,128); }
div.DivClassName
{
background-color: #E1B380;
}
.BgClassName
{
background-color: #E1B380;
}
</style>
border-color css
<style>
span { border-color: #E1B380; }
span { border-color: rgb(225,179,128); }
td.TdClassName
{
border-color: #E1B380;
}
.TagClassName
{
border-color: #E1B380;
}
</style>