#E0B385

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

Shades of Manhattan #E0B385

Tints of Manhattan #E0B385

Color information

#E0B385 (or 0xE0B385) is unknown color: approx Manhattan. HEX triplet: E0, B3 and 85. RGB value is (224,179,133). Sum of RGB (Red+Green+Blue) = 224+179+133=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B385 is #1F4C7A. Grayscale: #BBBBBB. Windows color (decimal): -2051195 or 8762336. OLE color: 8762336.

HSL color Cylindrical-coordinate representation of color #E0B385: hue angle of 30.33º degrees, saturation: 0.59, 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 #E0B385 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224179133-
CMYK00.200.410.12
HSL30.33º59.48%70%-
HSV(B)30.33º40.62%87.84%-
XYZ51.0949.7829.11-
YUV187.2197.41154.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=41.79%
G=33.40%
B=24.81%

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
Decimal22417913300.200.410.1230.3359.4870
HexE0B38501429C1e3b46
Octal34026320502451143673106
Binary1110000010110011100001010101001010011100111101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B385; }

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

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

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

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

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

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

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

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