Shades of Manhattan #E8A976
Tints of Manhattan #E8A976
RGB
CMYK
RGB Variations
Color information
#E8A976 (or 0xE8A976) is known color: Manhattan. HEX triplet: E8, A9 and 76. RGB value is (232,169,118). Sum of RGB (Red+Green+Blue) = 232+169+118=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A976 is #175689. Grayscale: #B6B6B6. Windows color (decimal): -1529482 or 7776744. OLE color: 7776744.
HSL color Cylindrical-coordinate representation of color #E8A976: hue angle of 26.84º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8A976 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 118 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.09 |
| HSL | 26.84º | 0.71% | 0.69% | - |
| HSV(B) | 26.84º | 0.49% | 0.91% | - |
| XYZ | 50.74 | 46.84 | 23.51 | - |
| YUV | 182.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 118 | 0 | 0.27 | 0.49 | 0.09 | 26.84 | 0.71 | 0.69 |
| Hex | E8 | A9 | 76 | 0 | 1B | 31 | 9 | 1B | 47 | 45 |
| Octal | 350 | 251 | 166 | 0 | 33 | 61 | 11 | 33 | 107 | 105 |
| Binary | 11101000 | 10101001 | 1110110 | 0 | 11011 | 110001 | 1001 | 11011 | 1000111 | 1000101 |
Color Harmonies of #E8A976
Complementary color
Monochromatic Colors of #E8A976
Black with #E8A976
Text Example
Text Example
White with #E8A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A976; }
p { color: rgb(232,169,118); }
H1.HeaderClassName
{
color: #E8A976;
}
.AnyTagClassName
{
color: #E8A976;
}
</style>
background-color css
<style>
a { background-color: #E8A976; }
a { background-color: rgb(232,169,118); }
div.DivClassName
{
background-color: #E8A976;
}
.BgClassName
{
background-color: #E8A976;
}
</style>
border-color css
<style>
span { border-color: #E8A976; }
span { border-color: rgb(232,169,118); }
td.TdClassName
{
border-color: #E8A976;
}
.TagClassName
{
border-color: #E8A976;
}
</style>