Shades of Manhattan #E5B380
Tints of Manhattan #E5B380
RGB
CMYK
RGB Variations
Color information
#E5B380 (or 0xE5B380) is known color: Manhattan. HEX triplet: E5, B3 and 80. RGB value is (229,179,128). Sum of RGB (Red+Green+Blue) = 229+179+128=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B380 is #1A4C7F. Grayscale: #BCBCBC. Windows color (decimal): -1723520 or 8434661. OLE color: 8434661.
HSL color Cylindrical-coordinate representation of color #E5B380: hue angle of 30.3º 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 #E5B380 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 128 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.10 |
| HSL | 30.3º | 0.66% | 0.7% | - |
| HSV(B) | 30.3º | 0.44% | 0.9% | - |
| XYZ | 52.33 | 50.46 | 27.4 | - |
| YUV | 188.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 128 | 0 | 0.22 | 0.44 | 0.10 | 30.3 | 0.66 | 0.7 |
| Hex | E5 | B3 | 80 | 0 | 16 | 2C | A | 1E | 42 | 46 |
| Octal | 345 | 263 | 200 | 0 | 26 | 54 | 12 | 36 | 102 | 106 |
| Binary | 11100101 | 10110011 | 10000000 | 0 | 10110 | 101100 | 1010 | 11110 | 1000010 | 1000110 |
Color Harmonies of #E5B380
Complementary color
Monochromatic Colors of #E5B380
Black with #E5B380
Text Example
Text Example
White with #E5B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B380; }
p { color: rgb(229,179,128); }
H1.HeaderClassName
{
color: #E5B380;
}
.AnyTagClassName
{
color: #E5B380;
}
</style>
background-color css
<style>
a { background-color: #E5B380; }
a { background-color: rgb(229,179,128); }
div.DivClassName
{
background-color: #E5B380;
}
.BgClassName
{
background-color: #E5B380;
}
</style>
border-color css
<style>
span { border-color: #E5B380; }
span { border-color: rgb(229,179,128); }
td.TdClassName
{
border-color: #E5B380;
}
.TagClassName
{
border-color: #E5B380;
}
</style>