Color Hex Logo

#eca32e Color Hex

#ECA32E
(236,163,46)
0 Favorites   0 Comments

Color spaces of #eca32e

RGB 23616346
HSL0.100.830.55
HSV37°81°93°
CMYK 0.000.310.81   0.07
XYZ48.182444.22458.5815
Yxy44.22450.47710.4379
Hunter Lab66.501512.951138.9001
CIE-Lab72.378317.735066.6270

#eca32e color RGB value is (236,163,46).

#eca32e hex color red value is 236, green value is 163 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eca32e hue: 0.10 , saturation: 0.83 and the lightness value of eca32e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 00101110
Octal 354 243 56
Decimal 236 163 46
Hex EC A3 2E

RGB Percentages of Color #eca32e

%53.03
%36.63
%10.34

CMYK Percentages of Color #eca32e

%0
%31
%81
%7

Triadic Colors of #eca32e

#eca32e #2eeca3 #a32eec

Analogous Colors of #eca32e

#eca32e #d6ec2e #ec442e

Monochromatic Colors of #eca32e

#eca32e

Complementary Color

#eca32e #2e77ec

#eca32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca32e Color CSS Codes

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

#eca32e Text Font Color

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

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


#eca32e Background Color

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

This div background color is #eca32e


#eca32e Border Color

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

This div border color is #eca32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca32e


Comments

No comments written yet.

Please login to write comment.