#EAAC85

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

Shades of Manhattan #EAAC85

Tints of Manhattan #EAAC85

Color information

#EAAC85 (or 0xEAAC85) is unknown color: approx Manhattan. HEX triplet: EA, AC and 85. RGB value is (234,172,133). Sum of RGB (Red+Green+Blue) = 234+172+133=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC85 is #15537A. Grayscale: #BABABA. Windows color (decimal): -1397627 or 8760554. OLE color: 8760554.

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

Color convert

RGB234172133-
CMYK00.260.430.08
HSL23.17º70.63%71.96%-
HSV(B)23.17º43.16%91.76%-
XYZ52.9248.6928.8-
YUV186.0998.04162.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=43.41%
G=31.91%
B=24.68%

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
Decimal23417213300.260.430.0823.1770.6371.96
HexEAAC8501A2B8174748
Octal352254205032531027107110
Binary11101010101011001000010101101010101110001011110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC85; }

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

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

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

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

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

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

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

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