Shades of Manhattan #E1AF7E
Tints of Manhattan #E1AF7E
RGB
CMYK
RGB Variations
Color information
#E1AF7E (or 0xE1AF7E) is known color: Manhattan. HEX triplet: E1, AF and 7E. RGB value is (225,175,126). Sum of RGB (Red+Green+Blue) = 225+175+126=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF7E is #1E5081. Grayscale: #B8B8B8. Windows color (decimal): -1986690 or 8302561. OLE color: 8302561.
HSL color Cylindrical-coordinate representation of color #E1AF7E: hue angle of 29.7º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1AF7E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 126 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.12 |
| HSL | 29.7º | 0.62% | 0.69% | - |
| HSV(B) | 29.7º | 0.44% | 0.88% | - |
| XYZ | 50.15 | 48.17 | 26.39 | - |
| YUV | 184.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 126 | 0 | 0.22 | 0.44 | 0.12 | 29.7 | 0.62 | 0.69 |
| Hex | E1 | AF | 7E | 0 | 16 | 2C | C | 1E | 3E | 45 |
| Octal | 341 | 257 | 176 | 0 | 26 | 54 | 14 | 36 | 76 | 105 |
| Binary | 11100001 | 10101111 | 1111110 | 0 | 10110 | 101100 | 1100 | 11110 | 111110 | 1000101 |
Color Harmonies of #E1AF7E
Complementary color
Monochromatic Colors of #E1AF7E
Black with #E1AF7E
Text Example
Text Example
White with #E1AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF7E; }
p { color: rgb(225,175,126); }
H1.HeaderClassName
{
color: #E1AF7E;
}
.AnyTagClassName
{
color: #E1AF7E;
}
</style>
background-color css
<style>
a { background-color: #E1AF7E; }
a { background-color: rgb(225,175,126); }
div.DivClassName
{
background-color: #E1AF7E;
}
.BgClassName
{
background-color: #E1AF7E;
}
</style>
border-color css
<style>
span { border-color: #E1AF7E; }
span { border-color: rgb(225,175,126); }
td.TdClassName
{
border-color: #E1AF7E;
}
.TagClassName
{
border-color: #E1AF7E;
}
</style>