Shades of Manhattan #E0B27A
Tints of Manhattan #E0B27A
RGB
CMYK
RGB Variations
Color information
#E0B27A (or 0xE0B27A) is known color: Manhattan. HEX triplet: E0, B2 and 7A. RGB value is (224,178,122). Sum of RGB (Red+Green+Blue) = 224+178+122=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B27A is #1F4D85. Grayscale: #B9B9B9. Windows color (decimal): -2051462 or 8041184. OLE color: 8041184.
HSL color Cylindrical-coordinate representation of color #E0B27A: hue angle of 32.94º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0B27A is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 178 | 122 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.12 |
| HSL | 32.94º | 0.62% | 0.68% | - |
| HSV(B) | 32.94º | 0.46% | 0.88% | - |
| XYZ | 50.17 | 49.09 | 25.24 | - |
| YUV | 185.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 122 | 0 | 0.21 | 0.46 | 0.12 | 32.94 | 0.62 | 0.68 |
| Hex | E0 | B2 | 7A | 0 | 15 | 2E | C | 21 | 3E | 44 |
| Octal | 340 | 262 | 172 | 0 | 25 | 56 | 14 | 41 | 76 | 104 |
| Binary | 11100000 | 10110010 | 1111010 | 0 | 10101 | 101110 | 1100 | 100001 | 111110 | 1000100 |
Color Harmonies of #E0B27A
Complementary color
Monochromatic Colors of #E0B27A
Black with #E0B27A
Text Example
Text Example
White with #E0B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B27A; }
p { color: rgb(224,178,122); }
H1.HeaderClassName
{
color: #E0B27A;
}
.AnyTagClassName
{
color: #E0B27A;
}
</style>
background-color css
<style>
a { background-color: #E0B27A; }
a { background-color: rgb(224,178,122); }
div.DivClassName
{
background-color: #E0B27A;
}
.BgClassName
{
background-color: #E0B27A;
}
</style>
border-color css
<style>
span { border-color: #E0B27A; }
span { border-color: rgb(224,178,122); }
td.TdClassName
{
border-color: #E0B27A;
}
.TagClassName
{
border-color: #E0B27A;
}
</style>