Color Hex Logo

#e1a94f Color Hex

#E1A94F
(225,169,79)
0 Favorites   0 Comments

Color spaces of #e1a94f

RGB 22516979
HSL0.100.710.60
HSV37°65°88°
CMYK 0.000.250.65   0.12
XYZ46.650644.948013.6142
Yxy44.94800.44340.4272
Hunter Lab67.04336.879634.8905
CIE-Lab72.857611.398453.1935

#e1a94f color RGB value is (225,169,79).

#e1a94f hex color red value is 225, green value is 169 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e1a94f hue: 0.10 , saturation: 0.71 and the lightness value of e1a94f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101001 01001111
Octal 341 251 117
Decimal 225 169 79
Hex E1 A9 4F

RGB Percentages of Color #e1a94f

%47.57
%35.73
%16.70

CMYK Percentages of Color #e1a94f

%0
%25
%65
%12

Triadic Colors of #e1a94f

#e1a94f #4fe1a9 #a94fe1

Analogous Colors of #e1a94f

#e1a94f #d0e14f #e1604f

Monochromatic Colors of #e1a94f

#e1a94f

Complementary Color

#e1a94f #4f87e1

#e1a94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a94f Color CSS Codes

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

#e1a94f Text Font Color

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

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


#e1a94f Background Color

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

This div background color is #e1a94f


#e1a94f Border Color

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

This div border color is #e1a94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a94f


Comments

No comments written yet.

Please login to write comment.