#EBAE85

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

Shades of Manhattan #EBAE85

Tints of Manhattan #EBAE85

Color information

#EBAE85 (or 0xEBAE85) is unknown color: approx Manhattan. HEX triplet: EB, AE and 85. RGB value is (235,174,133). Sum of RGB (Red+Green+Blue) = 235+174+133=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAE85 is #14517A. Grayscale: #BBBBBB. Windows color (decimal): -1331579 or 8761067. OLE color: 8761067.

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

Color convert

RGB235174133-
CMYK00.260.430.08
HSL24.12º71.83%72.16%-
HSV(B)24.12º43.4%92.16%-
XYZ53.6349.6328.94-
YUV187.5697.21161.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=43.36%
G=32.10%
B=24.54%

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
Decimal23517413300.260.430.0824.1271.8372.16
HexEBAE8501A2B8184848
Octal353256205032531030110110
Binary11101011101011101000010101101010101110001100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE85; }

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

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

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

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

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

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

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

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