Shades of Manhattan #EFB089
Tints of Manhattan #EFB089
RGB
CMYK
RGB Variations
Color information
#EFB089 (or 0xEFB089) is known color: Manhattan. HEX triplet: EF, B0 and 89. RGB value is (239,176,137). Sum of RGB (Red+Green+Blue) = 239+176+137=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB089 is #104F76. Grayscale: #BEBEBE. Windows color (decimal): -1068919 or 9023727. OLE color: 9023727.
HSL color Cylindrical-coordinate representation of color #EFB089: hue angle of 22.94º 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 #EFB089 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 137 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.06 |
| HSL | 22.94º | 0.76% | 0.74% | - |
| HSV(B) | 22.94º | 0.43% | 0.94% | - |
| XYZ | 55.64 | 51.21 | 30.62 | - |
| YUV | 190.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 137 | 0 | 0.26 | 0.43 | 0.06 | 22.94 | 0.76 | 0.74 |
| Hex | EF | B0 | 89 | 0 | 1A | 2B | 6 | 17 | 4C | 4A |
| Octal | 357 | 260 | 211 | 0 | 32 | 53 | 6 | 27 | 114 | 112 |
| Binary | 11101111 | 10110000 | 10001001 | 0 | 11010 | 101011 | 110 | 10111 | 1001100 | 1001010 |
Color Harmonies of #EFB089
Complementary color
Monochromatic Colors of #EFB089
Black with #EFB089
Text Example
Text Example
White with #EFB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB089; }
p { color: rgb(239,176,137); }
H1.HeaderClassName
{
color: #EFB089;
}
.AnyTagClassName
{
color: #EFB089;
}
</style>
background-color css
<style>
a { background-color: #EFB089; }
a { background-color: rgb(239,176,137); }
div.DivClassName
{
background-color: #EFB089;
}
.BgClassName
{
background-color: #EFB089;
}
</style>
border-color css
<style>
span { border-color: #EFB089; }
span { border-color: rgb(239,176,137); }
td.TdClassName
{
border-color: #EFB089;
}
.TagClassName
{
border-color: #EFB089;
}
</style>