Shades of Manhattan #E4B082
Tints of Manhattan #E4B082
RGB
CMYK
RGB Variations
Color information
#E4B082 (or 0xE4B082) is known color: Manhattan. HEX triplet: E4, B0 and 82. RGB value is (228,176,130). Sum of RGB (Red+Green+Blue) = 228+176+130=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4B082 is #1B4F7D. Grayscale: #BABABA. Windows color (decimal): -1789822 or 8564964. OLE color: 8564964.
HSL color Cylindrical-coordinate representation of color #E4B082: hue angle of 28.16º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E4B082 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 176 | 130 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.11 |
| HSL | 28.16º | 0.64% | 0.7% | - |
| HSV(B) | 28.16º | 0.43% | 0.89% | - |
| XYZ | 51.55 | 49.16 | 27.89 | - |
| YUV | 186.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 176 | 130 | 0 | 0.23 | 0.43 | 0.11 | 28.16 | 0.64 | 0.7 |
| Hex | E4 | B0 | 82 | 0 | 17 | 2B | B | 1C | 40 | 46 |
| Octal | 344 | 260 | 202 | 0 | 27 | 53 | 13 | 34 | 100 | 106 |
| Binary | 11100100 | 10110000 | 10000010 | 0 | 10111 | 101011 | 1011 | 11100 | 1000000 | 1000110 |
Color Harmonies of #E4B082
Complementary color
Monochromatic Colors of #E4B082
Black with #E4B082
Text Example
Text Example
White with #E4B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B082; }
p { color: rgb(228,176,130); }
H1.HeaderClassName
{
color: #E4B082;
}
.AnyTagClassName
{
color: #E4B082;
}
</style>
background-color css
<style>
a { background-color: #E4B082; }
a { background-color: rgb(228,176,130); }
div.DivClassName
{
background-color: #E4B082;
}
.BgClassName
{
background-color: #E4B082;
}
</style>
border-color css
<style>
span { border-color: #E4B082; }
span { border-color: rgb(228,176,130); }
td.TdClassName
{
border-color: #E4B082;
}
.TagClassName
{
border-color: #E4B082;
}
</style>