Shades of Manhattan #EDAD88
Tints of Manhattan #EDAD88
RGB
CMYK
RGB Variations
Color information
#EDAD88 (or 0xEDAD88) is known color: Manhattan. HEX triplet: ED, AD and 88. RGB value is (237,173,136). Sum of RGB (Red+Green+Blue) = 237+173+136=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD88 is #125277. Grayscale: #BCBCBC. Windows color (decimal): -1200760 or 8957421. OLE color: 8957421.
HSL color Cylindrical-coordinate representation of color #EDAD88: hue angle of 21.98º 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 #EDAD88 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 136 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.07 |
| HSL | 21.98º | 0.74% | 0.73% | - |
| HSV(B) | 21.98º | 0.43% | 0.93% | - |
| XYZ | 54.31 | 49.67 | 30.02 | - |
| YUV | 187.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 136 | 0 | 0.27 | 0.43 | 0.07 | 21.98 | 0.74 | 0.73 |
| Hex | ED | AD | 88 | 0 | 1B | 2B | 7 | 16 | 4A | 49 |
| Octal | 355 | 255 | 210 | 0 | 33 | 53 | 7 | 26 | 112 | 111 |
| Binary | 11101101 | 10101101 | 10001000 | 0 | 11011 | 101011 | 111 | 10110 | 1001010 | 1001001 |
Color Harmonies of #EDAD88
Complementary color
Monochromatic Colors of #EDAD88
Black with #EDAD88
Text Example
Text Example
White with #EDAD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD88; }
p { color: rgb(237,173,136); }
H1.HeaderClassName
{
color: #EDAD88;
}
.AnyTagClassName
{
color: #EDAD88;
}
</style>
background-color css
<style>
a { background-color: #EDAD88; }
a { background-color: rgb(237,173,136); }
div.DivClassName
{
background-color: #EDAD88;
}
.BgClassName
{
background-color: #EDAD88;
}
</style>
border-color css
<style>
span { border-color: #EDAD88; }
span { border-color: rgb(237,173,136); }
td.TdClassName
{
border-color: #EDAD88;
}
.TagClassName
{
border-color: #EDAD88;
}
</style>