Shades of Manhattan #E5A66F
Tints of Manhattan #E5A66F
RGB
CMYK
RGB Variations
Color information
#E5A66F (or 0xE5A66F) is known color: Manhattan. HEX triplet: E5, A6 and 6F. RGB value is (229,166,111). Sum of RGB (Red+Green+Blue) = 229+166+111=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A66F is #1A5990. Grayscale: #B2B2B2. Windows color (decimal): -1726865 or 7317221. OLE color: 7317221.
HSL color Cylindrical-coordinate representation of color #E5A66F: hue angle of 27.97º 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 #E5A66F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 111 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.10 |
| HSL | 27.97º | 0.69% | 0.67% | - |
| HSV(B) | 27.97º | 0.52% | 0.9% | - |
| XYZ | 48.82 | 45.08 | 21.17 | - |
| YUV | 178.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 111 | 0 | 0.28 | 0.52 | 0.10 | 27.97 | 0.69 | 0.67 |
| Hex | E5 | A6 | 6F | 0 | 1C | 34 | A | 1C | 45 | 43 |
| Octal | 345 | 246 | 157 | 0 | 34 | 64 | 12 | 34 | 105 | 103 |
| Binary | 11100101 | 10100110 | 1101111 | 0 | 11100 | 110100 | 1010 | 11100 | 1000101 | 1000011 |
Color Harmonies of #E5A66F
Complementary color
Monochromatic Colors of #E5A66F
Black with #E5A66F
Text Example
Text Example
White with #E5A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A66F; }
p { color: rgb(229,166,111); }
H1.HeaderClassName
{
color: #E5A66F;
}
.AnyTagClassName
{
color: #E5A66F;
}
</style>
background-color css
<style>
a { background-color: #E5A66F; }
a { background-color: rgb(229,166,111); }
div.DivClassName
{
background-color: #E5A66F;
}
.BgClassName
{
background-color: #E5A66F;
}
</style>
border-color css
<style>
span { border-color: #E5A66F; }
span { border-color: rgb(229,166,111); }
td.TdClassName
{
border-color: #E5A66F;
}
.TagClassName
{
border-color: #E5A66F;
}
</style>