Shades of Manhattan #E6B075
Tints of Manhattan #E6B075
RGB
CMYK
RGB Variations
Color information
#E6B075 (or 0xE6B075) is known color: Manhattan. HEX triplet: E6, B0 and 75. RGB value is (230,176,117). Sum of RGB (Red+Green+Blue) = 230+176+117=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B075 is #194F8A. Grayscale: #B9B9B9. Windows color (decimal): -1658763 or 7712998. OLE color: 7712998.
HSL color Cylindrical-coordinate representation of color #E6B075: hue angle of 31.33º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6B075 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 117 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.10 |
| HSL | 31.33º | 0.69% | 0.68% | - |
| HSV(B) | 31.33º | 0.49% | 0.9% | - |
| XYZ | 51.37 | 49.16 | 23.61 | - |
| YUV | 185.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 117 | 0 | 0.23 | 0.49 | 0.10 | 31.33 | 0.69 | 0.68 |
| Hex | E6 | B0 | 75 | 0 | 17 | 31 | A | 1F | 45 | 44 |
| Octal | 346 | 260 | 165 | 0 | 27 | 61 | 12 | 37 | 105 | 104 |
| Binary | 11100110 | 10110000 | 1110101 | 0 | 10111 | 110001 | 1010 | 11111 | 1000101 | 1000100 |
Color Harmonies of #E6B075
Complementary color
Monochromatic Colors of #E6B075
Black with #E6B075
Text Example
Text Example
White with #E6B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B075; }
p { color: rgb(230,176,117); }
H1.HeaderClassName
{
color: #E6B075;
}
.AnyTagClassName
{
color: #E6B075;
}
</style>
background-color css
<style>
a { background-color: #E6B075; }
a { background-color: rgb(230,176,117); }
div.DivClassName
{
background-color: #E6B075;
}
.BgClassName
{
background-color: #E6B075;
}
</style>
border-color css
<style>
span { border-color: #E6B075; }
span { border-color: rgb(230,176,117); }
td.TdClassName
{
border-color: #E6B075;
}
.TagClassName
{
border-color: #E6B075;
}
</style>