Color Hex Logo

#eca345 Color Hex

#ECA345
(236,163,69)
0 Favorites   0 Comments

Color spaces of #eca345

RGB 23616369
HSL0.090.810.60
HSV34°71°93°
CMYK 0.000.310.71   0.07
XYZ48.763444.456911.6412
Yxy44.45690.46500.4240
Hunter Lab66.676013.862736.3216
CIE-Lab72.532818.664957.7189

#eca345 color RGB value is (236,163,69).

#eca345 hex color red value is 236, green value is 163 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #eca345 hue: 0.09 , saturation: 0.81 and the lightness value of eca345 is 0.60.

The process color (four color CMYK) of #eca345 color hex is 0.00, 0.31, 0.71, 0.07. Web safe color of #eca345 is #ff9933. Color #eca345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 01000101
Octal 354 243 105
Decimal 236 163 69
Hex EC A3 45

RGB Percentages of Color #eca345

%50.43
%34.83
%14.74

CMYK Percentages of Color #eca345

%0
%31
%71
%7

Triadic Colors of #eca345

#eca345 #45eca3 #a345ec

Analogous Colors of #eca345

#eca345 #e2ec45 #ec4f45

Monochromatic Colors of #eca345

#eca345

Complementary Color

#eca345 #458eec

#eca345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca345 Color CSS Codes

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

#eca345 Text Font Color

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

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


#eca345 Background Color

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

This div background color is #eca345


#eca345 Border Color

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

This div border color is #eca345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca345


Comments

No comments written yet.

Please login to write comment.