#E1B282

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

Shades of Manhattan #E1B282

Tints of Manhattan #E1B282

Color information

#E1B282 (or 0xE1B282) is unknown color: approx Manhattan. HEX triplet: E1, B2 and 82. RGB value is (225,178,130). Sum of RGB (Red+Green+Blue) = 225+178+130=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B282 is #1E4D7D. Grayscale: #BABABA. Windows color (decimal): -1985918 or 8565473. OLE color: 8565473.

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

Color convert

RGB225178130-
CMYK00.210.420.12
HSL30.32º61.29%69.61%-
HSV(B)30.32º42.22%88.24%-
XYZ5149.4627.98-
YUV186.5896.07155.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 130 (51.17% from 255) = 24.39%
R=42.21%
G=33.40%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517813000.210.420.1230.3261.2969.61
HexE1B2820152AC1e3d46
Octal34126220202552143675106
Binary1110000110110010100000100101011010101100111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B282; }

 p { color: rgb(225,178,130); }

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

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

 a { background-color: rgb(225,178,130); }

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

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

 span { border-color: rgb(225,178,130); }

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