Color Hex Logo

#eaa46e Color Hex

#EAA46E
(234,164,110)
0 Favorites   0 Comments

Color spaces of #eaa46e

RGB 234164110
HSL0.070.750.67
HSV26°53°92°
CMYK 0.000.300.53   0.08
XYZ50.021645.169120.8339
Yxy45.16910.43110.3893
Hunter Lab67.208015.240228.6662
CIE-Lab73.003120.051438.2056

#eaa46e color RGB value is (234,164,110).

#eaa46e hex color red value is 234, green value is 164 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #eaa46e hue: 0.07 , saturation: 0.75 and the lightness value of eaa46e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 01101110
Octal 352 244 156
Decimal 234 164 110
Hex EA A4 6E

RGB Percentages of Color #eaa46e

%46.06
%32.28
%21.65

CMYK Percentages of Color #eaa46e

%0
%30
%53
%8

Triadic Colors of #eaa46e

#eaa46e #6eeaa4 #a46eea

Analogous Colors of #eaa46e

#eaa46e #eae26e #ea6e76

Monochromatic Colors of #eaa46e

#eaa46e

Complementary Color

#eaa46e #6eb4ea

#eaa46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa46e Color CSS Codes

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

#eaa46e Text Font Color

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

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


#eaa46e Background Color

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

This div background color is #eaa46e


#eaa46e Border Color

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

This div border color is #eaa46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa46e


Comments

No comments written yet.

Please login to write comment.