Shades of Manhattan #ECAF8B
Tints of Manhattan #ECAF8B
RGB
CMYK
RGB Variations
Color information
#ECAF8B (or 0xECAF8B) is known color: Manhattan. HEX triplet: EC, AF and 8B. RGB value is (236,175,139). Sum of RGB (Red+Green+Blue) = 236+175+139=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF8B is #135074. Grayscale: #BDBDBD. Windows color (decimal): -1265781 or 9154540. OLE color: 9154540.
HSL color Cylindrical-coordinate representation of color #ECAF8B: hue angle of 22.27º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECAF8B is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 139 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.07 |
| HSL | 22.27º | 0.72% | 0.74% | - |
| HSV(B) | 22.27º | 0.41% | 0.93% | - |
| XYZ | 54.58 | 50.36 | 31.27 | - |
| YUV | 189.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 139 | 0 | 0.26 | 0.41 | 0.07 | 22.27 | 0.72 | 0.74 |
| Hex | EC | AF | 8B | 0 | 1A | 29 | 7 | 16 | 48 | 4A |
| Octal | 354 | 257 | 213 | 0 | 32 | 51 | 7 | 26 | 110 | 112 |
| Binary | 11101100 | 10101111 | 10001011 | 0 | 11010 | 101001 | 111 | 10110 | 1001000 | 1001010 |
Color Harmonies of #ECAF8B
Complementary color
Monochromatic Colors of #ECAF8B
Black with #ECAF8B
Text Example
Text Example
White with #ECAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF8B; }
p { color: rgb(236,175,139); }
H1.HeaderClassName
{
color: #ECAF8B;
}
.AnyTagClassName
{
color: #ECAF8B;
}
</style>
background-color css
<style>
a { background-color: #ECAF8B; }
a { background-color: rgb(236,175,139); }
div.DivClassName
{
background-color: #ECAF8B;
}
.BgClassName
{
background-color: #ECAF8B;
}
</style>
border-color css
<style>
span { border-color: #ECAF8B; }
span { border-color: rgb(236,175,139); }
td.TdClassName
{
border-color: #ECAF8B;
}
.TagClassName
{
border-color: #ECAF8B;
}
</style>