Shades of Manhattan #EDAF8A
Tints of Manhattan #EDAF8A
RGB
CMYK
RGB Variations
Color information
#EDAF8A (or 0xEDAF8A) is known color: Manhattan. HEX triplet: ED, AF and 8A. RGB value is (237,175,138). Sum of RGB (Red+Green+Blue) = 237+175+138=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF8A is #125075. Grayscale: #BDBDBD. Windows color (decimal): -1200246 or 9089005. OLE color: 9089005.
HSL color Cylindrical-coordinate representation of color #EDAF8A: hue angle of 22.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDAF8A is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 138 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.07 |
| HSL | 22.42º | 0.73% | 0.74% | - |
| HSV(B) | 22.42º | 0.42% | 0.93% | - |
| XYZ | 54.84 | 50.5 | 30.9 | - |
| YUV | 189.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 138 | 0 | 0.26 | 0.42 | 0.07 | 22.42 | 0.73 | 0.74 |
| Hex | ED | AF | 8A | 0 | 1A | 2A | 7 | 16 | 49 | 4A |
| Octal | 355 | 257 | 212 | 0 | 32 | 52 | 7 | 26 | 111 | 112 |
| Binary | 11101101 | 10101111 | 10001010 | 0 | 11010 | 101010 | 111 | 10110 | 1001001 | 1001010 |
Color Harmonies of #EDAF8A
Complementary color
Monochromatic Colors of #EDAF8A
Black with #EDAF8A
Text Example
Text Example
White with #EDAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF8A; }
p { color: rgb(237,175,138); }
H1.HeaderClassName
{
color: #EDAF8A;
}
.AnyTagClassName
{
color: #EDAF8A;
}
</style>
background-color css
<style>
a { background-color: #EDAF8A; }
a { background-color: rgb(237,175,138); }
div.DivClassName
{
background-color: #EDAF8A;
}
.BgClassName
{
background-color: #EDAF8A;
}
</style>
border-color css
<style>
span { border-color: #EDAF8A; }
span { border-color: rgb(237,175,138); }
td.TdClassName
{
border-color: #EDAF8A;
}
.TagClassName
{
border-color: #EDAF8A;
}
</style>