Shades of Manhattan #EFB185
Tints of Manhattan #EFB185
RGB
CMYK
RGB Variations
Color information
#EFB185 (or 0xEFB185) is known color: Manhattan. HEX triplet: EF, B1 and 85. RGB value is (239,177,133). Sum of RGB (Red+Green+Blue) = 239+177+133=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB185 is #104E7A. Grayscale: #BEBEBE. Windows color (decimal): -1068667 or 8761839. OLE color: 8761839.
HSL color Cylindrical-coordinate representation of color #EFB185: hue angle of 24.91º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFB185 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 133 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.06 |
| HSL | 24.91º | 0.77% | 0.73% | - |
| HSV(B) | 24.91º | 0.44% | 0.94% | - |
| XYZ | 55.55 | 51.49 | 29.2 | - |
| YUV | 190.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 133 | 0 | 0.26 | 0.44 | 0.06 | 24.91 | 0.77 | 0.73 |
| Hex | EF | B1 | 85 | 0 | 1A | 2C | 6 | 19 | 4D | 49 |
| Octal | 357 | 261 | 205 | 0 | 32 | 54 | 6 | 31 | 115 | 111 |
| Binary | 11101111 | 10110001 | 10000101 | 0 | 11010 | 101100 | 110 | 11001 | 1001101 | 1001001 |
Color Harmonies of #EFB185
Complementary color
Monochromatic Colors of #EFB185
Black with #EFB185
Text Example
Text Example
White with #EFB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB185; }
p { color: rgb(239,177,133); }
H1.HeaderClassName
{
color: #EFB185;
}
.AnyTagClassName
{
color: #EFB185;
}
</style>
background-color css
<style>
a { background-color: #EFB185; }
a { background-color: rgb(239,177,133); }
div.DivClassName
{
background-color: #EFB185;
}
.BgClassName
{
background-color: #EFB185;
}
</style>
border-color css
<style>
span { border-color: #EFB185; }
span { border-color: rgb(239,177,133); }
td.TdClassName
{
border-color: #EFB185;
}
.TagClassName
{
border-color: #EFB185;
}
</style>