Shades of Manhattan #EFAF89
Tints of Manhattan #EFAF89
RGB
CMYK
RGB Variations
Color information
#EFAF89 (or 0xEFAF89) is known color: Manhattan. HEX triplet: EF, AF and 89. RGB value is (239,175,137). Sum of RGB (Red+Green+Blue) = 239+175+137=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF89 is #105076. Grayscale: #BEBEBE. Windows color (decimal): -1069175 or 9023471. OLE color: 9023471.
HSL color Cylindrical-coordinate representation of color #EFAF89: hue angle of 22.35º 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 #EFAF89 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 137 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.06 |
| HSL | 22.35º | 0.76% | 0.74% | - |
| HSV(B) | 22.35º | 0.43% | 0.94% | - |
| XYZ | 55.44 | 50.82 | 30.55 | - |
| YUV | 189.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 137 | 0 | 0.27 | 0.43 | 0.06 | 22.35 | 0.76 | 0.74 |
| Hex | EF | AF | 89 | 0 | 1B | 2B | 6 | 16 | 4C | 4A |
| Octal | 357 | 257 | 211 | 0 | 33 | 53 | 6 | 26 | 114 | 112 |
| Binary | 11101111 | 10101111 | 10001001 | 0 | 11011 | 101011 | 110 | 10110 | 1001100 | 1001010 |
Color Harmonies of #EFAF89
Complementary color
Monochromatic Colors of #EFAF89
Black with #EFAF89
Text Example
Text Example
White with #EFAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF89; }
p { color: rgb(239,175,137); }
H1.HeaderClassName
{
color: #EFAF89;
}
.AnyTagClassName
{
color: #EFAF89;
}
</style>
background-color css
<style>
a { background-color: #EFAF89; }
a { background-color: rgb(239,175,137); }
div.DivClassName
{
background-color: #EFAF89;
}
.BgClassName
{
background-color: #EFAF89;
}
</style>
border-color css
<style>
span { border-color: #EFAF89; }
span { border-color: rgb(239,175,137); }
td.TdClassName
{
border-color: #EFAF89;
}
.TagClassName
{
border-color: #EFAF89;
}
</style>