Color Hex Logo

#eca560 Color Hex

#ECA560
(236,165,96)
1 Favorites   0 Comments

Color spaces of #eca560

RGB 23616596
HSL0.080.790.65
HSV30°59°93°
CMYK 0.000.300.59   0.07
XYZ50.158545.587717.2220
Yxy45.58770.44400.4035
Hunter Lab67.518714.447032.1400
CIE-Lab73.277219.237845.7651

#eca560 color RGB value is (236,165,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 01100000
Octal 354 245 140
Decimal 236 165 96
Hex EC A5 60

RGB Percentages of Color #eca560

%47.48
%33.20
%19.32

CMYK Percentages of Color #eca560

%0
%30
%59
%7

Triadic Colors of #eca560

#eca560 #60eca5 #a560ec

Analogous Colors of #eca560

#eca560 #eceb60 #ec6061

Monochromatic Colors of #eca560

#eca560

Complementary Color

#eca560 #60a7ec

#eca560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca560 Color CSS Codes

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

#eca560 Text Font Color

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

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


#eca560 Background Color

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

This div background color is #eca560


#eca560 Border Color

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

This div border color is #eca560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca560


Comments

No comments written yet.

Please login to write comment.