Shades of Manhattan #EDAD82
Tints of Manhattan #EDAD82
RGB
CMYK
RGB Variations
Color information
#EDAD82 (or 0xEDAD82) is known color: Manhattan. HEX triplet: ED, AD and 82. RGB value is (237,173,130). Sum of RGB (Red+Green+Blue) = 237+173+130=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD82 is #12527D. Grayscale: #BBBBBB. Windows color (decimal): -1200766 or 8564205. OLE color: 8564205.
HSL color Cylindrical-coordinate representation of color #EDAD82: hue angle of 24.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDAD82 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 130 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.07 |
| HSL | 24.11º | 0.75% | 0.72% | - |
| HSV(B) | 24.11º | 0.45% | 0.93% | - |
| XYZ | 53.9 | 49.5 | 27.83 | - |
| YUV | 187.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 130 | 0 | 0.27 | 0.45 | 0.07 | 24.11 | 0.75 | 0.72 |
| Hex | ED | AD | 82 | 0 | 1B | 2D | 7 | 18 | 4B | 48 |
| Octal | 355 | 255 | 202 | 0 | 33 | 55 | 7 | 30 | 113 | 110 |
| Binary | 11101101 | 10101101 | 10000010 | 0 | 11011 | 101101 | 111 | 11000 | 1001011 | 1001000 |
Color Harmonies of #EDAD82
Complementary color
Monochromatic Colors of #EDAD82
Black with #EDAD82
Text Example
Text Example
White with #EDAD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD82; }
p { color: rgb(237,173,130); }
H1.HeaderClassName
{
color: #EDAD82;
}
.AnyTagClassName
{
color: #EDAD82;
}
</style>
background-color css
<style>
a { background-color: #EDAD82; }
a { background-color: rgb(237,173,130); }
div.DivClassName
{
background-color: #EDAD82;
}
.BgClassName
{
background-color: #EDAD82;
}
</style>
border-color css
<style>
span { border-color: #EDAD82; }
span { border-color: rgb(237,173,130); }
td.TdClassName
{
border-color: #EDAD82;
}
.TagClassName
{
border-color: #EDAD82;
}
</style>