Shades of Manhattan #E5B280
Tints of Manhattan #E5B280
RGB
CMYK
RGB Variations
Color information
#E5B280 (or 0xE5B280) is known color: Manhattan. HEX triplet: E5, B2 and 80. RGB value is (229,178,128). Sum of RGB (Red+Green+Blue) = 229+178+128=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B280 is #1A4D7F. Grayscale: #BBBBBB. Windows color (decimal): -1723776 or 8434405. OLE color: 8434405.
HSL color Cylindrical-coordinate representation of color #E5B280: hue angle of 29.7º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5B280 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 128 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.10 |
| HSL | 29.7º | 0.66% | 0.7% | - |
| HSV(B) | 29.7º | 0.44% | 0.9% | - |
| XYZ | 52.13 | 50.06 | 27.34 | - |
| YUV | 187.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 128 | 0 | 0.22 | 0.44 | 0.10 | 29.7 | 0.66 | 0.7 |
| Hex | E5 | B2 | 80 | 0 | 16 | 2C | A | 1E | 42 | 46 |
| Octal | 345 | 262 | 200 | 0 | 26 | 54 | 12 | 36 | 102 | 106 |
| Binary | 11100101 | 10110010 | 10000000 | 0 | 10110 | 101100 | 1010 | 11110 | 1000010 | 1000110 |
Color Harmonies of #E5B280
Complementary color
Monochromatic Colors of #E5B280
Black with #E5B280
Text Example
Text Example
White with #E5B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B280; }
p { color: rgb(229,178,128); }
H1.HeaderClassName
{
color: #E5B280;
}
.AnyTagClassName
{
color: #E5B280;
}
</style>
background-color css
<style>
a { background-color: #E5B280; }
a { background-color: rgb(229,178,128); }
div.DivClassName
{
background-color: #E5B280;
}
.BgClassName
{
background-color: #E5B280;
}
</style>
border-color css
<style>
span { border-color: #E5B280; }
span { border-color: rgb(229,178,128); }
td.TdClassName
{
border-color: #E5B280;
}
.TagClassName
{
border-color: #E5B280;
}
</style>