Shades of Manhattan #E2AE86
Tints of Manhattan #E2AE86
RGB
CMYK
RGB Variations
Color information
#E2AE86 (or 0xE2AE86) is known color: Manhattan. HEX triplet: E2, AE and 86. RGB value is (226,174,134). Sum of RGB (Red+Green+Blue) = 226+174+134=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AE86 is #1D5179. Grayscale: #B9B9B9. Windows color (decimal): -1921402 or 8826594. OLE color: 8826594.
HSL color Cylindrical-coordinate representation of color #E2AE86: hue angle of 26.09º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2AE86 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 134 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.11 |
| HSL | 26.09º | 0.61% | 0.71% | - |
| HSV(B) | 26.09º | 0.41% | 0.89% | - |
| XYZ | 50.8 | 48.16 | 29.17 | - |
| YUV | 184.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 134 | 0 | 0.23 | 0.41 | 0.11 | 26.09 | 0.61 | 0.71 |
| Hex | E2 | AE | 86 | 0 | 17 | 29 | B | 1A | 3D | 47 |
| Octal | 342 | 256 | 206 | 0 | 27 | 51 | 13 | 32 | 75 | 107 |
| Binary | 11100010 | 10101110 | 10000110 | 0 | 10111 | 101001 | 1011 | 11010 | 111101 | 1000111 |
Color Harmonies of #E2AE86
Complementary color
Monochromatic Colors of #E2AE86
Black with #E2AE86
Text Example
Text Example
White with #E2AE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AE86; }
p { color: rgb(226,174,134); }
H1.HeaderClassName
{
color: #E2AE86;
}
.AnyTagClassName
{
color: #E2AE86;
}
</style>
background-color css
<style>
a { background-color: #E2AE86; }
a { background-color: rgb(226,174,134); }
div.DivClassName
{
background-color: #E2AE86;
}
.BgClassName
{
background-color: #E2AE86;
}
</style>
border-color css
<style>
span { border-color: #E2AE86; }
span { border-color: rgb(226,174,134); }
td.TdClassName
{
border-color: #E2AE86;
}
.TagClassName
{
border-color: #E2AE86;
}
</style>