Shades of Manhattan #E5A86F
Tints of Manhattan #E5A86F
RGB
CMYK
RGB Variations
Color information
#E5A86F (or 0xE5A86F) is known color: Manhattan. HEX triplet: E5, A8 and 6F. RGB value is (229,168,111). Sum of RGB (Red+Green+Blue) = 229+168+111=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A86F is #1A5790. Grayscale: #B4B4B4. Windows color (decimal): -1726353 or 7317733. OLE color: 7317733.
HSL color Cylindrical-coordinate representation of color #E5A86F: hue angle of 28.98º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5A86F is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 111 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.10 |
| HSL | 28.98º | 0.69% | 0.67% | - |
| HSV(B) | 28.98º | 0.52% | 0.9% | - |
| XYZ | 49.18 | 45.81 | 21.29 | - |
| YUV | 179.74 | 89.21 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 111 | 0 | 0.27 | 0.52 | 0.10 | 28.98 | 0.69 | 0.67 |
| Hex | E5 | A8 | 6F | 0 | 1B | 34 | A | 1D | 45 | 43 |
| Octal | 345 | 250 | 157 | 0 | 33 | 64 | 12 | 35 | 105 | 103 |
| Binary | 11100101 | 10101000 | 1101111 | 0 | 11011 | 110100 | 1010 | 11101 | 1000101 | 1000011 |
Color Harmonies of #E5A86F
Complementary color
Monochromatic Colors of #E5A86F
Black with #E5A86F
Text Example
Text Example
White with #E5A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A86F; }
p { color: rgb(229,168,111); }
H1.HeaderClassName
{
color: #E5A86F;
}
.AnyTagClassName
{
color: #E5A86F;
}
</style>
background-color css
<style>
a { background-color: #E5A86F; }
a { background-color: rgb(229,168,111); }
div.DivClassName
{
background-color: #E5A86F;
}
.BgClassName
{
background-color: #E5A86F;
}
</style>
border-color css
<style>
span { border-color: #E5A86F; }
span { border-color: rgb(229,168,111); }
td.TdClassName
{
border-color: #E5A86F;
}
.TagClassName
{
border-color: #E5A86F;
}
</style>