Shades of Manhattan #E1B07E
Tints of Manhattan #E1B07E
RGB
CMYK
RGB Variations
Color information
#E1B07E (or 0xE1B07E) is known color: Manhattan. HEX triplet: E1, B0 and 7E. RGB value is (225,176,126). Sum of RGB (Red+Green+Blue) = 225+176+126=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B07E is #1E4F81. Grayscale: #B9B9B9. Windows color (decimal): -1986434 or 8302817. OLE color: 8302817.
HSL color Cylindrical-coordinate representation of color #E1B07E: hue angle of 30.3º 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 #E1B07E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 126 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.12 |
| HSL | 30.3º | 0.62% | 0.69% | - |
| HSV(B) | 30.3º | 0.44% | 0.88% | - |
| XYZ | 50.34 | 48.56 | 26.46 | - |
| YUV | 184.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 126 | 0 | 0.22 | 0.44 | 0.12 | 30.3 | 0.62 | 0.69 |
| Hex | E1 | B0 | 7E | 0 | 16 | 2C | C | 1E | 3E | 45 |
| Octal | 341 | 260 | 176 | 0 | 26 | 54 | 14 | 36 | 76 | 105 |
| Binary | 11100001 | 10110000 | 1111110 | 0 | 10110 | 101100 | 1100 | 11110 | 111110 | 1000101 |
Color Harmonies of #E1B07E
Complementary color
Monochromatic Colors of #E1B07E
Black with #E1B07E
Text Example
Text Example
White with #E1B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B07E; }
p { color: rgb(225,176,126); }
H1.HeaderClassName
{
color: #E1B07E;
}
.AnyTagClassName
{
color: #E1B07E;
}
</style>
background-color css
<style>
a { background-color: #E1B07E; }
a { background-color: rgb(225,176,126); }
div.DivClassName
{
background-color: #E1B07E;
}
.BgClassName
{
background-color: #E1B07E;
}
</style>
border-color css
<style>
span { border-color: #E1B07E; }
span { border-color: rgb(225,176,126); }
td.TdClassName
{
border-color: #E1B07E;
}
.TagClassName
{
border-color: #E1B07E;
}
</style>