Color Hex Logo

#e1a037 Color Hex

#E1A037
(225,160,55)
0 Favorites   0 Comments

Color spaces of #e1a037

RGB 22516055
HSL0.100.740.55
HSV37°76°88°
CMYK 0.000.290.76   0.12
XYZ44.311741.42509.2748
Yxy41.42500.46640.4360
Hunter Lab64.362310.258636.5097
CIE-Lab70.472714.973861.0917

#e1a037 color RGB value is (225,160,55).

#e1a037 hex color red value is 225, green value is 160 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #e1a037 hue: 0.10 , saturation: 0.74 and the lightness value of e1a037 is 0.55.

The process color (four color CMYK) of #e1a037 color hex is 0.00, 0.29, 0.76, 0.12. Web safe color of #e1a037 is #cc9933. Color #e1a037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100000 00110111
Octal 341 240 67
Decimal 225 160 55
Hex E1 A0 37

RGB Percentages of Color #e1a037

%51.14
%36.36
%12.50

CMYK Percentages of Color #e1a037

%0
%29
%76
%12

Triadic Colors of #e1a037

#e1a037 #37e1a0 #a037e1

Analogous Colors of #e1a037

#e1a037 #cde137 #e14b37

Monochromatic Colors of #e1a037

#e1a037

Complementary Color

#e1a037 #3778e1

#e1a037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a037 Color CSS Codes

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

#e1a037 Text Font Color

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

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


#e1a037 Background Color

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

This div background color is #e1a037


#e1a037 Border Color

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

This div border color is #e1a037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a037


Comments

No comments written yet.

Please login to write comment.