Color Hex Logo

#eaa25e Color Hex

#EAA25E
(234,162,94)
0 Favorites   0 Comments

Color spaces of #eaa25e

RGB 23416294
HSL0.080.770.64
HSV29°60°92°
CMYK 0.000.310.60   0.08
XYZ48.872444.141216.5339
Yxy44.14120.44610.4029
Hunter Lab66.438815.036631.7523
CIE-Lab72.322819.868445.5797

#eaa25e color RGB value is (234,162,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 01011110
Octal 352 242 136
Decimal 234 162 94
Hex EA A2 5E

RGB Percentages of Color #eaa25e

%47.76
%33.06
%19.18

CMYK Percentages of Color #eaa25e

%0
%31
%60
%8

Triadic Colors of #eaa25e

#eaa25e #5eeaa2 #a25eea

Analogous Colors of #eaa25e

#eaa25e #eae85e #ea5e60

Monochromatic Colors of #eaa25e

#eaa25e

Complementary Color

#eaa25e #5ea6ea

#eaa25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa25e Color CSS Codes

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

#eaa25e Text Font Color

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

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


#eaa25e Background Color

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

This div background color is #eaa25e


#eaa25e Border Color

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

This div border color is #eaa25e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,162,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 #eaa25e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa25e

#eaa25e Color Palettes


Comments

No comments written yet.

Please login to write comment.