Shades of Manhattan #E5A871
Tints of Manhattan #E5A871
RGB
CMYK
RGB Variations
Color information
#E5A871 (or 0xE5A871) is known color: Manhattan. HEX triplet: E5, A8 and 71. RGB value is (229,168,113). Sum of RGB (Red+Green+Blue) = 229+168+113=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A871 is #1A578E. Grayscale: #B4B4B4. Windows color (decimal): -1726351 or 7448805. OLE color: 7448805.
HSL color Cylindrical-coordinate representation of color #E5A871: hue angle of 28.45º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5A871 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 113 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.10 |
| HSL | 28.45º | 0.69% | 0.67% | - |
| HSV(B) | 28.45º | 0.51% | 0.9% | - |
| XYZ | 49.3 | 45.86 | 21.88 | - |
| YUV | 179.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 113 | 0 | 0.27 | 0.51 | 0.10 | 28.45 | 0.69 | 0.67 |
| Hex | E5 | A8 | 71 | 0 | 1B | 33 | A | 1C | 45 | 43 |
| Octal | 345 | 250 | 161 | 0 | 33 | 63 | 12 | 34 | 105 | 103 |
| Binary | 11100101 | 10101000 | 1110001 | 0 | 11011 | 110011 | 1010 | 11100 | 1000101 | 1000011 |
Color Harmonies of #E5A871
Complementary color
Monochromatic Colors of #E5A871
Black with #E5A871
Text Example
Text Example
White with #E5A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A871; }
p { color: rgb(229,168,113); }
H1.HeaderClassName
{
color: #E5A871;
}
.AnyTagClassName
{
color: #E5A871;
}
</style>
background-color css
<style>
a { background-color: #E5A871; }
a { background-color: rgb(229,168,113); }
div.DivClassName
{
background-color: #E5A871;
}
.BgClassName
{
background-color: #E5A871;
}
</style>
border-color css
<style>
span { border-color: #E5A871; }
span { border-color: rgb(229,168,113); }
td.TdClassName
{
border-color: #E5A871;
}
.TagClassName
{
border-color: #E5A871;
}
</style>