Shades of Manhattan #EFB286
Tints of Manhattan #EFB286
RGB
CMYK
RGB Variations
Color information
#EFB286 (or 0xEFB286) is known color: Manhattan. HEX triplet: EF, B2 and 86. RGB value is (239,178,134). Sum of RGB (Red+Green+Blue) = 239+178+134=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB286 is #104D79. Grayscale: #BFBFBF. Windows color (decimal): -1068410 or 8827631. OLE color: 8827631.
HSL color Cylindrical-coordinate representation of color #EFB286: hue angle of 25.14º 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 #EFB286 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 134 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.06 |
| HSL | 25.14º | 0.77% | 0.73% | - |
| HSV(B) | 25.14º | 0.44% | 0.94% | - |
| XYZ | 55.82 | 51.91 | 29.63 | - |
| YUV | 191.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 134 | 0 | 0.26 | 0.44 | 0.06 | 25.14 | 0.77 | 0.73 |
| Hex | EF | B2 | 86 | 0 | 1A | 2C | 6 | 19 | 4D | 49 |
| Octal | 357 | 262 | 206 | 0 | 32 | 54 | 6 | 31 | 115 | 111 |
| Binary | 11101111 | 10110010 | 10000110 | 0 | 11010 | 101100 | 110 | 11001 | 1001101 | 1001001 |
Color Harmonies of #EFB286
Complementary color
Monochromatic Colors of #EFB286
Black with #EFB286
Text Example
Text Example
White with #EFB286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB286; }
p { color: rgb(239,178,134); }
H1.HeaderClassName
{
color: #EFB286;
}
.AnyTagClassName
{
color: #EFB286;
}
</style>
background-color css
<style>
a { background-color: #EFB286; }
a { background-color: rgb(239,178,134); }
div.DivClassName
{
background-color: #EFB286;
}
.BgClassName
{
background-color: #EFB286;
}
</style>
border-color css
<style>
span { border-color: #EFB286; }
span { border-color: rgb(239,178,134); }
td.TdClassName
{
border-color: #EFB286;
}
.TagClassName
{
border-color: #EFB286;
}
</style>