Color Hex Logo

#eca471 Color Hex

#ECA471
(236,164,113)
0 Favorites   0 Comments

Color spaces of #eca471

RGB 236164113
HSL0.070.760.68
HSV25°52°93°
CMYK 0.000.310.52   0.07
XYZ50.848245.576021.7399
Yxy45.57600.43030.3857
Hunter Lab67.510016.302828.1641
CIE-Lab73.269621.114337.0181

#eca471 color RGB value is (236,164,113).

#eca471 hex color red value is 236, green value is 164 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eca471 hue: 0.07 , saturation: 0.76 and the lightness value of eca471 is 0.68.

The process color (four color CMYK) of #eca471 color hex is 0.00, 0.31, 0.52, 0.07. Web safe color of #eca471 is #ff9966. Color #eca471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 01110001
Octal 354 244 161
Decimal 236 164 113
Hex EC A4 71

RGB Percentages of Color #eca471

%46.00
%31.97
%22.03

CMYK Percentages of Color #eca471

%0
%31
%52
%7

Triadic Colors of #eca471

#eca471 #71eca4 #a471ec

Analogous Colors of #eca471

#eca471 #ece271 #ec717c

Monochromatic Colors of #eca471

#eca471

Complementary Color

#eca471 #71b9ec

#eca471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca471 Color CSS Codes

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

#eca471 Text Font Color

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

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


#eca471 Background Color

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

This div background color is #eca471


#eca471 Border Color

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

This div border color is #eca471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca471


Comments

No comments written yet.

Please login to write comment.