Color Hex Logo

#e1a65e Color Hex

#E1A65E
(225,166,94)
0 Favorites   0 Comments

Color spaces of #e1a65e

RGB 22516694
HSL0.090.690.63
HSV33°58°88°
CMYK 0.000.260.58   0.12
XYZ46.707944.088116.6378
Yxy44.08810.43480.4104
Hunter Lab66.39899.366831.6227
CIE-Lab72.287314.018045.2955

#e1a65e color RGB value is (225,166,94).

#e1a65e hex color red value is 225, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e1a65e hue: 0.09 , saturation: 0.69 and the lightness value of e1a65e is 0.63.

The process color (four color CMYK) of #e1a65e color hex is 0.00, 0.26, 0.58, 0.12. Web safe color of #e1a65e is #cc9966. Color #e1a65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100110 01011110
Octal 341 246 136
Decimal 225 166 94
Hex E1 A6 5E

RGB Percentages of Color #e1a65e

%46.39
%34.23
%19.38

CMYK Percentages of Color #e1a65e

%0
%26
%58
%12

Triadic Colors of #e1a65e

#e1a65e #5ee1a6 #a65ee1

Analogous Colors of #e1a65e

#e1a65e #dbe15e #e1655e

Monochromatic Colors of #e1a65e

#e1a65e

Complementary Color

#e1a65e #5e99e1

#e1a65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a65e Color CSS Codes

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

#e1a65e Text Font Color

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

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


#e1a65e Background Color

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

This div background color is #e1a65e


#e1a65e Border Color

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

This div border color is #e1a65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a65e


Comments

No comments written yet.

Please login to write comment.