Shades of Manhattan #EDB089
Tints of Manhattan #EDB089
RGB
CMYK
RGB Variations
Color information
#EDB089 (or 0xEDB089) is known color: Manhattan. HEX triplet: ED, B0 and 89. RGB value is (237,176,137). Sum of RGB (Red+Green+Blue) = 237+176+137=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB089 is #124F76. Grayscale: #BEBEBE. Windows color (decimal): -1199991 or 9023725. OLE color: 9023725.
HSL color Cylindrical-coordinate representation of color #EDB089: hue angle of 23.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDB089 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 137 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.07 |
| HSL | 23.4º | 0.74% | 0.73% | - |
| HSV(B) | 23.4º | 0.42% | 0.93% | - |
| XYZ | 54.97 | 50.86 | 30.59 | - |
| YUV | 189.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 137 | 0 | 0.26 | 0.42 | 0.07 | 23.4 | 0.74 | 0.73 |
| Hex | ED | B0 | 89 | 0 | 1A | 2A | 7 | 17 | 4A | 49 |
| Octal | 355 | 260 | 211 | 0 | 32 | 52 | 7 | 27 | 112 | 111 |
| Binary | 11101101 | 10110000 | 10001001 | 0 | 11010 | 101010 | 111 | 10111 | 1001010 | 1001001 |
Color Harmonies of #EDB089
Complementary color
Monochromatic Colors of #EDB089
Black with #EDB089
Text Example
Text Example
White with #EDB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB089; }
p { color: rgb(237,176,137); }
H1.HeaderClassName
{
color: #EDB089;
}
.AnyTagClassName
{
color: #EDB089;
}
</style>
background-color css
<style>
a { background-color: #EDB089; }
a { background-color: rgb(237,176,137); }
div.DivClassName
{
background-color: #EDB089;
}
.BgClassName
{
background-color: #EDB089;
}
</style>
border-color css
<style>
span { border-color: #EDB089; }
span { border-color: rgb(237,176,137); }
td.TdClassName
{
border-color: #EDB089;
}
.TagClassName
{
border-color: #EDB089;
}
</style>