Color Hex Logo

#eaa43e Color Hex

#EAA43E
(234,164,62)
0 Favorites   0 Comments

Color spaces of #eaa43e

RGB 23416462
HSL0.100.800.58
HSV36°74°92°
CMYK 0.000.300.74   0.08
XYZ48.076644.391110.5919
Yxy44.39110.46650.4307
Hunter Lab66.626612.205837.2131
CIE-Lab72.489116.965260.5858

#eaa43e color RGB value is (234,164,62).

#eaa43e hex color red value is 234, green value is 164 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eaa43e hue: 0.10 , saturation: 0.80 and the lightness value of eaa43e is 0.58.

The process color (four color CMYK) of #eaa43e color hex is 0.00, 0.30, 0.74, 0.08. Web safe color of #eaa43e is #ff9933. Color #eaa43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 00111110
Octal 352 244 76
Decimal 234 164 62
Hex EA A4 3E

RGB Percentages of Color #eaa43e

%50.87
%35.65
%13.48

CMYK Percentages of Color #eaa43e

%0
%30
%74
%8

Triadic Colors of #eaa43e

#eaa43e #3eeaa4 #a43eea

Analogous Colors of #eaa43e

#eaa43e #daea3e #ea4e3e

Monochromatic Colors of #eaa43e

#eaa43e

Complementary Color

#eaa43e #3e84ea

#eaa43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa43e Color CSS Codes

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

#eaa43e Text Font Color

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

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


#eaa43e Background Color

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

This div background color is #eaa43e


#eaa43e Border Color

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

This div border color is #eaa43e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,164,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaa43e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaa43e;
  -webkit-box-shadow: 1px 1px 3px 2px #eaa43e;
  box-shadow:         1px 1px 3px 2px #eaa43e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,164,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa43e


Comments

No comments written yet.

Please login to write comment.