#EAAB85

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

Shades of Manhattan #EAAB85

Tints of Manhattan #EAAB85

Color information

#EAAB85 (or 0xEAAB85) is unknown color: approx Manhattan. HEX triplet: EA, AB and 85. RGB value is (234,171,133). Sum of RGB (Red+Green+Blue) = 234+171+133=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB85 is #15547A. Grayscale: #B9B9B9. Windows color (decimal): -1397883 or 8760298. OLE color: 8760298.

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

Color convert

RGB234171133-
CMYK00.270.430.08
HSL22.57º70.63%71.96%-
HSV(B)22.57º43.16%91.76%-
XYZ52.7348.3128.74-
YUV185.598.37162.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=43.49%
G=31.78%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417113300.270.430.0822.5770.6371.96
HexEAAB8501B2B8174748
Octal352253205033531027107110
Binary11101010101010111000010101101110101110001011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB85; }

 p { color: rgb(234,171,133); }

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

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

 a { background-color: rgb(234,171,133); }

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

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

 span { border-color: rgb(234,171,133); }

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