Shades of Manhattan #E2B380
Tints of Manhattan #E2B380
RGB
CMYK
RGB Variations
Color information
#E2B380 (or 0xE2B380) is known color: Manhattan. HEX triplet: E2, B3 and 80. RGB value is (226,179,128). Sum of RGB (Red+Green+Blue) = 226+179+128=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B380 is #1D4C7F. Grayscale: #BBBBBB. Windows color (decimal): -1920128 or 8434658. OLE color: 8434658.
HSL color Cylindrical-coordinate representation of color #E2B380: hue angle of 31.22º 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 #E2B380 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 128 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.11 |
| HSL | 31.22º | 0.63% | 0.69% | - |
| HSV(B) | 31.22º | 0.43% | 0.89% | - |
| XYZ | 51.38 | 49.97 | 27.36 | - |
| YUV | 187.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 128 | 0 | 0.21 | 0.43 | 0.11 | 31.22 | 0.63 | 0.69 |
| Hex | E2 | B3 | 80 | 0 | 15 | 2B | B | 1F | 3F | 45 |
| Octal | 342 | 263 | 200 | 0 | 25 | 53 | 13 | 37 | 77 | 105 |
| Binary | 11100010 | 10110011 | 10000000 | 0 | 10101 | 101011 | 1011 | 11111 | 111111 | 1000101 |
Color Harmonies of #E2B380
Complementary color
Monochromatic Colors of #E2B380
Black with #E2B380
Text Example
Text Example
White with #E2B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B380; }
p { color: rgb(226,179,128); }
H1.HeaderClassName
{
color: #E2B380;
}
.AnyTagClassName
{
color: #E2B380;
}
</style>
background-color css
<style>
a { background-color: #E2B380; }
a { background-color: rgb(226,179,128); }
div.DivClassName
{
background-color: #E2B380;
}
.BgClassName
{
background-color: #E2B380;
}
</style>
border-color css
<style>
span { border-color: #E2B380; }
span { border-color: rgb(226,179,128); }
td.TdClassName
{
border-color: #E2B380;
}
.TagClassName
{
border-color: #E2B380;
}
</style>