#EBB18A

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

Shades of Manhattan #EBB18A

Tints of Manhattan #EBB18A

Color information

#EBB18A (or 0xEBB18A) is unknown color: approx Manhattan. HEX triplet: EB, B1 and 8A. RGB value is (235,177,138). Sum of RGB (Red+Green+Blue) = 235+177+138=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB18A is #144E75. Grayscale: #BEBEBE. Windows color (decimal): -1330806 or 9089515. OLE color: 9089515.

HSL color Cylindrical-coordinate representation of color #EBB18A: hue angle of 24.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBB18A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235177138-
CMYK00.250.410.08
HSL24.12º70.8%73.14%-
HSV(B)24.12º41.28%92.16%-
XYZ54.5750.9431-
YUV189.998.72160.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=42.73%
G=32.18%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517713800.250.410.0824.1270.873.14
HexEBB18A019298184749
Octal353261212031511030107111
Binary11101011101100011000101001100110100110001100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB18A; }

 p { color: rgb(235,177,138); }

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

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

 a { background-color: rgb(235,177,138); }

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

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

 span { border-color: rgb(235,177,138); }

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