Color Hex Logo

#eca346 Color Hex

#ECA346
(236,163,70)
0 Favorites   0 Comments

Color spaces of #eca346

RGB 23616370
HSL0.090.810.60
HSV34°70°93°
CMYK 0.000.310.70   0.07
XYZ48.794844.469411.8061
Yxy44.46940.46440.4232
Hunter Lab66.685413.912036.1830
CIE-Lab72.541118.715157.2871

#eca346 color RGB value is (236,163,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 01000110
Octal 354 243 106
Decimal 236 163 70
Hex EC A3 46

RGB Percentages of Color #eca346

%50.32
%34.75
%14.93

CMYK Percentages of Color #eca346

%0
%31
%70
%7

Triadic Colors of #eca346

#eca346 #46eca3 #a346ec

Analogous Colors of #eca346

#eca346 #e2ec46 #ec5046

Monochromatic Colors of #eca346

#eca346

Complementary Color

#eca346 #468fec

#eca346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca346 Color CSS Codes

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

#eca346 Text Font Color

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

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


#eca346 Background Color

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

This div background color is #eca346


#eca346 Border Color

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

This div border color is #eca346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca346


Comments

No comments written yet.

Please login to write comment.