Color Hex Logo

#eca15c Color Hex

#ECA15C
(236,161,92)
0 Favorites   0 Comments

Color spaces of #eca15c

RGB 23616192
HSL0.080.790.64
HSV29°61°93°
CMYK 0.000.320.61   0.07
XYZ49.268744.095316.0397
Yxy44.09530.45030.4031
Hunter Lab66.404316.230732.1617
CIE-Lab72.292121.080246.6007

#eca15c color RGB value is (236,161,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 01011100
Octal 354 241 134
Decimal 236 161 92
Hex EC A1 5C

RGB Percentages of Color #eca15c

%48.26
%32.92
%18.81

CMYK Percentages of Color #eca15c

%0
%32
%61
%7

Triadic Colors of #eca15c

#eca15c #5ceca1 #a15cec

Analogous Colors of #eca15c

#eca15c #ece95c #ec5c5f

Monochromatic Colors of #eca15c

#eca15c

Complementary Color

#eca15c #5ca7ec

#eca15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca15c Color CSS Codes

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

#eca15c Text Font Color

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

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


#eca15c Background Color

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

This div background color is #eca15c


#eca15c Border Color

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

This div border color is #eca15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca15c


Comments

No comments written yet.

Please login to write comment.