#EBAD86

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

Shades of Manhattan #EBAD86

Tints of Manhattan #EBAD86

Color information

#EBAD86 (or 0xEBAD86) is unknown color: approx Manhattan. HEX triplet: EB, AD and 86. RGB value is (235,173,134). Sum of RGB (Red+Green+Blue) = 235+173+134=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAD86 is #145279. Grayscale: #BBBBBB. Windows color (decimal): -1331834 or 8826347. OLE color: 8826347.

HSL color Cylindrical-coordinate representation of color #EBAD86: hue angle of 23.17º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBAD86 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235173134-
CMYK00.260.430.08
HSL23.17º71.63%72.35%-
HSV(B)23.17º42.98%92.16%-
XYZ53.5149.2729.24-
YUV187.0998.04162.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 134 (52.73% from 255) = 24.72%
R=43.36%
G=31.92%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517313400.260.430.0823.1771.6372.35
HexEBAD8601A2B8174848
Octal353255206032531027110110
Binary11101011101011011000011001101010101110001011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD86; }

 p { color: rgb(235,173,134); }

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

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

 a { background-color: rgb(235,173,134); }

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

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

 span { border-color: rgb(235,173,134); }

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