Shades of Manhattan #E5B275
Tints of Manhattan #E5B275
RGB
CMYK
RGB Variations
Color information
#E5B275 (or 0xE5B275) is known color: Manhattan. HEX triplet: E5, B2 and 75. RGB value is (229,178,117). Sum of RGB (Red+Green+Blue) = 229+178+117=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B275 is #1A4D8A. Grayscale: #BABABA. Windows color (decimal): -1723787 or 7713509. OLE color: 7713509.
HSL color Cylindrical-coordinate representation of color #E5B275: hue angle of 32.68º degrees, saturation: 0.68, 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 #E5B275 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 117 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.10 |
| HSL | 32.68º | 0.68% | 0.68% | - |
| HSV(B) | 32.68º | 0.49% | 0.9% | - |
| XYZ | 51.44 | 49.78 | 23.73 | - |
| YUV | 186.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 117 | 0 | 0.22 | 0.49 | 0.10 | 32.68 | 0.68 | 0.68 |
| Hex | E5 | B2 | 75 | 0 | 16 | 31 | A | 21 | 44 | 44 |
| Octal | 345 | 262 | 165 | 0 | 26 | 61 | 12 | 41 | 104 | 104 |
| Binary | 11100101 | 10110010 | 1110101 | 0 | 10110 | 110001 | 1010 | 100001 | 1000100 | 1000100 |
Color Harmonies of #E5B275
Complementary color
Monochromatic Colors of #E5B275
Black with #E5B275
Text Example
Text Example
White with #E5B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B275; }
p { color: rgb(229,178,117); }
H1.HeaderClassName
{
color: #E5B275;
}
.AnyTagClassName
{
color: #E5B275;
}
</style>
background-color css
<style>
a { background-color: #E5B275; }
a { background-color: rgb(229,178,117); }
div.DivClassName
{
background-color: #E5B275;
}
.BgClassName
{
background-color: #E5B275;
}
</style>
border-color css
<style>
span { border-color: #E5B275; }
span { border-color: rgb(229,178,117); }
td.TdClassName
{
border-color: #E5B275;
}
.TagClassName
{
border-color: #E5B275;
}
</style>