Shades of Manhattan #E6AD8A
Tints of Manhattan #E6AD8A
RGB
CMYK
RGB Variations
Color information
#E6AD8A (or 0xE6AD8A) is known color: Manhattan. HEX triplet: E6, AD and 8A. RGB value is (230,173,138). Sum of RGB (Red+Green+Blue) = 230+173+138=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD8A is #195275. Grayscale: #BABABA. Windows color (decimal): -1659510 or 9088486. OLE color: 9088486.
HSL color Cylindrical-coordinate representation of color #E6AD8A: hue angle of 22.83º 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 #E6AD8A is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 138 | - |
| CMYK | 0 | 0.25 | 0.4 | 0.10 |
| HSL | 22.83º | 0.65% | 0.72% | - |
| HSV(B) | 22.83º | 0.4% | 0.9% | - |
| XYZ | 52.16 | 48.55 | 30.67 | - |
| YUV | 186.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 138 | 0 | 0.25 | 0.4 | 0.10 | 22.83 | 0.65 | 0.72 |
| Hex | E6 | AD | 8A | 0 | 19 | 28 | A | 17 | 41 | 48 |
| Octal | 346 | 255 | 212 | 0 | 31 | 50 | 12 | 27 | 101 | 110 |
| Binary | 11100110 | 10101101 | 10001010 | 0 | 11001 | 101000 | 1010 | 10111 | 1000001 | 1001000 |
Color Harmonies of #E6AD8A
Complementary color
Monochromatic Colors of #E6AD8A
Black with #E6AD8A
Text Example
Text Example
White with #E6AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD8A; }
p { color: rgb(230,173,138); }
H1.HeaderClassName
{
color: #E6AD8A;
}
.AnyTagClassName
{
color: #E6AD8A;
}
</style>
background-color css
<style>
a { background-color: #E6AD8A; }
a { background-color: rgb(230,173,138); }
div.DivClassName
{
background-color: #E6AD8A;
}
.BgClassName
{
background-color: #E6AD8A;
}
</style>
border-color css
<style>
span { border-color: #E6AD8A; }
span { border-color: rgb(230,173,138); }
td.TdClassName
{
border-color: #E6AD8A;
}
.TagClassName
{
border-color: #E6AD8A;
}
</style>