Shades of Manhattan #EDAD84
Tints of Manhattan #EDAD84
RGB
CMYK
RGB Variations
Color information
#EDAD84 (or 0xEDAD84) is known color: Manhattan. HEX triplet: ED, AD and 84. RGB value is (237,173,132). Sum of RGB (Red+Green+Blue) = 237+173+132=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD84 is #12527B. Grayscale: #BBBBBB. Windows color (decimal): -1200764 or 8695277. OLE color: 8695277.
HSL color Cylindrical-coordinate representation of color #EDAD84: hue angle of 23.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDAD84 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 132 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.07 |
| HSL | 23.43º | 0.74% | 0.72% | - |
| HSV(B) | 23.43º | 0.44% | 0.93% | - |
| XYZ | 54.03 | 49.56 | 28.55 | - |
| YUV | 187.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 132 | 0 | 0.27 | 0.44 | 0.07 | 23.43 | 0.74 | 0.72 |
| Hex | ED | AD | 84 | 0 | 1B | 2C | 7 | 17 | 4A | 48 |
| Octal | 355 | 255 | 204 | 0 | 33 | 54 | 7 | 27 | 112 | 110 |
| Binary | 11101101 | 10101101 | 10000100 | 0 | 11011 | 101100 | 111 | 10111 | 1001010 | 1001000 |
Color Harmonies of #EDAD84
Complementary color
Monochromatic Colors of #EDAD84
Black with #EDAD84
Text Example
Text Example
White with #EDAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD84; }
p { color: rgb(237,173,132); }
H1.HeaderClassName
{
color: #EDAD84;
}
.AnyTagClassName
{
color: #EDAD84;
}
</style>
background-color css
<style>
a { background-color: #EDAD84; }
a { background-color: rgb(237,173,132); }
div.DivClassName
{
background-color: #EDAD84;
}
.BgClassName
{
background-color: #EDAD84;
}
</style>
border-color css
<style>
span { border-color: #EDAD84; }
span { border-color: rgb(237,173,132); }
td.TdClassName
{
border-color: #EDAD84;
}
.TagClassName
{
border-color: #EDAD84;
}
</style>