Color Hex Logo

#eca56a Color Hex

#ECA56A
(236,165,106)
0 Favorites   0 Comments

Color spaces of #eca56a

RGB 236165106
HSL0.080.770.67
HSV27°55°93°
CMYK 0.000.300.55   0.07
XYZ50.648745.783719.8033
Yxy45.78370.43570.3939
Hunter Lab67.663715.202330.0120
CIE-Lab73.405019.999140.8310

#eca56a color RGB value is (236,165,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 01101010
Octal 354 245 152
Decimal 236 165 106
Hex EC A5 6A

RGB Percentages of Color #eca56a

%46.55
%32.54
%20.91

CMYK Percentages of Color #eca56a

%0
%30
%55
%7

Triadic Colors of #eca56a

#eca56a #6aeca5 #a56aec

Analogous Colors of #eca56a

#eca56a #ece66a #ec6a70

Monochromatic Colors of #eca56a

#eca56a

Complementary Color

#eca56a #6ab1ec

#eca56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca56a Color CSS Codes

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

#eca56a Text Font Color

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

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


#eca56a Background Color

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

This div background color is #eca56a


#eca56a Border Color

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

This div border color is #eca56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca56a


Comments

No comments written yet.

Please login to write comment.