Shades of Manhattan #EDB38B
Tints of Manhattan #EDB38B
RGB
CMYK
RGB Variations
Color information
#EDB38B (or 0xEDB38B) is known color: Manhattan. HEX triplet: ED, B3 and 8B. RGB value is (237,179,139). Sum of RGB (Red+Green+Blue) = 237+179+139=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB38B is #124C74. Grayscale: #BFBFBF. Windows color (decimal): -1199221 or 9155565. OLE color: 9155565.
HSL color Cylindrical-coordinate representation of color #EDB38B: hue angle of 24.49º 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 #EDB38B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 139 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.07 |
| HSL | 24.49º | 0.73% | 0.74% | - |
| HSV(B) | 24.49º | 0.41% | 0.93% | - |
| XYZ | 55.71 | 52.11 | 31.55 | - |
| YUV | 191.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 139 | 0 | 0.24 | 0.41 | 0.07 | 24.49 | 0.73 | 0.74 |
| Hex | ED | B3 | 8B | 0 | 18 | 29 | 7 | 18 | 49 | 4A |
| Octal | 355 | 263 | 213 | 0 | 30 | 51 | 7 | 30 | 111 | 112 |
| Binary | 11101101 | 10110011 | 10001011 | 0 | 11000 | 101001 | 111 | 11000 | 1001001 | 1001010 |
Color Harmonies of #EDB38B
Complementary color
Monochromatic Colors of #EDB38B
Black with #EDB38B
Text Example
Text Example
White with #EDB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB38B; }
p { color: rgb(237,179,139); }
H1.HeaderClassName
{
color: #EDB38B;
}
.AnyTagClassName
{
color: #EDB38B;
}
</style>
background-color css
<style>
a { background-color: #EDB38B; }
a { background-color: rgb(237,179,139); }
div.DivClassName
{
background-color: #EDB38B;
}
.BgClassName
{
background-color: #EDB38B;
}
</style>
border-color css
<style>
span { border-color: #EDB38B; }
span { border-color: rgb(237,179,139); }
td.TdClassName
{
border-color: #EDB38B;
}
.TagClassName
{
border-color: #EDB38B;
}
</style>