Color Hex Logo

#eca075 Color Hex

#ECA075
(236,160,117)
0 Favorites   0 Comments

Color spaces of #eca075

RGB 236160117
HSL0.060.760.69
HSV22°50°93°
CMYK 0.000.320.50   0.07
XYZ50.373844.258822.7174
Yxy44.25880.42930.3772
Hunter Lab66.527318.735726.3231
CIE-Lab72.401123.591233.7944

#eca075 color RGB value is (236,160,117).

#eca075 hex color red value is 236, green value is 160 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #eca075 hue: 0.06 , saturation: 0.76 and the lightness value of eca075 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 01110101
Octal 354 240 165
Decimal 236 160 117
Hex EC A0 75

RGB Percentages of Color #eca075

%46.00
%31.19
%22.81

CMYK Percentages of Color #eca075

%0
%32
%50
%7

Triadic Colors of #eca075

#eca075 #75eca0 #a075ec

Analogous Colors of #eca075

#eca075 #ecdc75 #ec7586

Monochromatic Colors of #eca075

#eca075

Complementary Color

#eca075 #75c1ec

#eca075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca075 Color CSS Codes

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

#eca075 Text Font Color

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

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


#eca075 Background Color

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

This div background color is #eca075


#eca075 Border Color

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

This div border color is #eca075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca075


Comments

No comments written yet.

Please login to write comment.