Color Hex Logo

#eca062 Color Hex

#ECA062
(236,160,98)
0 Favorites   0 Comments

Color spaces of #eca062

RGB 23616098
HSL0.070.780.65
HSV27°58°93°
CMYK 0.000.320.58   0.07
XYZ49.367543.856317.4184
Yxy43.85630.44620.3964
Hunter Lab66.224117.172730.7623
CIE-Lab72.132322.037343.3816

#eca062 color RGB value is (236,160,98).

#eca062 hex color red value is 236, green value is 160 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eca062 hue: 0.07 , saturation: 0.78 and the lightness value of eca062 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 01100010
Octal 354 240 142
Decimal 236 160 98
Hex EC A0 62

RGB Percentages of Color #eca062

%47.77
%32.39
%19.84

CMYK Percentages of Color #eca062

%0
%32
%58
%7

Triadic Colors of #eca062

#eca062 #62eca0 #a062ec

Analogous Colors of #eca062

#eca062 #ece562 #ec6269

Monochromatic Colors of #eca062

#eca062

Complementary Color

#eca062 #62aeec

#eca062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca062 Color CSS Codes

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

#eca062 Text Font Color

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

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


#eca062 Background Color

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

This div background color is #eca062


#eca062 Border Color

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

This div border color is #eca062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca062


Comments

No comments written yet.

Please login to write comment.