Color Hex Logo

#eca56e Color Hex

#ECA56E
(236,165,110)
0 Favorites   0 Comments

Color spaces of #eca56e

RGB 236165110
HSL0.070.770.68
HSV26°53°93°
CMYK 0.000.300.53   0.07
XYZ50.861745.868920.9247
Yxy45.86890.43230.3899
Hunter Lab67.726615.529429.0905
CIE-Lab73.460420.327738.8268

#eca56e color RGB value is (236,165,110).

#eca56e hex color red value is 236, green value is 165 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #eca56e hue: 0.07 , saturation: 0.77 and the lightness value of eca56e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 01101110
Octal 354 245 156
Decimal 236 165 110
Hex EC A5 6E

RGB Percentages of Color #eca56e

%46.18
%32.29
%21.53

CMYK Percentages of Color #eca56e

%0
%30
%53
%7

Triadic Colors of #eca56e

#eca56e #6eeca5 #a56eec

Analogous Colors of #eca56e

#eca56e #ece46e #ec6e76

Monochromatic Colors of #eca56e

#eca56e

Complementary Color

#eca56e #6eb5ec

#eca56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca56e Color CSS Codes

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

#eca56e Text Font Color

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

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


#eca56e Background Color

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

This div background color is #eca56e


#eca56e Border Color

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

This div border color is #eca56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca56e


Comments

No comments written yet.

Please login to write comment.