Shades of Manhattan #EBAE8C
Tints of Manhattan #EBAE8C
RGB
CMYK
RGB Variations
Color information
#EBAE8C (or 0xEBAE8C) is known color: Manhattan. HEX triplet: EB, AE and 8C. RGB value is (235,174,140). Sum of RGB (Red+Green+Blue) = 235+174+140=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAE8C is #145173. Grayscale: #BCBCBC. Windows color (decimal): -1331572 or 9219819. OLE color: 9219819.
HSL color Cylindrical-coordinate representation of color #EBAE8C: hue angle of 21.47º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBAE8C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 140 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.08 |
| HSL | 21.47º | 0.7% | 0.74% | - |
| HSV(B) | 21.47º | 0.4% | 0.92% | - |
| XYZ | 54.13 | 49.83 | 31.58 | - |
| YUV | 188.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 140 | 0 | 0.26 | 0.40 | 0.08 | 21.47 | 0.7 | 0.74 |
| Hex | EB | AE | 8C | 0 | 1A | 28 | 8 | 15 | 46 | 4A |
| Octal | 353 | 256 | 214 | 0 | 32 | 50 | 10 | 25 | 106 | 112 |
| Binary | 11101011 | 10101110 | 10001100 | 0 | 11010 | 101000 | 1000 | 10101 | 1000110 | 1001010 |
Color Harmonies of #EBAE8C
Complementary color
Monochromatic Colors of #EBAE8C
Black with #EBAE8C
Text Example
Text Example
White with #EBAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAE8C; }
p { color: rgb(235,174,140); }
H1.HeaderClassName
{
color: #EBAE8C;
}
.AnyTagClassName
{
color: #EBAE8C;
}
</style>
background-color css
<style>
a { background-color: #EBAE8C; }
a { background-color: rgb(235,174,140); }
div.DivClassName
{
background-color: #EBAE8C;
}
.BgClassName
{
background-color: #EBAE8C;
}
</style>
border-color css
<style>
span { border-color: #EBAE8C; }
span { border-color: rgb(235,174,140); }
td.TdClassName
{
border-color: #EBAE8C;
}
.TagClassName
{
border-color: #EBAE8C;
}
</style>