COLOR #EC8344

HEX: #EC8344
RGB: (236,131,68)

Color info

#EC8344 contains mainly red color. Web safe color of #EC8344 is #FF9933 (or #F93).

RGB color model

#EC8344 color RGB value is (236,131,68).

  • red value is 236;
  • green value is 131;
  • blue value is 68.
RGB:
(236,131,68)
(93%,51%,27%)

RGB channels and saturation

R 236 of 255 = 93%
G 131 of 255 = 51%
B 68 of 255 = 27%

236
131
68

R + G + B ~ 57%. #EC8344 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
236 + 131 + 68 = 435 (100%)
R 236 of 435 ~ 54.25%
G 131 of 435 ~ 30.11%
B 68 of 435 ~ 15.63%

%54.25
%30.11
%15.63

CMYK color model

#EC8344 color CMYK value is (0,44,71,7).

  • cyan value is 0.00%
  • magenta value is 44.49%
  • yellow value is 71.19%
  • key color value is 7.45%
CMYK:
(0,44,71,7)
C0M44Y71K7 
(0%,44%,71%,7%)
(0.00/0.44/0.71/0.07)	

CMYK percentages

%0
%44.49
%71.19
%7.45

Codes

Color #EC8344 in popluar color models

EC8344
RGB23613168
HSL23°81.55%59.61%
HSB/HSV23°71.19%92.55%
CMYK0.00%44.49%71.19%
7.45%

Color #EC8344 in popluar number systems.

HEXEC8344
Decimal23613168
Binary11101100100000111000100
Octal354203104

Shades and tints

Shades of #EC8344

#EC8344
(236,131,68)
#D7783E
(215,120,62)
#C26D38
(194,109,56)
#AD6232
(173,98,50)
#98572C
(152,87,44)
#834C26
(131,76,38)
#6E4120
(110,65,32)
#59361A
(89,54,26)
#442B14
(68,43,20)
#2F200E
(47,32,14)
#1A1508
(26,21,8)
#000000
(0,0,0)

Tints of #EC8344

#EC8344
(236,131,68)
#ED8E55
(237,142,85)
#EE9966
(238,153,102)
#EFA477
(239,164,119)
#F0AF88
(240,175,136)
#F1BA99
(241,186,153)
#F2C5AA
(242,197,170)
#F3D0BB
(243,208,187)
#F4DBCC
(244,219,204)
#F5E6DD
(245,230,221)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8344 color. Also use rgb(236,131,68) instead hex code.

Text Font Color

.myTextColor { color: #EC8344; }

<p style="color:#EC8344">This sample text font color is #EC8344.</p>

This text font color is #EC8344.


Background Color

.myBgColor { background-color: #EC8344; }

<div style="background-color:#EC8344">Inner text</div>

This div background color is #EC8344.


Border color

.myBorderColor { border: 1px solid #EC8344; }

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

This div border color is #EC8344.


Opacity

.myOpacity80 { color: #EC8344; opacity: 0.8; }

<p style="color:#EC8344;opacity:0.8;">80%</p>

Text with #EC8344 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EC8344;}

<p style="text-shadow: 3px 3px 1px #EC8344">Text here.</p>

This text has shadow with #EC8344 color.

.textShadow {text-shadow: 3px 3px 1px #EC8344, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EC8344, 5px 5px 20px red">Text here.</p>

This text has shadow with #EC8344 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EC8344, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EC8344, Direction=45, Strength=4)">Text</p>

This text has shadow with #EC8344 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EC8344;
  -webkit-box-shadow:	1px 1px 3px 2px #EC8344;
  box-shadow:		1px 1px 3px 2px #EC8344;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EC8344;
-webkit-box-shadow: 1px 1px 3px 2px #EC8344;
box-shadow:1px 1px 3px 2px #EC8344;">
Div content here</div>
This div box has shadow with color #EC8344.

Preview

Color preview on black background

This text has color #EC8344 on black background.


Color preview on white background

This text has color #EC8344 on white background.



Black color preview on #EC8344 background

This text has black color on #EC8344 background.


White color preview on #EC8344 background

This text has white color on #EC8344 background.