Shades of Manhattan #E6AE8B
Tints of Manhattan #E6AE8B
RGB
CMYK
RGB Variations
Color information
#E6AE8B (or 0xE6AE8B) is known color: Manhattan. HEX triplet: E6, AE and 8B. RGB value is (230,174,139). Sum of RGB (Red+Green+Blue) = 230+174+139=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AE8B is #195174. Grayscale: #BABABA. Windows color (decimal): -1659253 or 9154278. OLE color: 9154278.
HSL color Cylindrical-coordinate representation of color #E6AE8B: hue angle of 23.08º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6AE8B is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 139 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.10 |
| HSL | 23.08º | 0.65% | 0.72% | - |
| HSV(B) | 23.08º | 0.4% | 0.9% | - |
| XYZ | 52.43 | 48.96 | 31.11 | - |
| YUV | 186.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 139 | 0 | 0.24 | 0.40 | 0.10 | 23.08 | 0.65 | 0.72 |
| Hex | E6 | AE | 8B | 0 | 18 | 28 | A | 17 | 41 | 48 |
| Octal | 346 | 256 | 213 | 0 | 30 | 50 | 12 | 27 | 101 | 110 |
| Binary | 11100110 | 10101110 | 10001011 | 0 | 11000 | 101000 | 1010 | 10111 | 1000001 | 1001000 |
Color Harmonies of #E6AE8B
Complementary color
Monochromatic Colors of #E6AE8B
Black with #E6AE8B
Text Example
Text Example
White with #E6AE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AE8B; }
p { color: rgb(230,174,139); }
H1.HeaderClassName
{
color: #E6AE8B;
}
.AnyTagClassName
{
color: #E6AE8B;
}
</style>
background-color css
<style>
a { background-color: #E6AE8B; }
a { background-color: rgb(230,174,139); }
div.DivClassName
{
background-color: #E6AE8B;
}
.BgClassName
{
background-color: #E6AE8B;
}
</style>
border-color css
<style>
span { border-color: #E6AE8B; }
span { border-color: rgb(230,174,139); }
td.TdClassName
{
border-color: #E6AE8B;
}
.TagClassName
{
border-color: #E6AE8B;
}
</style>