Shades of Manhattan #E2AE7A
Tints of Manhattan #E2AE7A
RGB
CMYK
RGB Variations
Color information
#E2AE7A (or 0xE2AE7A) is known color: Manhattan. HEX triplet: E2, AE and 7A. RGB value is (226,174,122). Sum of RGB (Red+Green+Blue) = 226+174+122=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AE7A is #1D5185. Grayscale: #B7B7B7. Windows color (decimal): -1921414 or 8040162. OLE color: 8040162.
HSL color Cylindrical-coordinate representation of color #E2AE7A: hue angle of 30º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2AE7A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 122 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.11 |
| HSL | 30º | 0.64% | 0.68% | - |
| HSV(B) | 30º | 0.46% | 0.89% | - |
| XYZ | 50.01 | 47.85 | 25.01 | - |
| YUV | 183.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 122 | 0 | 0.23 | 0.46 | 0.11 | 30 | 0.64 | 0.68 |
| Hex | E2 | AE | 7A | 0 | 17 | 2E | B | 1E | 40 | 44 |
| Octal | 342 | 256 | 172 | 0 | 27 | 56 | 13 | 36 | 100 | 104 |
| Binary | 11100010 | 10101110 | 1111010 | 0 | 10111 | 101110 | 1011 | 11110 | 1000000 | 1000100 |
Color Harmonies of #E2AE7A
Complementary color
Monochromatic Colors of #E2AE7A
Black with #E2AE7A
Text Example
Text Example
White with #E2AE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AE7A; }
p { color: rgb(226,174,122); }
H1.HeaderClassName
{
color: #E2AE7A;
}
.AnyTagClassName
{
color: #E2AE7A;
}
</style>
background-color css
<style>
a { background-color: #E2AE7A; }
a { background-color: rgb(226,174,122); }
div.DivClassName
{
background-color: #E2AE7A;
}
.BgClassName
{
background-color: #E2AE7A;
}
</style>
border-color css
<style>
span { border-color: #E2AE7A; }
span { border-color: rgb(226,174,122); }
td.TdClassName
{
border-color: #E2AE7A;
}
.TagClassName
{
border-color: #E2AE7A;
}
</style>