Shades of Manhattan #E5A76F
Tints of Manhattan #E5A76F
RGB
CMYK
RGB Variations
Color information
#E5A76F (or 0xE5A76F) is known color: Manhattan. HEX triplet: E5, A7 and 6F. RGB value is (229,167,111). Sum of RGB (Red+Green+Blue) = 229+167+111=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A76F is #1A5890. Grayscale: #B3B3B3. Windows color (decimal): -1726609 or 7317477. OLE color: 7317477.
HSL color Cylindrical-coordinate representation of color #E5A76F: hue angle of 28.47º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5A76F is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 111 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.10 |
| HSL | 28.47º | 0.69% | 0.67% | - |
| HSV(B) | 28.47º | 0.52% | 0.9% | - |
| XYZ | 49 | 45.44 | 21.23 | - |
| YUV | 179.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 111 | 0 | 0.27 | 0.52 | 0.10 | 28.47 | 0.69 | 0.67 |
| Hex | E5 | A7 | 6F | 0 | 1B | 34 | A | 1C | 45 | 43 |
| Octal | 345 | 247 | 157 | 0 | 33 | 64 | 12 | 34 | 105 | 103 |
| Binary | 11100101 | 10100111 | 1101111 | 0 | 11011 | 110100 | 1010 | 11100 | 1000101 | 1000011 |
Color Harmonies of #E5A76F
Complementary color
Monochromatic Colors of #E5A76F
Black with #E5A76F
Text Example
Text Example
White with #E5A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A76F; }
p { color: rgb(229,167,111); }
H1.HeaderClassName
{
color: #E5A76F;
}
.AnyTagClassName
{
color: #E5A76F;
}
</style>
background-color css
<style>
a { background-color: #E5A76F; }
a { background-color: rgb(229,167,111); }
div.DivClassName
{
background-color: #E5A76F;
}
.BgClassName
{
background-color: #E5A76F;
}
</style>
border-color css
<style>
span { border-color: #E5A76F; }
span { border-color: rgb(229,167,111); }
td.TdClassName
{
border-color: #E5A76F;
}
.TagClassName
{
border-color: #E5A76F;
}
</style>