Shades of Manhattan #EDB287
Tints of Manhattan #EDB287
RGB
CMYK
RGB Variations
Color information
#EDB287 (or 0xEDB287) is known color: Manhattan. HEX triplet: ED, B2 and 87. RGB value is (237,178,135). Sum of RGB (Red+Green+Blue) = 237+178+135=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB287 is #124D78. Grayscale: #BEBEBE. Windows color (decimal): -1199481 or 8893165. OLE color: 8893165.
HSL color Cylindrical-coordinate representation of color #EDB287: hue angle of 25.29º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDB287 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 135 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.07 |
| HSL | 25.29º | 0.74% | 0.73% | - |
| HSV(B) | 25.29º | 0.43% | 0.93% | - |
| XYZ | 55.22 | 51.59 | 29.97 | - |
| YUV | 190.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 135 | 0 | 0.25 | 0.43 | 0.07 | 25.29 | 0.74 | 0.73 |
| Hex | ED | B2 | 87 | 0 | 19 | 2B | 7 | 19 | 4A | 49 |
| Octal | 355 | 262 | 207 | 0 | 31 | 53 | 7 | 31 | 112 | 111 |
| Binary | 11101101 | 10110010 | 10000111 | 0 | 11001 | 101011 | 111 | 11001 | 1001010 | 1001001 |
Color Harmonies of #EDB287
Complementary color
Monochromatic Colors of #EDB287
Black with #EDB287
Text Example
Text Example
White with #EDB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB287; }
p { color: rgb(237,178,135); }
H1.HeaderClassName
{
color: #EDB287;
}
.AnyTagClassName
{
color: #EDB287;
}
</style>
background-color css
<style>
a { background-color: #EDB287; }
a { background-color: rgb(237,178,135); }
div.DivClassName
{
background-color: #EDB287;
}
.BgClassName
{
background-color: #EDB287;
}
</style>
border-color css
<style>
span { border-color: #EDB287; }
span { border-color: rgb(237,178,135); }
td.TdClassName
{
border-color: #EDB287;
}
.TagClassName
{
border-color: #EDB287;
}
</style>