Color Hex Logo

#eca05e Color Hex

#ECA05E
(236,160,94)
0 Favorites   0 Comments

Color spaces of #eca05e

RGB 23616094
HSL0.080.790.65
HSV28°60°93°
CMYK 0.000.320.60   0.07
XYZ49.183343.782616.4483
Yxy43.78260.44950.4002
Hunter Lab66.168416.885231.5794
CIE-Lab72.082921.749745.3506

#eca05e color RGB value is (236,160,94).

#eca05e hex color red value is 236, green value is 160 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eca05e hue: 0.08 , saturation: 0.79 and the lightness value of eca05e is 0.65.

The process color (four color CMYK) of #eca05e color hex is 0.00, 0.32, 0.60, 0.07. Web safe color of #eca05e is #ff9966. Color #eca05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 01011110
Octal 354 240 136
Decimal 236 160 94
Hex EC A0 5E

RGB Percentages of Color #eca05e

%48.16
%32.65
%19.18

CMYK Percentages of Color #eca05e

%0
%32
%60
%7

Triadic Colors of #eca05e

#eca05e #5eeca0 #a05eec

Analogous Colors of #eca05e

#eca05e #ece75e #ec5e63

Monochromatic Colors of #eca05e

#eca05e

Complementary Color

#eca05e #5eaaec

#eca05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca05e Color CSS Codes

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

#eca05e Text Font Color

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

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


#eca05e Background Color

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

This div background color is #eca05e


#eca05e Border Color

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

This div border color is #eca05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca05e


Comments

No comments written yet.

Please login to write comment.