Color Hex Logo

#e2a943 Color Hex

#E2A943
(226,169,67)
0 Favorites   0 Comments

Color spaces of #e2a943

RGB 22616967
HSL0.110.730.57
HSV38°70°89°
CMYK 0.000.250.70   0.11
XYZ46.565144.949911.5321
Yxy44.94990.45190.4362
Hunter Lab67.04476.646936.7330
CIE-Lab72.858911.151958.5785

#e2a943 color RGB value is (226,169,67).

#e2a943 hex color red value is 226, green value is 169 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #e2a943 hue: 0.11 , saturation: 0.73 and the lightness value of e2a943 is 0.57.

The process color (four color CMYK) of #e2a943 color hex is 0.00, 0.25, 0.70, 0.11. Web safe color of #e2a943 is #cc9933. Color #e2a943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101001 01000011
Octal 342 251 103
Decimal 226 169 67
Hex E2 A9 43

RGB Percentages of Color #e2a943

%48.92
%36.58
%14.50

CMYK Percentages of Color #e2a943

%0
%25
%70
%11

Triadic Colors of #e2a943

#e2a943 #43e2a9 #a943e2

Analogous Colors of #e2a943

#e2a943 #cce243 #e25a43

Monochromatic Colors of #e2a943

#e2a943

Complementary Color

#e2a943 #437ce2

#e2a943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2a943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2a943 Color CSS Codes

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

#e2a943 Text Font Color

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

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


#e2a943 Background Color

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

This div background color is #e2a943


#e2a943 Border Color

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

This div border color is #e2a943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2a943


Comments

No comments written yet.

Please login to write comment.