Shades of Manhattan #E5A872
Tints of Manhattan #E5A872
RGB
CMYK
RGB Variations
Color information
#E5A872 (or 0xE5A872) is known color: Manhattan. HEX triplet: E5, A8 and 72. RGB value is (229,168,114). Sum of RGB (Red+Green+Blue) = 229+168+114=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A872 is #1A578D. Grayscale: #B4B4B4. Windows color (decimal): -1726350 or 7514341. OLE color: 7514341.
HSL color Cylindrical-coordinate representation of color #E5A872: hue angle of 28.17º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5A872 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 114 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.10 |
| HSL | 28.17º | 0.69% | 0.67% | - |
| HSV(B) | 28.17º | 0.5% | 0.9% | - |
| XYZ | 49.35 | 45.88 | 22.17 | - |
| YUV | 180.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 114 | 0 | 0.27 | 0.50 | 0.10 | 28.17 | 0.69 | 0.67 |
| Hex | E5 | A8 | 72 | 0 | 1B | 32 | A | 1C | 45 | 43 |
| Octal | 345 | 250 | 162 | 0 | 33 | 62 | 12 | 34 | 105 | 103 |
| Binary | 11100101 | 10101000 | 1110010 | 0 | 11011 | 110010 | 1010 | 11100 | 1000101 | 1000011 |
Color Harmonies of #E5A872
Complementary color
Monochromatic Colors of #E5A872
Black with #E5A872
Text Example
Text Example
White with #E5A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A872; }
p { color: rgb(229,168,114); }
H1.HeaderClassName
{
color: #E5A872;
}
.AnyTagClassName
{
color: #E5A872;
}
</style>
background-color css
<style>
a { background-color: #E5A872; }
a { background-color: rgb(229,168,114); }
div.DivClassName
{
background-color: #E5A872;
}
.BgClassName
{
background-color: #E5A872;
}
</style>
border-color css
<style>
span { border-color: #E5A872; }
span { border-color: rgb(229,168,114); }
td.TdClassName
{
border-color: #E5A872;
}
.TagClassName
{
border-color: #E5A872;
}
</style>