Shades of Manhattan #EEB08A
Tints of Manhattan #EEB08A
RGB
CMYK
RGB Variations
Color information
#EEB08A (or 0xEEB08A) is known color: Manhattan. HEX triplet: EE, B0 and 8A. RGB value is (238,176,138). Sum of RGB (Red+Green+Blue) = 238+176+138=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB08A is #114F75. Grayscale: #BEBEBE. Windows color (decimal): -1134454 or 9089262. OLE color: 9089262.
HSL color Cylindrical-coordinate representation of color #EEB08A: hue angle of 22.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEB08A is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 138 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.07 |
| HSL | 22.8º | 0.75% | 0.74% | - |
| HSV(B) | 22.8º | 0.42% | 0.93% | - |
| XYZ | 55.37 | 51.06 | 30.98 | - |
| YUV | 190.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 138 | 0 | 0.26 | 0.42 | 0.07 | 22.8 | 0.75 | 0.74 |
| Hex | EE | B0 | 8A | 0 | 1A | 2A | 7 | 17 | 4B | 4A |
| Octal | 356 | 260 | 212 | 0 | 32 | 52 | 7 | 27 | 113 | 112 |
| Binary | 11101110 | 10110000 | 10001010 | 0 | 11010 | 101010 | 111 | 10111 | 1001011 | 1001010 |
Color Harmonies of #EEB08A
Complementary color
Monochromatic Colors of #EEB08A
Black with #EEB08A
Text Example
Text Example
White with #EEB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB08A; }
p { color: rgb(238,176,138); }
H1.HeaderClassName
{
color: #EEB08A;
}
.AnyTagClassName
{
color: #EEB08A;
}
</style>
background-color css
<style>
a { background-color: #EEB08A; }
a { background-color: rgb(238,176,138); }
div.DivClassName
{
background-color: #EEB08A;
}
.BgClassName
{
background-color: #EEB08A;
}
</style>
border-color css
<style>
span { border-color: #EEB08A; }
span { border-color: rgb(238,176,138); }
td.TdClassName
{
border-color: #EEB08A;
}
.TagClassName
{
border-color: #EEB08A;
}
</style>