#EBB385

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

Shades of Manhattan #EBB385

Tints of Manhattan #EBB385

Color information

#EBB385 (or 0xEBB385) is unknown color: approx Manhattan. HEX triplet: EB, B3 and 85. RGB value is (235,179,133). Sum of RGB (Red+Green+Blue) = 235+179+133=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB385 is #144C7A. Grayscale: #BEBEBE. Windows color (decimal): -1330299 or 8762347. OLE color: 8762347.

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

Color convert

RGB235179133-
CMYK00.240.430.08
HSL27.06º71.83%72.16%-
HSV(B)27.06º43.4%92.16%-
XYZ54.6151.629.27-
YUV190.595.55159.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=42.96%
G=32.72%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517913300.240.430.0827.0671.8372.16
HexEBB3850182B81b4848
Octal353263205030531033110110
Binary11101011101100111000010101100010101110001101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB385; }

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

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

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

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

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

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

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

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