Color Hex Logo

#ec813d Color Hex

#EC813D
(236,129,61)
0 Favorites   0 Comments

Color spaces of #ec813d

RGB 23612961
HSL0.060.820.58
HSV23°74°93°
CMYK 0.000.450.74   0.07
XYZ43.284633.87038.6712
Yxy33.87030.50430.3946
Hunter Lab58.198230.911631.9049
CIE-Lab64.859536.149553.3658

#ec813d color RGB value is (236,129,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000001 00111101
Octal 354 201 75
Decimal 236 129 61
Hex EC 81 3D

RGB Percentages of Color #ec813d

%55.40
%30.28
%14.32

CMYK Percentages of Color #ec813d

%0
%45
%74
%7

Triadic Colors of #ec813d

#ec813d #3dec81 #813dec

Analogous Colors of #ec813d

#ec813d #ecd93d #ec3d51

Monochromatic Colors of #ec813d

#ec813d

Complementary Color

#ec813d #3da8ec

#ec813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec813d Color CSS Codes

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

#ec813d Text Font Color

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

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


#ec813d Background Color

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

This div background color is #ec813d


#ec813d Border Color

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

This div border color is #ec813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec813d


Comments

No comments written yet.

Please login to write comment.