Color Hex Logo

#ec8d3e Color Hex

#EC8D3E
(236,141,62)
0 Favorites   0 Comments

Color spaces of #ec8d3e

RGB 23614162
HSL0.080.820.58
HSV27°74°93°
CMYK 0.000.400.74   0.07
XYZ44.986437.23049.3726
Yxy37.23040.49120.4065
Hunter Lab61.016724.825233.6043
CIE-Lab67.449529.962455.5712

#ec8d3e color RGB value is (236,141,62).

#ec8d3e hex color red value is 236, green value is 141 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ec8d3e hue: 0.08 , saturation: 0.82 and the lightness value of ec8d3e is 0.58.

The process color (four color CMYK) of #ec8d3e color hex is 0.00, 0.40, 0.74, 0.07. Web safe color of #ec8d3e is #ff9933. Color #ec8d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001101 00111110
Octal 354 215 76
Decimal 236 141 62
Hex EC 8D 3E

RGB Percentages of Color #ec8d3e

%53.76
%32.12
%14.12

CMYK Percentages of Color #ec8d3e

%0
%40
%74
%7

Triadic Colors of #ec8d3e

#ec8d3e #3eec8d #8d3eec

Analogous Colors of #ec8d3e

#ec8d3e #ece43e #ec3e46

Monochromatic Colors of #ec8d3e

#ec8d3e

Complementary Color

#ec8d3e #3e9dec

#ec8d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8d3e Color CSS Codes

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

#ec8d3e Text Font Color

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

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


#ec8d3e Background Color

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

This div background color is #ec8d3e


#ec8d3e Border Color

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

This div border color is #ec8d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8d3e


Comments

No comments written yet.

Please login to write comment.