Color Hex Logo

#e1a221 Color Hex

#E1A221
(225,162,33)
0 Favorites   0 Comments

Color spaces of #e1a221

RGB 22516233
HSL0.110.760.51
HSV40°85°88°
CMYK 0.000.280.85   0.12
XYZ44.246241.95807.2055
Yxy41.95800.47370.4492
Hunter Lab64.77508.572738.7471
CIE-Lab70.842013.190968.8307

#e1a221 color RGB value is (225,162,33).

#e1a221 hex color red value is 225, green value is 162 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #e1a221 hue: 0.11 , saturation: 0.76 and the lightness value of e1a221 is 0.51.

The process color (four color CMYK) of #e1a221 color hex is 0.00, 0.28, 0.85, 0.12. Web safe color of #e1a221 is #cc9933. Color #e1a221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10100010 00100001
Octal 341 242 41
Decimal 225 162 33
Hex E1 A2 21

RGB Percentages of Color #e1a221

%53.57
%38.57
%7.86

CMYK Percentages of Color #e1a221

%0
%28
%85
%12

Triadic Colors of #e1a221

#e1a221 #21e1a2 #a221e1

Analogous Colors of #e1a221

#e1a221 #c0e121 #e14221

Monochromatic Colors of #e1a221

#e1a221

Complementary Color

#e1a221 #2160e1

#e1a221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1a221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1a221 Color CSS Codes

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

#e1a221 Text Font Color

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

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


#e1a221 Background Color

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

This div background color is #e1a221


#e1a221 Border Color

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

This div border color is #e1a221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1a221


Comments

No comments written yet.

Please login to write comment.