Shades of Manhattan #EDB18B
Tints of Manhattan #EDB18B
RGB
CMYK
RGB Variations
Color information
#EDB18B (or 0xEDB18B) is known color: Manhattan. HEX triplet: ED, B1 and 8B. RGB value is (237,177,139). Sum of RGB (Red+Green+Blue) = 237+177+139=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB18B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB18B is #124E74. Grayscale: #BEBEBE. Windows color (decimal): -1199733 or 9155053. OLE color: 9155053.
HSL color Cylindrical-coordinate representation of color #EDB18B: hue angle of 23.27º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDB18B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 139 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.07 |
| HSL | 23.27º | 0.73% | 0.74% | - |
| HSV(B) | 23.27º | 0.41% | 0.93% | - |
| XYZ | 55.31 | 51.31 | 31.42 | - |
| YUV | 190.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 139 | 0 | 0.25 | 0.41 | 0.07 | 23.27 | 0.73 | 0.74 |
| Hex | ED | B1 | 8B | 0 | 19 | 29 | 7 | 17 | 49 | 4A |
| Octal | 355 | 261 | 213 | 0 | 31 | 51 | 7 | 27 | 111 | 112 |
| Binary | 11101101 | 10110001 | 10001011 | 0 | 11001 | 101001 | 111 | 10111 | 1001001 | 1001010 |
Color Harmonies of #EDB18B
Complementary color
Monochromatic Colors of #EDB18B
Black with #EDB18B
Text Example
Text Example
White with #EDB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB18B; }
p { color: rgb(237,177,139); }
H1.HeaderClassName
{
color: #EDB18B;
}
.AnyTagClassName
{
color: #EDB18B;
}
</style>
background-color css
<style>
a { background-color: #EDB18B; }
a { background-color: rgb(237,177,139); }
div.DivClassName
{
background-color: #EDB18B;
}
.BgClassName
{
background-color: #EDB18B;
}
</style>
border-color css
<style>
span { border-color: #EDB18B; }
span { border-color: rgb(237,177,139); }
td.TdClassName
{
border-color: #EDB18B;
}
.TagClassName
{
border-color: #EDB18B;
}
</style>