Shades of Manhattan #EFB088
Tints of Manhattan #EFB088
RGB
CMYK
RGB Variations
Color information
#EFB088 (or 0xEFB088) is known color: Manhattan. HEX triplet: EF, B0 and 88. RGB value is (239,176,136). Sum of RGB (Red+Green+Blue) = 239+176+136=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB088 is #104F77. Grayscale: #BEBEBE. Windows color (decimal): -1068920 or 8958191. OLE color: 8958191.
HSL color Cylindrical-coordinate representation of color #EFB088: hue angle of 23.3º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFB088 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 136 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.06 |
| HSL | 23.3º | 0.76% | 0.74% | - |
| HSV(B) | 23.3º | 0.43% | 0.94% | - |
| XYZ | 55.57 | 51.18 | 30.24 | - |
| YUV | 190.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 136 | 0 | 0.26 | 0.43 | 0.06 | 23.3 | 0.76 | 0.74 |
| Hex | EF | B0 | 88 | 0 | 1A | 2B | 6 | 17 | 4C | 4A |
| Octal | 357 | 260 | 210 | 0 | 32 | 53 | 6 | 27 | 114 | 112 |
| Binary | 11101111 | 10110000 | 10001000 | 0 | 11010 | 101011 | 110 | 10111 | 1001100 | 1001010 |
Color Harmonies of #EFB088
Complementary color
Monochromatic Colors of #EFB088
Black with #EFB088
Text Example
Text Example
White with #EFB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB088; }
p { color: rgb(239,176,136); }
H1.HeaderClassName
{
color: #EFB088;
}
.AnyTagClassName
{
color: #EFB088;
}
</style>
background-color css
<style>
a { background-color: #EFB088; }
a { background-color: rgb(239,176,136); }
div.DivClassName
{
background-color: #EFB088;
}
.BgClassName
{
background-color: #EFB088;
}
</style>
border-color css
<style>
span { border-color: #EFB088; }
span { border-color: rgb(239,176,136); }
td.TdClassName
{
border-color: #EFB088;
}
.TagClassName
{
border-color: #EFB088;
}
</style>