Shades of Manhattan #E6AF83
Tints of Manhattan #E6AF83
RGB
CMYK
RGB Variations
Color information
#E6AF83 (or 0xE6AF83) is known color: Manhattan. HEX triplet: E6, AF and 83. RGB value is (230,175,131). Sum of RGB (Red+Green+Blue) = 230+175+131=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AF83 is #19507C. Grayscale: #BABABA. Windows color (decimal): -1659005 or 8630246. OLE color: 8630246.
HSL color Cylindrical-coordinate representation of color #E6AF83: hue angle of 26.67º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6AF83 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 131 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.10 |
| HSL | 26.67º | 0.66% | 0.71% | - |
| HSV(B) | 26.67º | 0.43% | 0.9% | - |
| XYZ | 52.06 | 49.12 | 28.21 | - |
| YUV | 186.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 131 | 0 | 0.24 | 0.43 | 0.10 | 26.67 | 0.66 | 0.71 |
| Hex | E6 | AF | 83 | 0 | 18 | 2B | A | 1B | 42 | 47 |
| Octal | 346 | 257 | 203 | 0 | 30 | 53 | 12 | 33 | 102 | 107 |
| Binary | 11100110 | 10101111 | 10000011 | 0 | 11000 | 101011 | 1010 | 11011 | 1000010 | 1000111 |
Color Harmonies of #E6AF83
Complementary color
Monochromatic Colors of #E6AF83
Black with #E6AF83
Text Example
Text Example
White with #E6AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF83; }
p { color: rgb(230,175,131); }
H1.HeaderClassName
{
color: #E6AF83;
}
.AnyTagClassName
{
color: #E6AF83;
}
</style>
background-color css
<style>
a { background-color: #E6AF83; }
a { background-color: rgb(230,175,131); }
div.DivClassName
{
background-color: #E6AF83;
}
.BgClassName
{
background-color: #E6AF83;
}
</style>
border-color css
<style>
span { border-color: #E6AF83; }
span { border-color: rgb(230,175,131); }
td.TdClassName
{
border-color: #E6AF83;
}
.TagClassName
{
border-color: #E6AF83;
}
</style>