Color Hex Logo

#eca05c Color Hex

#ECA05C
(236,160,92)
0 Favorites   0 Comments

Color spaces of #eca05c

RGB 23616092
HSL0.080.790.64
HSV28°61°93°
CMYK 0.000.320.61   0.07
XYZ49.094643.747215.9817
Yxy43.74720.45110.4020
Hunter Lab66.141716.746331.9730
CIE-Lab72.059221.610646.3266

#eca05c color RGB value is (236,160,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 01011100
Octal 354 240 134
Decimal 236 160 92
Hex EC A0 5C

RGB Percentages of Color #eca05c

%48.36
%32.79
%18.85

CMYK Percentages of Color #eca05c

%0
%32
%61
%7

Triadic Colors of #eca05c

#eca05c #5ceca0 #a05cec

Analogous Colors of #eca05c

#eca05c #ece85c #ec5c60

Monochromatic Colors of #eca05c

#eca05c

Complementary Color

#eca05c #5ca8ec

#eca05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca05c Color CSS Codes

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

#eca05c Text Font Color

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

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


#eca05c Background Color

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

This div background color is #eca05c


#eca05c Border Color

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

This div border color is #eca05c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,160,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca05c

#eca05c Color Palettes


Comments

No comments written yet.

Please login to write comment.