#EBAD85

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

Shades of Manhattan #EBAD85

Tints of Manhattan #EBAD85

Color information

#EBAD85 (or 0xEBAD85) is unknown color: approx Manhattan. HEX triplet: EB, AD and 85. RGB value is (235,173,133). Sum of RGB (Red+Green+Blue) = 235+173+133=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAD85 is #14527A. Grayscale: #BBBBBB. Windows color (decimal): -1331835 or 8760811. OLE color: 8760811.

HSL color Cylindrical-coordinate representation of color #EBAD85: hue angle of 23.53º 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 #EBAD85 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235173133-
CMYK00.260.430.08
HSL23.53º71.83%72.16%-
HSV(B)23.53º43.4%92.16%-
XYZ53.4449.2428.88-
YUV186.9897.54162.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=43.44%
G=31.98%
B=24.58%

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
Decimal23517313300.260.430.0823.5371.8372.16
HexEBAD8501A2B8184848
Octal353255205032531030110110
Binary11101011101011011000010101101010101110001100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAD85; }

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

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

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

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

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

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

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

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