Color Hex Logo

#eca406 Color Hex

#ECA406
(236,164,6)
0 Favorites   0 Comments

Color spaces of #eca406

RGB 2361646
HSL0.110.950.47
HSV41°97°93°
CMYK 0.000.310.97   0.07
XYZ47.900444.39696.2171
Yxy44.39690.48620.4507
Hunter Lab66.631011.717741.1096
CIE-Lab72.493016.461375.5596

#eca406 color RGB value is (236,164,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 00000110
Octal 354 244 6
Decimal 236 164 6
Hex EC A4 6

RGB Percentages of Color #eca406

%58.13
%40.39
%1.48

CMYK Percentages of Color #eca406

%0
%31
%97
%7

Triadic Colors of #eca406

#eca406 #06eca4 #a406ec

Analogous Colors of #eca406

#eca406 #c1ec06 #ec3106

Monochromatic Colors of #eca406

#eca406

Complementary Color

#eca406 #064eec

#eca406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca406 Color CSS Codes

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

#eca406 Text Font Color

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

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


#eca406 Background Color

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

This div background color is #eca406


#eca406 Border Color

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

This div border color is #eca406


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,164,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 #eca406">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca406


Comments

No comments written yet.

Please login to write comment.