#EAB18C

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

Shades of Manhattan #EAB18C

Tints of Manhattan #EAB18C

Color information

#EAB18C (or 0xEAB18C) is unknown color: approx Manhattan. HEX triplet: EA, B1 and 8C. RGB value is (234,177,140). Sum of RGB (Red+Green+Blue) = 234+177+140=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB18C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB18C is #154E73. Grayscale: #BEBEBE. Windows color (decimal): -1396340 or 9220586. OLE color: 9220586.

HSL color Cylindrical-coordinate representation of color #EAB18C: hue angle of 23.62º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAB18C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234177140-
CMYK00.240.400.08
HSL23.62º69.12%73.33%-
HSV(B)23.62º40.17%91.76%-
XYZ54.3950.8331.76-
YUV189.8299.88159.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=42.47%
G=32.12%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417714000.240.400.0823.6269.1273.33
HexEAB18C018288184549
Octal352261214030501030105111
Binary11101010101100011000110001100010100010001100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB18C; }

 p { color: rgb(234,177,140); }

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

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

 a { background-color: rgb(234,177,140); }

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

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

 span { border-color: rgb(234,177,140); }

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