Color Hex Logo

#e1a86a Color Hex

#E1A86A
(225,168,106)
0 Favorites   0 Comments

Color spaces of #e1a86a

RGB 225168106
HSL0.090.660.65
HSV31°53°88°
CMYK 0.000.250.53   0.12
XYZ47.655545.053419.8201
Yxy45.05340.42350.4004
Hunter Lab67.12189.269129.4778
CIE-Lab72.927013.911139.9750

#e1a86a color RGB value is (225,168,106).

#e1a86a hex color red value is 225, green value is 168 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e1a86a hue: 0.09 , saturation: 0.66 and the lightness value of e1a86a is 0.65.

The process color (four color CMYK) of #e1a86a color hex is 0.00, 0.25, 0.53, 0.12. Web safe color of #e1a86a is #cc9966. Color #e1a86a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101000 01101010
Octal 341 250 152
Decimal 225 168 106
Hex E1 A8 6A

RGB Percentages of Color #e1a86a

%45.09
%33.67
%21.24

CMYK Percentages of Color #e1a86a

%0
%25
%53
%12

Triadic Colors of #e1a86a

#e1a86a #6ae1a8 #a86ae1

Analogous Colors of #e1a86a

#e1a86a #dfe16a #e16d6a

Monochromatic Colors of #e1a86a

#e1a86a

Complementary Color

#e1a86a #6aa3e1

#e1a86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a86a Color CSS Codes

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

#e1a86a Text Font Color

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

This sample text font color is #e1a86a
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.


#e1a86a Background Color

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

This div background color is #e1a86a


#e1a86a Border Color

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

This div border color is #e1a86a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,168,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1a86a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1a86a;
  -webkit-box-shadow: 1px 1px 3px 2px #e1a86a;
  box-shadow:         1px 1px 3px 2px #e1a86a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,168,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a86a


Comments

No comments written yet.

Please login to write comment.