Shades of Manhattan #E2A76E
Tints of Manhattan #E2A76E
RGB
CMYK
RGB Variations
Color information
#E2A76E (or 0xE2A76E) is known color: Manhattan. HEX triplet: E2, A7 and 6E. RGB value is (226,167,110). Sum of RGB (Red+Green+Blue) = 226+167+110=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A76E is #1D5891. Grayscale: #B2B2B2. Windows color (decimal): -1923218 or 7251938. OLE color: 7251938.
HSL color Cylindrical-coordinate representation of color #E2A76E: hue angle of 29.48º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2A76E is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 167 | 110 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.11 |
| HSL | 29.48º | 0.67% | 0.66% | - |
| HSV(B) | 29.48º | 0.51% | 0.89% | - |
| XYZ | 48 | 44.93 | 20.89 | - |
| YUV | 178.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 167 | 110 | 0 | 0.26 | 0.51 | 0.11 | 29.48 | 0.67 | 0.66 |
| Hex | E2 | A7 | 6E | 0 | 1A | 33 | B | 1D | 43 | 42 |
| Octal | 342 | 247 | 156 | 0 | 32 | 63 | 13 | 35 | 103 | 102 |
| Binary | 11100010 | 10100111 | 1101110 | 0 | 11010 | 110011 | 1011 | 11101 | 1000011 | 1000010 |
Color Harmonies of #E2A76E
Complementary color
Monochromatic Colors of #E2A76E
Black with #E2A76E
Text Example
Text Example
White with #E2A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A76E; }
p { color: rgb(226,167,110); }
H1.HeaderClassName
{
color: #E2A76E;
}
.AnyTagClassName
{
color: #E2A76E;
}
</style>
background-color css
<style>
a { background-color: #E2A76E; }
a { background-color: rgb(226,167,110); }
div.DivClassName
{
background-color: #E2A76E;
}
.BgClassName
{
background-color: #E2A76E;
}
</style>
border-color css
<style>
span { border-color: #E2A76E; }
span { border-color: rgb(226,167,110); }
td.TdClassName
{
border-color: #E2A76E;
}
.TagClassName
{
border-color: #E2A76E;
}
</style>