Shades of Manhattan #E8AF75
Tints of Manhattan #E8AF75
RGB
CMYK
RGB Variations
Color information
#E8AF75 (or 0xE8AF75) is known color: Manhattan. HEX triplet: E8, AF and 75. RGB value is (232,175,117). Sum of RGB (Red+Green+Blue) = 232+175+117=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF75 is #17508A. Grayscale: #B9B9B9. Windows color (decimal): -1527947 or 7712744. OLE color: 7712744.
HSL color Cylindrical-coordinate representation of color #E8AF75: hue angle of 30.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8AF75 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 117 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.09 |
| HSL | 30.26º | 0.71% | 0.68% | - |
| HSV(B) | 30.26º | 0.5% | 0.91% | - |
| XYZ | 51.82 | 49.1 | 23.58 | - |
| YUV | 185.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 117 | 0 | 0.25 | 0.50 | 0.09 | 30.26 | 0.71 | 0.68 |
| Hex | E8 | AF | 75 | 0 | 19 | 32 | 9 | 1E | 47 | 44 |
| Octal | 350 | 257 | 165 | 0 | 31 | 62 | 11 | 36 | 107 | 104 |
| Binary | 11101000 | 10101111 | 1110101 | 0 | 11001 | 110010 | 1001 | 11110 | 1000111 | 1000100 |
Color Harmonies of #E8AF75
Complementary color
Monochromatic Colors of #E8AF75
Black with #E8AF75
Text Example
Text Example
White with #E8AF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF75; }
p { color: rgb(232,175,117); }
H1.HeaderClassName
{
color: #E8AF75;
}
.AnyTagClassName
{
color: #E8AF75;
}
</style>
background-color css
<style>
a { background-color: #E8AF75; }
a { background-color: rgb(232,175,117); }
div.DivClassName
{
background-color: #E8AF75;
}
.BgClassName
{
background-color: #E8AF75;
}
</style>
border-color css
<style>
span { border-color: #E8AF75; }
span { border-color: rgb(232,175,117); }
td.TdClassName
{
border-color: #E8AF75;
}
.TagClassName
{
border-color: #E8AF75;
}
</style>