Shades of Manhattan #E1AE7A
Tints of Manhattan #E1AE7A
RGB
CMYK
RGB Variations
Color information
#E1AE7A (or 0xE1AE7A) is known color: Manhattan. HEX triplet: E1, AE and 7A. RGB value is (225,174,122). Sum of RGB (Red+Green+Blue) = 225+174+122=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AE7A is #1E5185. Grayscale: #B7B7B7. Windows color (decimal): -1986950 or 8040161. OLE color: 8040161.
HSL color Cylindrical-coordinate representation of color #E1AE7A: hue angle of 30.29º 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 #E1AE7A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 122 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.12 |
| HSL | 30.29º | 0.63% | 0.68% | - |
| HSV(B) | 30.29º | 0.46% | 0.88% | - |
| XYZ | 49.7 | 47.68 | 25 | - |
| YUV | 183.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 122 | 0 | 0.23 | 0.46 | 0.12 | 30.29 | 0.63 | 0.68 |
| Hex | E1 | AE | 7A | 0 | 17 | 2E | C | 1E | 3F | 44 |
| Octal | 341 | 256 | 172 | 0 | 27 | 56 | 14 | 36 | 77 | 104 |
| Binary | 11100001 | 10101110 | 1111010 | 0 | 10111 | 101110 | 1100 | 11110 | 111111 | 1000100 |
Color Harmonies of #E1AE7A
Complementary color
Monochromatic Colors of #E1AE7A
Black with #E1AE7A
Text Example
Text Example
White with #E1AE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AE7A; }
p { color: rgb(225,174,122); }
H1.HeaderClassName
{
color: #E1AE7A;
}
.AnyTagClassName
{
color: #E1AE7A;
}
</style>
background-color css
<style>
a { background-color: #E1AE7A; }
a { background-color: rgb(225,174,122); }
div.DivClassName
{
background-color: #E1AE7A;
}
.BgClassName
{
background-color: #E1AE7A;
}
</style>
border-color css
<style>
span { border-color: #E1AE7A; }
span { border-color: rgb(225,174,122); }
td.TdClassName
{
border-color: #E1AE7A;
}
.TagClassName
{
border-color: #E1AE7A;
}
</style>