Color Hex Logo

#eaa45e Color Hex

#EAA45E
(234,164,94)
0 Favorites   0 Comments

Color spaces of #eaa45e

RGB 23416494
HSL0.080.770.64
HSV30°60°92°
CMYK 0.000.300.60   0.08
XYZ49.227544.851516.6523
Yxy44.85150.44460.4050
Hunter Lab66.971314.007432.1375
CIE-Lab72.794018.805046.1380

#eaa45e color RGB value is (234,164,94).

#eaa45e hex color red value is 234, green value is 164 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eaa45e hue: 0.08 , saturation: 0.77 and the lightness value of eaa45e is 0.64.

The process color (four color CMYK) of #eaa45e color hex is 0.00, 0.30, 0.60, 0.08. Web safe color of #eaa45e is #ff9966. Color #eaa45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01011110
Octal 352 244 136
Decimal 234 164 94
Hex EA A4 5E

RGB Percentages of Color #eaa45e

%47.56
%33.33
%19.11

CMYK Percentages of Color #eaa45e

%0
%30
%60
%8

Triadic Colors of #eaa45e

#eaa45e #5eeaa4 #a45eea

Analogous Colors of #eaa45e

#eaa45e #eaea5e #ea5e5e

Monochromatic Colors of #eaa45e

#eaa45e

Complementary Color

#eaa45e #5ea4ea

#eaa45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa45e Color CSS Codes

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

#eaa45e Text Font Color

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

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


#eaa45e Background Color

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

This div background color is #eaa45e


#eaa45e Border Color

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

This div border color is #eaa45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa45e


Comments

No comments written yet.

Please login to write comment.