Shades of Manhattan #E6A66F
Tints of Manhattan #E6A66F
RGB
CMYK
RGB Variations
Color information
#E6A66F (or 0xE6A66F) is known color: Manhattan. HEX triplet: E6, A6 and 6F. RGB value is (230,166,111). Sum of RGB (Red+Green+Blue) = 230+166+111=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A66F is #195990. Grayscale: #B3B3B3. Windows color (decimal): -1661329 or 7317222. OLE color: 7317222.
HSL color Cylindrical-coordinate representation of color #E6A66F: hue angle of 27.73º degrees, saturation: 0.7, 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 #E6A66F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 111 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.10 |
| HSL | 27.73º | 0.7% | 0.67% | - |
| HSV(B) | 27.73º | 0.52% | 0.9% | - |
| XYZ | 49.14 | 45.24 | 21.18 | - |
| YUV | 178.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 111 | 0 | 0.28 | 0.52 | 0.10 | 27.73 | 0.7 | 0.67 |
| Hex | E6 | A6 | 6F | 0 | 1C | 34 | A | 1C | 46 | 43 |
| Octal | 346 | 246 | 157 | 0 | 34 | 64 | 12 | 34 | 106 | 103 |
| Binary | 11100110 | 10100110 | 1101111 | 0 | 11100 | 110100 | 1010 | 11100 | 1000110 | 1000011 |
Color Harmonies of #E6A66F
Complementary color
Monochromatic Colors of #E6A66F
Black with #E6A66F
Text Example
Text Example
White with #E6A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A66F; }
p { color: rgb(230,166,111); }
H1.HeaderClassName
{
color: #E6A66F;
}
.AnyTagClassName
{
color: #E6A66F;
}
</style>
background-color css
<style>
a { background-color: #E6A66F; }
a { background-color: rgb(230,166,111); }
div.DivClassName
{
background-color: #E6A66F;
}
.BgClassName
{
background-color: #E6A66F;
}
</style>
border-color css
<style>
span { border-color: #E6A66F; }
span { border-color: rgb(230,166,111); }
td.TdClassName
{
border-color: #E6A66F;
}
.TagClassName
{
border-color: #E6A66F;
}
</style>