#EBAE86

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

Shades of Manhattan #EBAE86

Tints of Manhattan #EBAE86

Color information

#EBAE86 (or 0xEBAE86) is unknown color: approx Manhattan. HEX triplet: EB, AE and 86. RGB value is (235,174,134). Sum of RGB (Red+Green+Blue) = 235+174+134=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAE86 is #145179. Grayscale: #BBBBBB. Windows color (decimal): -1331578 or 8826603. OLE color: 8826603.

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

Color convert

RGB235174134-
CMYK00.260.430.08
HSL23.76º71.63%72.35%-
HSV(B)23.76º42.98%92.16%-
XYZ53.749.6629.31-
YUV187.6897.71161.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=43.28%
G=32.04%
B=24.68%

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
Decimal23517413400.260.430.0823.7671.6372.35
HexEBAE8601A2B8184848
Octal353256206032531030110110
Binary11101011101011101000011001101010101110001100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE86; }

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

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

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

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

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

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

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

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