Color Hex Logo

#eac36e Color Hex

#EAC36E
(234,195,110)
0 Favorites   0 Comments

Color spaces of #eac36e

RGB 234195110
HSL0.110.750.67
HSV41°53°92°
CMYK 0.000.170.53   0.08
XYZ56.261357.648422.9138
Yxy57.64840.41120.4213
Hunter Lab75.9265-0.603635.2555
CIE-Lab80.54293.684247.4911

#eac36e color RGB value is (234,195,110).

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

The process color (four color CMYK) of #eac36e color hex is 0.00, 0.17, 0.53, 0.08. Web safe color of #eac36e is #ffcc66. Color #eac36e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 01101110
Octal 352 303 156
Decimal 234 195 110
Hex EA C3 6E

RGB Percentages of Color #eac36e

%43.41
%36.18
%20.41

CMYK Percentages of Color #eac36e

%0
%17
%53
%8

Triadic Colors of #eac36e

#eac36e #6eeac3 #c36eea

Analogous Colors of #eac36e

#eac36e #d3ea6e #ea856e

Monochromatic Colors of #eac36e

#eac36e

Complementary Color

#eac36e #6e95ea

#eac36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac36e Color CSS Codes

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

#eac36e Text Font Color

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

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


#eac36e Background Color

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

This div background color is #eac36e


#eac36e Border Color

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

This div border color is #eac36e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac36e


Comments

No comments written yet.

Please login to write comment.