Shades of Manhattan #EEAD8A
Tints of Manhattan #EEAD8A
RGB
CMYK
RGB Variations
Color information
#EEAD8A (or 0xEEAD8A) is known color: Manhattan. HEX triplet: EE, AD and 8A. RGB value is (238,173,138). Sum of RGB (Red+Green+Blue) = 238+173+138=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD8A is #115275. Grayscale: #BCBCBC. Windows color (decimal): -1135222 or 9088494. OLE color: 9088494.
HSL color Cylindrical-coordinate representation of color #EEAD8A: hue angle of 21º 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 #EEAD8A is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 138 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.07 |
| HSL | 21º | 0.75% | 0.74% | - |
| HSV(B) | 21º | 0.42% | 0.93% | - |
| XYZ | 54.79 | 49.9 | 30.79 | - |
| YUV | 188.45 | 99.53 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 138 | 0 | 0.27 | 0.42 | 0.07 | 21 | 0.75 | 0.74 |
| Hex | EE | AD | 8A | 0 | 1B | 2A | 7 | 15 | 4B | 4A |
| Octal | 356 | 255 | 212 | 0 | 33 | 52 | 7 | 25 | 113 | 112 |
| Binary | 11101110 | 10101101 | 10001010 | 0 | 11011 | 101010 | 111 | 10101 | 1001011 | 1001010 |
Color Harmonies of #EEAD8A
Complementary color
Monochromatic Colors of #EEAD8A
Black with #EEAD8A
Text Example
Text Example
White with #EEAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD8A; }
p { color: rgb(238,173,138); }
H1.HeaderClassName
{
color: #EEAD8A;
}
.AnyTagClassName
{
color: #EEAD8A;
}
</style>
background-color css
<style>
a { background-color: #EEAD8A; }
a { background-color: rgb(238,173,138); }
div.DivClassName
{
background-color: #EEAD8A;
}
.BgClassName
{
background-color: #EEAD8A;
}
</style>
border-color css
<style>
span { border-color: #EEAD8A; }
span { border-color: rgb(238,173,138); }
td.TdClassName
{
border-color: #EEAD8A;
}
.TagClassName
{
border-color: #EEAD8A;
}
</style>