Shades of Manhattan #E5A876
Tints of Manhattan #E5A876
RGB
CMYK
RGB Variations
Color information
#E5A876 (or 0xE5A876) is known color: Manhattan. HEX triplet: E5, A8 and 76. RGB value is (229,168,118). Sum of RGB (Red+Green+Blue) = 229+168+118=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A876 is #1A5789. Grayscale: #B4B4B4. Windows color (decimal): -1726346 or 7776485. OLE color: 7776485.
HSL color Cylindrical-coordinate representation of color #E5A876: hue angle of 27.03º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5A876 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 118 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.10 |
| HSL | 27.03º | 0.68% | 0.68% | - |
| HSV(B) | 27.03º | 0.48% | 0.9% | - |
| XYZ | 49.59 | 45.97 | 23.4 | - |
| YUV | 180.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 118 | 0 | 0.27 | 0.48 | 0.10 | 27.03 | 0.68 | 0.68 |
| Hex | E5 | A8 | 76 | 0 | 1B | 30 | A | 1B | 44 | 44 |
| Octal | 345 | 250 | 166 | 0 | 33 | 60 | 12 | 33 | 104 | 104 |
| Binary | 11100101 | 10101000 | 1110110 | 0 | 11011 | 110000 | 1010 | 11011 | 1000100 | 1000100 |
Color Harmonies of #E5A876
Complementary color
Monochromatic Colors of #E5A876
Black with #E5A876
Text Example
Text Example
White with #E5A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A876; }
p { color: rgb(229,168,118); }
H1.HeaderClassName
{
color: #E5A876;
}
.AnyTagClassName
{
color: #E5A876;
}
</style>
background-color css
<style>
a { background-color: #E5A876; }
a { background-color: rgb(229,168,118); }
div.DivClassName
{
background-color: #E5A876;
}
.BgClassName
{
background-color: #E5A876;
}
</style>
border-color css
<style>
span { border-color: #E5A876; }
span { border-color: rgb(229,168,118); }
td.TdClassName
{
border-color: #E5A876;
}
.TagClassName
{
border-color: #E5A876;
}
</style>