Shades of Manhattan #E2AF7A
Tints of Manhattan #E2AF7A
RGB
CMYK
RGB Variations
Color information
#E2AF7A (or 0xE2AF7A) is known color: Manhattan. HEX triplet: E2, AF and 7A. RGB value is (226,175,122). Sum of RGB (Red+Green+Blue) = 226+175+122=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF7A is #1D5085. Grayscale: #B8B8B8. Windows color (decimal): -1921158 or 8040418. OLE color: 8040418.
HSL color Cylindrical-coordinate representation of color #E2AF7A: hue angle of 30.58º 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 #E2AF7A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 122 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.11 |
| HSL | 30.58º | 0.64% | 0.68% | - |
| HSV(B) | 30.58º | 0.46% | 0.89% | - |
| XYZ | 50.21 | 48.23 | 25.08 | - |
| YUV | 184.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 122 | 0 | 0.23 | 0.46 | 0.11 | 30.58 | 0.64 | 0.68 |
| Hex | E2 | AF | 7A | 0 | 17 | 2E | B | 1F | 40 | 44 |
| Octal | 342 | 257 | 172 | 0 | 27 | 56 | 13 | 37 | 100 | 104 |
| Binary | 11100010 | 10101111 | 1111010 | 0 | 10111 | 101110 | 1011 | 11111 | 1000000 | 1000100 |
Color Harmonies of #E2AF7A
Complementary color
Monochromatic Colors of #E2AF7A
Black with #E2AF7A
Text Example
Text Example
White with #E2AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF7A; }
p { color: rgb(226,175,122); }
H1.HeaderClassName
{
color: #E2AF7A;
}
.AnyTagClassName
{
color: #E2AF7A;
}
</style>
background-color css
<style>
a { background-color: #E2AF7A; }
a { background-color: rgb(226,175,122); }
div.DivClassName
{
background-color: #E2AF7A;
}
.BgClassName
{
background-color: #E2AF7A;
}
</style>
border-color css
<style>
span { border-color: #E2AF7A; }
span { border-color: rgb(226,175,122); }
td.TdClassName
{
border-color: #E2AF7A;
}
.TagClassName
{
border-color: #E2AF7A;
}
</style>