Shades of Manhattan #EDAD81
Tints of Manhattan #EDAD81
RGB
CMYK
RGB Variations
Color information
#EDAD81 (or 0xEDAD81) is known color: Manhattan. HEX triplet: ED, AD and 81. RGB value is (237,173,129). Sum of RGB (Red+Green+Blue) = 237+173+129=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD81 is #12527E. Grayscale: #BBBBBB. Windows color (decimal): -1200767 or 8498669. OLE color: 8498669.
HSL color Cylindrical-coordinate representation of color #EDAD81: hue angle of 24.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDAD81 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 129 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.07 |
| HSL | 24.44º | 0.75% | 0.72% | - |
| HSV(B) | 24.44º | 0.46% | 0.93% | - |
| XYZ | 53.83 | 49.48 | 27.48 | - |
| YUV | 187.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 129 | 0 | 0.27 | 0.46 | 0.07 | 24.44 | 0.75 | 0.72 |
| Hex | ED | AD | 81 | 0 | 1B | 2E | 7 | 18 | 4B | 48 |
| Octal | 355 | 255 | 201 | 0 | 33 | 56 | 7 | 30 | 113 | 110 |
| Binary | 11101101 | 10101101 | 10000001 | 0 | 11011 | 101110 | 111 | 11000 | 1001011 | 1001000 |
Color Harmonies of #EDAD81
Complementary color
Monochromatic Colors of #EDAD81
Black with #EDAD81
Text Example
Text Example
White with #EDAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD81; }
p { color: rgb(237,173,129); }
H1.HeaderClassName
{
color: #EDAD81;
}
.AnyTagClassName
{
color: #EDAD81;
}
</style>
background-color css
<style>
a { background-color: #EDAD81; }
a { background-color: rgb(237,173,129); }
div.DivClassName
{
background-color: #EDAD81;
}
.BgClassName
{
background-color: #EDAD81;
}
</style>
border-color css
<style>
span { border-color: #EDAD81; }
span { border-color: rgb(237,173,129); }
td.TdClassName
{
border-color: #EDAD81;
}
.TagClassName
{
border-color: #EDAD81;
}
</style>