Shades of Manhattan #E6A56F
Tints of Manhattan #E6A56F
RGB
CMYK
RGB Variations
Color information
#E6A56F (or 0xE6A56F) is known color: Manhattan. HEX triplet: E6, A5 and 6F. RGB value is (230,165,111). Sum of RGB (Red+Green+Blue) = 230+165+111=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A56F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A56F is #195A90. Grayscale: #B2B2B2. Windows color (decimal): -1661585 or 7316966. OLE color: 7316966.
HSL color Cylindrical-coordinate representation of color #E6A56F: hue angle of 27.23º 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 #E6A56F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 111 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.10 |
| HSL | 27.23º | 0.7% | 0.67% | - |
| HSV(B) | 27.23º | 0.52% | 0.9% | - |
| XYZ | 48.96 | 44.88 | 21.12 | - |
| YUV | 178.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 111 | 0 | 0.28 | 0.52 | 0.10 | 27.23 | 0.7 | 0.67 |
| Hex | E6 | A5 | 6F | 0 | 1C | 34 | A | 1B | 46 | 43 |
| Octal | 346 | 245 | 157 | 0 | 34 | 64 | 12 | 33 | 106 | 103 |
| Binary | 11100110 | 10100101 | 1101111 | 0 | 11100 | 110100 | 1010 | 11011 | 1000110 | 1000011 |
Color Harmonies of #E6A56F
Complementary color
Monochromatic Colors of #E6A56F
Black with #E6A56F
Text Example
Text Example
White with #E6A56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A56F; }
p { color: rgb(230,165,111); }
H1.HeaderClassName
{
color: #E6A56F;
}
.AnyTagClassName
{
color: #E6A56F;
}
</style>
background-color css
<style>
a { background-color: #E6A56F; }
a { background-color: rgb(230,165,111); }
div.DivClassName
{
background-color: #E6A56F;
}
.BgClassName
{
background-color: #E6A56F;
}
</style>
border-color css
<style>
span { border-color: #E6A56F; }
span { border-color: rgb(230,165,111); }
td.TdClassName
{
border-color: #E6A56F;
}
.TagClassName
{
border-color: #E6A56F;
}
</style>