#EAAE85

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

Shades of Manhattan #EAAE85

Tints of Manhattan #EAAE85

Color information

#EAAE85 (or 0xEAAE85) is unknown color: approx Manhattan. HEX triplet: EA, AE and 85. RGB value is (234,174,133). Sum of RGB (Red+Green+Blue) = 234+174+133=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE85 is #15517A. Grayscale: #BBBBBB. Windows color (decimal): -1397115 or 8761066. OLE color: 8761066.

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

Color convert

RGB234174133-
CMYK00.260.430.08
HSL24.36º70.63%71.96%-
HSV(B)24.36º43.16%91.76%-
XYZ53.349.4628.93-
YUV187.2797.38161.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=43.25%
G=32.16%
B=24.58%

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
Decimal23417413300.260.430.0824.3670.6371.96
HexEAAE8501A2B8184748
Octal352256205032531030107110
Binary11101010101011101000010101101010101110001100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE85; }

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

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

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

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

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

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

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

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