Shades of Manhattan #E5B27A
Tints of Manhattan #E5B27A
RGB
CMYK
RGB Variations
Color information
#E5B27A (or 0xE5B27A) is known color: Manhattan. HEX triplet: E5, B2 and 7A. RGB value is (229,178,122). Sum of RGB (Red+Green+Blue) = 229+178+122=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B27A is #1A4D85. Grayscale: #BBBBBB. Windows color (decimal): -1723782 or 8041189. OLE color: 8041189.
HSL color Cylindrical-coordinate representation of color #E5B27A: hue angle of 31.4º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5B27A is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 122 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.10 |
| HSL | 31.4º | 0.67% | 0.69% | - |
| HSV(B) | 31.4º | 0.47% | 0.9% | - |
| XYZ | 51.75 | 49.9 | 25.32 | - |
| YUV | 186.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 122 | 0 | 0.22 | 0.47 | 0.10 | 31.4 | 0.67 | 0.69 |
| Hex | E5 | B2 | 7A | 0 | 16 | 2F | A | 1F | 43 | 45 |
| Octal | 345 | 262 | 172 | 0 | 26 | 57 | 12 | 37 | 103 | 105 |
| Binary | 11100101 | 10110010 | 1111010 | 0 | 10110 | 101111 | 1010 | 11111 | 1000011 | 1000101 |
Color Harmonies of #E5B27A
Complementary color
Monochromatic Colors of #E5B27A
Black with #E5B27A
Text Example
Text Example
White with #E5B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B27A; }
p { color: rgb(229,178,122); }
H1.HeaderClassName
{
color: #E5B27A;
}
.AnyTagClassName
{
color: #E5B27A;
}
</style>
background-color css
<style>
a { background-color: #E5B27A; }
a { background-color: rgb(229,178,122); }
div.DivClassName
{
background-color: #E5B27A;
}
.BgClassName
{
background-color: #E5B27A;
}
</style>
border-color css
<style>
span { border-color: #E5B27A; }
span { border-color: rgb(229,178,122); }
td.TdClassName
{
border-color: #E5B27A;
}
.TagClassName
{
border-color: #E5B27A;
}
</style>