Shades of Manhattan #E6AA80
Tints of Manhattan #E6AA80
RGB
CMYK
RGB Variations
Color information
#E6AA80 (or 0xE6AA80) is known color: Manhattan. HEX triplet: E6, AA and 80. RGB value is (230,170,128). Sum of RGB (Red+Green+Blue) = 230+170+128=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA80 is #19557F. Grayscale: #B7B7B7. Windows color (decimal): -1660288 or 8432358. OLE color: 8432358.
HSL color Cylindrical-coordinate representation of color #E6AA80: hue angle of 24.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6AA80 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 128 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.10 |
| HSL | 24.71º | 0.67% | 0.7% | - |
| HSV(B) | 24.71º | 0.44% | 0.9% | - |
| XYZ | 50.9 | 47.13 | 26.84 | - |
| YUV | 183.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 128 | 0 | 0.26 | 0.44 | 0.10 | 24.71 | 0.67 | 0.7 |
| Hex | E6 | AA | 80 | 0 | 1A | 2C | A | 19 | 43 | 46 |
| Octal | 346 | 252 | 200 | 0 | 32 | 54 | 12 | 31 | 103 | 106 |
| Binary | 11100110 | 10101010 | 10000000 | 0 | 11010 | 101100 | 1010 | 11001 | 1000011 | 1000110 |
Color Harmonies of #E6AA80
Complementary color
Monochromatic Colors of #E6AA80
Black with #E6AA80
Text Example
Text Example
White with #E6AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA80; }
p { color: rgb(230,170,128); }
H1.HeaderClassName
{
color: #E6AA80;
}
.AnyTagClassName
{
color: #E6AA80;
}
</style>
background-color css
<style>
a { background-color: #E6AA80; }
a { background-color: rgb(230,170,128); }
div.DivClassName
{
background-color: #E6AA80;
}
.BgClassName
{
background-color: #E6AA80;
}
</style>
border-color css
<style>
span { border-color: #E6AA80; }
span { border-color: rgb(230,170,128); }
td.TdClassName
{
border-color: #E6AA80;
}
.TagClassName
{
border-color: #E6AA80;
}
</style>