Shades of Manhattan #E2B280
Tints of Manhattan #E2B280
RGB
CMYK
RGB Variations
Color information
#E2B280 (or 0xE2B280) is known color: Manhattan. HEX triplet: E2, B2 and 80. RGB value is (226,178,128). Sum of RGB (Red+Green+Blue) = 226+178+128=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B280 is #1D4D7F. Grayscale: #BABABA. Windows color (decimal): -1920384 or 8434402. OLE color: 8434402.
HSL color Cylindrical-coordinate representation of color #E2B280: hue angle of 30.61º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2B280 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 128 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.11 |
| HSL | 30.61º | 0.63% | 0.69% | - |
| HSV(B) | 30.61º | 0.43% | 0.89% | - |
| XYZ | 51.18 | 49.57 | 27.29 | - |
| YUV | 186.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 128 | 0 | 0.21 | 0.43 | 0.11 | 30.61 | 0.63 | 0.69 |
| Hex | E2 | B2 | 80 | 0 | 15 | 2B | B | 1F | 3F | 45 |
| Octal | 342 | 262 | 200 | 0 | 25 | 53 | 13 | 37 | 77 | 105 |
| Binary | 11100010 | 10110010 | 10000000 | 0 | 10101 | 101011 | 1011 | 11111 | 111111 | 1000101 |
Color Harmonies of #E2B280
Complementary color
Monochromatic Colors of #E2B280
Black with #E2B280
Text Example
Text Example
White with #E2B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B280; }
p { color: rgb(226,178,128); }
H1.HeaderClassName
{
color: #E2B280;
}
.AnyTagClassName
{
color: #E2B280;
}
</style>
background-color css
<style>
a { background-color: #E2B280; }
a { background-color: rgb(226,178,128); }
div.DivClassName
{
background-color: #E2B280;
}
.BgClassName
{
background-color: #E2B280;
}
</style>
border-color css
<style>
span { border-color: #E2B280; }
span { border-color: rgb(226,178,128); }
td.TdClassName
{
border-color: #E2B280;
}
.TagClassName
{
border-color: #E2B280;
}
</style>