Shades of Manhattan #E5AE7D
Tints of Manhattan #E5AE7D
RGB
CMYK
RGB Variations
Color information
#E5AE7D (or 0xE5AE7D) is known color: Manhattan. HEX triplet: E5, AE and 7D. RGB value is (229,174,125). Sum of RGB (Red+Green+Blue) = 229+174+125=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AE7D is #1A5182. Grayscale: #B9B9B9. Windows color (decimal): -1724803 or 8236773. OLE color: 8236773.
HSL color Cylindrical-coordinate representation of color #E5AE7D: hue angle of 28.27º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5AE7D is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 125 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.10 |
| HSL | 28.27º | 0.67% | 0.69% | - |
| HSV(B) | 28.27º | 0.45% | 0.9% | - |
| XYZ | 51.15 | 48.41 | 26.05 | - |
| YUV | 184.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 125 | 0 | 0.24 | 0.45 | 0.10 | 28.27 | 0.67 | 0.69 |
| Hex | E5 | AE | 7D | 0 | 18 | 2D | A | 1C | 43 | 45 |
| Octal | 345 | 256 | 175 | 0 | 30 | 55 | 12 | 34 | 103 | 105 |
| Binary | 11100101 | 10101110 | 1111101 | 0 | 11000 | 101101 | 1010 | 11100 | 1000011 | 1000101 |
Color Harmonies of #E5AE7D
Complementary color
Monochromatic Colors of #E5AE7D
Black with #E5AE7D
Text Example
Text Example
White with #E5AE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AE7D; }
p { color: rgb(229,174,125); }
H1.HeaderClassName
{
color: #E5AE7D;
}
.AnyTagClassName
{
color: #E5AE7D;
}
</style>
background-color css
<style>
a { background-color: #E5AE7D; }
a { background-color: rgb(229,174,125); }
div.DivClassName
{
background-color: #E5AE7D;
}
.BgClassName
{
background-color: #E5AE7D;
}
</style>
border-color css
<style>
span { border-color: #E5AE7D; }
span { border-color: rgb(229,174,125); }
td.TdClassName
{
border-color: #E5AE7D;
}
.TagClassName
{
border-color: #E5AE7D;
}
</style>