Shades of Manhattan #E0AD7E
Tints of Manhattan #E0AD7E
RGB
CMYK
RGB Variations
Color information
#E0AD7E (or 0xE0AD7E) is known color: Manhattan. HEX triplet: E0, AD and 7E. RGB value is (224,173,126). Sum of RGB (Red+Green+Blue) = 224+173+126=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD7E is #1F5281. Grayscale: #B7B7B7. Windows color (decimal): -2052738 or 8302048. OLE color: 8302048.
HSL color Cylindrical-coordinate representation of color #E0AD7E: hue angle of 28.78º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0AD7E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 126 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.12 |
| HSL | 28.78º | 0.61% | 0.69% | - |
| HSV(B) | 28.78º | 0.44% | 0.88% | - |
| XYZ | 49.45 | 47.24 | 26.25 | - |
| YUV | 182.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 126 | 0 | 0.23 | 0.44 | 0.12 | 28.78 | 0.61 | 0.69 |
| Hex | E0 | AD | 7E | 0 | 17 | 2C | C | 1D | 3D | 45 |
| Octal | 340 | 255 | 176 | 0 | 27 | 54 | 14 | 35 | 75 | 105 |
| Binary | 11100000 | 10101101 | 1111110 | 0 | 10111 | 101100 | 1100 | 11101 | 111101 | 1000101 |
Color Harmonies of #E0AD7E
Complementary color
Monochromatic Colors of #E0AD7E
Black with #E0AD7E
Text Example
Text Example
White with #E0AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD7E; }
p { color: rgb(224,173,126); }
H1.HeaderClassName
{
color: #E0AD7E;
}
.AnyTagClassName
{
color: #E0AD7E;
}
</style>
background-color css
<style>
a { background-color: #E0AD7E; }
a { background-color: rgb(224,173,126); }
div.DivClassName
{
background-color: #E0AD7E;
}
.BgClassName
{
background-color: #E0AD7E;
}
</style>
border-color css
<style>
span { border-color: #E0AD7E; }
span { border-color: rgb(224,173,126); }
td.TdClassName
{
border-color: #E0AD7E;
}
.TagClassName
{
border-color: #E0AD7E;
}
</style>