COLOR #EC885D

HEX: #EC885D
RGB: (236,136,93)

Color info

#EC885D contains mainly red color. Web safe color of #EC885D is #FF9966 (or #F96).

RGB color model

#EC885D color RGB value is (236,136,93).

  • red value is 236;
  • green value is 136;
  • blue value is 93.
RGB:
(236,136,93)
(93%,53%,36%)

RGB channels and saturation

R 236 of 255 = 93%
G 136 of 255 = 53%
B 93 of 255 = 36%

236
136
93

R + G + B ~ 61%. #EC885D is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 136 + 93 = 465 (100%)
R 236 of 465 ~ 50.75%
G 136 of 465 ~ 29.25%
B 93 of 465 ~ 20%

%50.75
%29.25
%20

CMYK color model

#EC885D color CMYK value is (0,42,61,7).

  • cyan value is 0.00%
  • magenta value is 42.37%
  • yellow value is 60.59%
  • key color value is 7.45%
CMYK:
(0,42,61,7)
C0M42Y61K7 
(0%,42%,61%,7%)
(0.00/0.42/0.61/0.07)	

CMYK percentages

%0
%42.37
%60.59
%7.45

Codes

Color #EC885D in popluar color models

EC885D
RGB23613693
HSL18°79.01%64.51%
HSB/HSV18°60.59%92.55%
CMYK0.00%42.37%60.59%
7.45%

Color #EC885D in popluar number systems.

HEXEC885D
Decimal23613693
Binary11101100100010001011101
Octal354210135

Shades and tints

Shades of #EC885D

#EC885D
(236,136,93)
#D77C55
(215,124,85)
#C2704D
(194,112,77)
#AD6445
(173,100,69)
#98583D
(152,88,61)
#834C35
(131,76,53)
#6E402D
(110,64,45)
#593425
(89,52,37)
#44281D
(68,40,29)
#2F1C15
(47,28,21)
#1A100D
(26,16,13)
#000000
(0,0,0)

Tints of #EC885D

#EC885D
(236,136,93)
#ED926B
(237,146,107)
#EE9C79
(238,156,121)
#EFA687
(239,166,135)
#F0B095
(240,176,149)
#F1BAA3
(241,186,163)
#F2C4B1
(242,196,177)
#F3CEBF
(243,206,191)
#F4D8CD
(244,216,205)
#F5E2DB
(245,226,219)
#F6ECE9
(246,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC885D color. Also use rgb(236,136,93) instead hex code.

Text Font Color

.myTextColor { color: #EC885D; }

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

This text font color is #EC885D.


Background Color

.myBgColor { background-color: #EC885D; }

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

This div background color is #EC885D.


Border color

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

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

This div border color is #EC885D.


Opacity

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

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

Text with #EC885D 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 #EC885D;}

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

This text has shadow with #EC885D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC885D on black background.


Color preview on white background

This text has color #EC885D on white background.



Black color preview on #EC885D background

This text has black color on #EC885D background.


White color preview on #EC885D background

This text has white color on #EC885D background.