Shades of Manhattan #E0AD7D
Tints of Manhattan #E0AD7D
RGB
CMYK
RGB Variations
Color information
#E0AD7D (or 0xE0AD7D) is known color: Manhattan. HEX triplet: E0, AD and 7D. RGB value is (224,173,125). Sum of RGB (Red+Green+Blue) = 224+173+125=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD7D is #1F5282. Grayscale: #B7B7B7. Windows color (decimal): -2052739 or 8236512. OLE color: 8236512.
HSL color Cylindrical-coordinate representation of color #E0AD7D: hue angle of 29.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0AD7D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 125 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.12 |
| HSL | 29.09º | 0.61% | 0.68% | - |
| HSV(B) | 29.09º | 0.44% | 0.88% | - |
| XYZ | 49.39 | 47.22 | 25.91 | - |
| YUV | 182.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 125 | 0 | 0.23 | 0.44 | 0.12 | 29.09 | 0.61 | 0.68 |
| Hex | E0 | AD | 7D | 0 | 17 | 2C | C | 1D | 3D | 44 |
| Octal | 340 | 255 | 175 | 0 | 27 | 54 | 14 | 35 | 75 | 104 |
| Binary | 11100000 | 10101101 | 1111101 | 0 | 10111 | 101100 | 1100 | 11101 | 111101 | 1000100 |
Color Harmonies of #E0AD7D
Complementary color
Monochromatic Colors of #E0AD7D
Black with #E0AD7D
Text Example
Text Example
White with #E0AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD7D; }
p { color: rgb(224,173,125); }
H1.HeaderClassName
{
color: #E0AD7D;
}
.AnyTagClassName
{
color: #E0AD7D;
}
</style>
background-color css
<style>
a { background-color: #E0AD7D; }
a { background-color: rgb(224,173,125); }
div.DivClassName
{
background-color: #E0AD7D;
}
.BgClassName
{
background-color: #E0AD7D;
}
</style>
border-color css
<style>
span { border-color: #E0AD7D; }
span { border-color: rgb(224,173,125); }
td.TdClassName
{
border-color: #E0AD7D;
}
.TagClassName
{
border-color: #E0AD7D;
}
</style>