Shades of Manhattan #EDAC85
Tints of Manhattan #EDAC85
RGB
CMYK
RGB Variations
Color information
#EDAC85 (or 0xEDAC85) is known color: Manhattan. HEX triplet: ED, AC and 85. RGB value is (237,172,133). Sum of RGB (Red+Green+Blue) = 237+172+133=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC85 is #12537A. Grayscale: #BBBBBB. Windows color (decimal): -1201019 or 8760557. OLE color: 8760557.
HSL color Cylindrical-coordinate representation of color #EDAC85: hue angle of 22.5º 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 #EDAC85 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 133 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.07 |
| HSL | 22.5º | 0.74% | 0.73% | - |
| HSV(B) | 22.5º | 0.44% | 0.93% | - |
| XYZ | 53.91 | 49.2 | 28.85 | - |
| YUV | 186.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 133 | 0 | 0.27 | 0.44 | 0.07 | 22.5 | 0.74 | 0.73 |
| Hex | ED | AC | 85 | 0 | 1B | 2C | 7 | 16 | 4A | 49 |
| Octal | 355 | 254 | 205 | 0 | 33 | 54 | 7 | 26 | 112 | 111 |
| Binary | 11101101 | 10101100 | 10000101 | 0 | 11011 | 101100 | 111 | 10110 | 1001010 | 1001001 |
Color Harmonies of #EDAC85
Complementary color
Monochromatic Colors of #EDAC85
Black with #EDAC85
Text Example
Text Example
White with #EDAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC85; }
p { color: rgb(237,172,133); }
H1.HeaderClassName
{
color: #EDAC85;
}
.AnyTagClassName
{
color: #EDAC85;
}
</style>
background-color css
<style>
a { background-color: #EDAC85; }
a { background-color: rgb(237,172,133); }
div.DivClassName
{
background-color: #EDAC85;
}
.BgClassName
{
background-color: #EDAC85;
}
</style>
border-color css
<style>
span { border-color: #EDAC85; }
span { border-color: rgb(237,172,133); }
td.TdClassName
{
border-color: #EDAC85;
}
.TagClassName
{
border-color: #EDAC85;
}
</style>