Shades of Manhattan #E1AD7A
Tints of Manhattan #E1AD7A
RGB
CMYK
RGB Variations
Color information
#E1AD7A (or 0xE1AD7A) is known color: Manhattan. HEX triplet: E1, AD and 7A. RGB value is (225,173,122). Sum of RGB (Red+Green+Blue) = 225+173+122=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD7A is #1E5285. Grayscale: #B6B6B6. Windows color (decimal): -1987206 or 8039905. OLE color: 8039905.
HSL color Cylindrical-coordinate representation of color #E1AD7A: hue angle of 29.71º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1AD7A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 122 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.12 |
| HSL | 29.71º | 0.63% | 0.68% | - |
| HSV(B) | 29.71º | 0.46% | 0.88% | - |
| XYZ | 49.51 | 47.3 | 24.93 | - |
| YUV | 182.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 122 | 0 | 0.23 | 0.46 | 0.12 | 29.71 | 0.63 | 0.68 |
| Hex | E1 | AD | 7A | 0 | 17 | 2E | C | 1E | 3F | 44 |
| Octal | 341 | 255 | 172 | 0 | 27 | 56 | 14 | 36 | 77 | 104 |
| Binary | 11100001 | 10101101 | 1111010 | 0 | 10111 | 101110 | 1100 | 11110 | 111111 | 1000100 |
Color Harmonies of #E1AD7A
Complementary color
Monochromatic Colors of #E1AD7A
Black with #E1AD7A
Text Example
Text Example
White with #E1AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD7A; }
p { color: rgb(225,173,122); }
H1.HeaderClassName
{
color: #E1AD7A;
}
.AnyTagClassName
{
color: #E1AD7A;
}
</style>
background-color css
<style>
a { background-color: #E1AD7A; }
a { background-color: rgb(225,173,122); }
div.DivClassName
{
background-color: #E1AD7A;
}
.BgClassName
{
background-color: #E1AD7A;
}
</style>
border-color css
<style>
span { border-color: #E1AD7A; }
span { border-color: rgb(225,173,122); }
td.TdClassName
{
border-color: #E1AD7A;
}
.TagClassName
{
border-color: #E1AD7A;
}
</style>