Shades of Manhattan #EDAD85
Tints of Manhattan #EDAD85
RGB
CMYK
RGB Variations
Color information
#EDAD85 (or 0xEDAD85) is known color: Manhattan. HEX triplet: ED, AD and 85. RGB value is (237,173,133). Sum of RGB (Red+Green+Blue) = 237+173+133=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD85 is #12527A. Grayscale: #BBBBBB. Windows color (decimal): -1200763 or 8760813. OLE color: 8760813.
HSL color Cylindrical-coordinate representation of color #EDAD85: hue angle of 23.08º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDAD85 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 133 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.07 |
| HSL | 23.08º | 0.74% | 0.73% | - |
| HSV(B) | 23.08º | 0.44% | 0.93% | - |
| XYZ | 54.1 | 49.59 | 28.91 | - |
| YUV | 187.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 133 | 0 | 0.27 | 0.44 | 0.07 | 23.08 | 0.74 | 0.73 |
| Hex | ED | AD | 85 | 0 | 1B | 2C | 7 | 17 | 4A | 49 |
| Octal | 355 | 255 | 205 | 0 | 33 | 54 | 7 | 27 | 112 | 111 |
| Binary | 11101101 | 10101101 | 10000101 | 0 | 11011 | 101100 | 111 | 10111 | 1001010 | 1001001 |
Color Harmonies of #EDAD85
Complementary color
Monochromatic Colors of #EDAD85
Black with #EDAD85
Text Example
Text Example
White with #EDAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD85; }
p { color: rgb(237,173,133); }
H1.HeaderClassName
{
color: #EDAD85;
}
.AnyTagClassName
{
color: #EDAD85;
}
</style>
background-color css
<style>
a { background-color: #EDAD85; }
a { background-color: rgb(237,173,133); }
div.DivClassName
{
background-color: #EDAD85;
}
.BgClassName
{
background-color: #EDAD85;
}
</style>
border-color css
<style>
span { border-color: #EDAD85; }
span { border-color: rgb(237,173,133); }
td.TdClassName
{
border-color: #EDAD85;
}
.TagClassName
{
border-color: #EDAD85;
}
</style>