COLOR #EC8657

HEX: #EC8657
RGB: (236,134,87)

Color info

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

RGB color model

#EC8657 color RGB value is (236,134,87).

  • red value is 236;
  • green value is 134;
  • blue value is 87.
RGB:
(236,134,87)
(93%,53%,34%)

RGB channels and saturation

R 236 of 255 = 93%
G 134 of 255 = 53%
B 87 of 255 = 34%

236
134
87

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

Portions of RGB colors in percentages

R + G + B =
236 + 134 + 87 = 457 (100%)
R 236 of 457 ~ 51.64%
G 134 of 457 ~ 29.32%
B 87 of 457 ~ 19.04%

%51.64
%29.32
%19.04

CMYK color model

#EC8657 color CMYK value is (0,43,63,7).

  • cyan value is 0.00%
  • magenta value is 43.22%
  • yellow value is 63.14%
  • key color value is 7.45%
CMYK:
(0,43,63,7)
C0M43Y63K7 
(0%,43%,63%,7%)
(0.00/0.43/0.63/0.07)	

CMYK percentages

%0
%43.22
%63.14
%7.45

Codes

Color #EC8657 in popluar color models

EC8657
RGB23613487
HSL19°79.68%63.33%
HSB/HSV19°63.14%92.55%
CMYK0.00%43.22%63.14%
7.45%

Color #EC8657 in popluar number systems.

HEXEC8657
Decimal23613487
Binary11101100100001101010111
Octal354206127

Shades and tints

Shades of #EC8657

#EC8657
(236,134,87)
#D77A50
(215,122,80)
#C26E49
(194,110,73)
#AD6242
(173,98,66)
#98563B
(152,86,59)
#834A34
(131,74,52)
#6E3E2D
(110,62,45)
#593226
(89,50,38)
#44261F
(68,38,31)
#2F1A18
(47,26,24)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #EC8657

#EC8657
(236,134,87)
#ED9166
(237,145,102)
#EE9C75
(238,156,117)
#EFA784
(239,167,132)
#F0B293
(240,178,147)
#F1BDA2
(241,189,162)
#F2C8B1
(242,200,177)
#F3D3C0
(243,211,192)
#F4DECF
(244,222,207)
#F5E9DE
(245,233,222)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8657 color. Also use rgb(236,134,87) instead hex code.

Text Font Color

.myTextColor { color: #EC8657; }

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

This text font color is #EC8657.


Background Color

.myBgColor { background-color: #EC8657; }

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

This div background color is #EC8657.


Border color

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

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

This div border color is #EC8657.


Opacity

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

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

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

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

This text has shadow with #EC8657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8657 on black background.


Color preview on white background

This text has color #EC8657 on white background.



Black color preview on #EC8657 background

This text has black color on #EC8657 background.


White color preview on #EC8657 background

This text has white color on #EC8657 background.