#E1B385

Color #E1B385 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #E1B385

Tints of Manhattan #E1B385

Color information

#E1B385 (or 0xE1B385) is unknown color: approx Manhattan. HEX triplet: E1, B3 and 85. RGB value is (225,179,133). Sum of RGB (Red+Green+Blue) = 225+179+133=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B385 is #1E4C7A. Grayscale: #BBBBBB. Windows color (decimal): -1985659 or 8762337. OLE color: 8762337.

HSL color Cylindrical-coordinate representation of color #E1B385: hue angle of 30º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1B385 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225179133-
CMYK00.200.410.12
HSL30º60.53%70.2%-
HSV(B)30º40.89%88.24%-
XYZ51.4149.9429.12-
YUV187.5197.24154.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=41.90%
G=33.33%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517913300.200.410.123060.5370.2
HexE1B38501429C1e3d46
Octal34126320502451143675106
Binary1110000110110011100001010101001010011100111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B385; }

 p { color: rgb(225,179,133); }

 H1.HeaderClassName
 {
   color: #E1B385;
 }
 .AnyTagClassName
 {
   color: #E1B385;
 }
</style>
background-color css

<style>
 a { background-color: #E1B385; }

 a { background-color: rgb(225,179,133); }

 div.DivClassName
 {
   background-color: #E1B385;
 }
 .BgClassName
 {
   background-color: #E1B385;
 }
</style>
border-color css

<style>
 span { border-color: #E1B385; }

 span { border-color: rgb(225,179,133); }

 td.TdClassName
 {
   border-color: #E1B385;
 }
 .TagClassName
 {
   border-color: #E1B385;
 }
</style>