Color Hex Logo

#eca006 Color Hex

#ECA006
(236,160,6)
0 Favorites   0 Comments

Color spaces of #eca006

RGB 2361606
HSL0.110.950.47
HSV40°97°93°
CMYK 0.000.320.97   0.07
XYZ47.195742.98765.9823
Yxy42.98760.49080.4470
Hunter Lab65.564913.751340.4857
CIE-Lab71.546618.579974.9098

#eca006 color RGB value is (236,160,6).

#eca006 hex color red value is 236, green value is 160 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #eca006 hue: 0.11 , saturation: 0.95 and the lightness value of eca006 is 0.47.

The process color (four color CMYK) of #eca006 color hex is 0.00, 0.32, 0.97, 0.07. Web safe color of #eca006 is #ff9900. Color #eca006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 00000110
Octal 354 240 6
Decimal 236 160 6
Hex EC A0 6

RGB Percentages of Color #eca006

%58.71
%39.80
%1.49

CMYK Percentages of Color #eca006

%0
%32
%97
%7

Triadic Colors of #eca006

#eca006 #06eca0 #a006ec

Analogous Colors of #eca006

#eca006 #c5ec06 #ec2d06

Monochromatic Colors of #eca006

#eca006

Complementary Color

#eca006 #0652ec

#eca006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca006 Color CSS Codes

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

#eca006 Text Font Color

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

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


#eca006 Background Color

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

This div background color is #eca006


#eca006 Border Color

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

This div border color is #eca006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca006


Comments

No comments written yet.

Please login to write comment.