Color Hex Logo

#e9a685 Color Hex

#E9A685
(233,166,133)
0 Favorites   0 Comments

Color spaces of #e9a685

RGB 233166133
HSL0.060.690.72
HSV20°43°91°
CMYK 0.000.290.43   0.09
XYZ51.474146.289528.4121
Yxy46.28950.40800.3669
Hunter Lab68.036415.983622.8659
CIE-Lab73.733020.775426.9081

#e9a685 color RGB value is (233,166,133).

#e9a685 hex color red value is 233, green value is 166 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e9a685 hue: 0.06 , saturation: 0.69 and the lightness value of e9a685 is 0.72.

The process color (four color CMYK) of #e9a685 color hex is 0.00, 0.29, 0.43, 0.09. Web safe color of #e9a685 is #ff9999. Color #e9a685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10100110 10000101
Octal 351 246 205
Decimal 233 166 133
Hex E9 A6 85

RGB Percentages of Color #e9a685

%43.80
%31.20
%25.00

CMYK Percentages of Color #e9a685

%0
%29
%43
%9

Triadic Colors of #e9a685

#e9a685 #85e9a6 #a685e9

Analogous Colors of #e9a685

#e9a685 #e9d885 #e98596

Monochromatic Colors of #e9a685

#e9a685

Complementary Color

#e9a685 #85c8e9

#e9a685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9a685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9a685 Color CSS Codes

.mybgcolor {background-color:#e9a685; } 
.myforecolor {color:#e9a685; }
.mybordercolor {border:3px solid #e9a685; }

#e9a685 Text Font Color

<p style="color:#e9a685">Text here</p>

This sample text font color is #e9a685
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e9a685 Background Color

<div style="background-color:#e9a685">
Div content here</div>

This div background color is #e9a685


#e9a685 Border Color

<div style="border:3px solid #e9a685">
Div here</div>

This div border color is #e9a685


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,166,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9a685; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9a685;
  -webkit-box-shadow: 1px 1px 3px 2px #e9a685;
  box-shadow:         1px 1px 3px 2px #e9a685; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,166,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e9a685">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e9a685;
  -webkit-box-shadow: 1px 1px 3px 2px #e9a685;
  box-shadow:         1px 1px 3px 2px #e9a685;">
Div content here</div>

This div box has shadow with color #e9a685


Comments

No comments written yet.

Please login to write comment.