COLOR #EC8B6E

HEX: #EC8B6E RGB: (236,139,110)

Color info

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

RGB color model

#EC8B6E color RGB value is (236,139,110).

RGB: (236,139,110) (93%, 55%, 43%)

RGB channels and saturation

R 236 of 255 = 93%
G 139 of 255 = 55%
B 110 of 255 = 43%

236
139
110

R + G + B ~ 64%. #EC8B6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 139 + 110 = 485 (100%)
R 236 of 485 ~ 48.66%
G 139 of 485 ~ 28.66%
B 110 of 485 ~ 22.68'%

%48.66
%28.66
%22.68

CMYK color model

#EC8B6E color CMYK value is (0,41,53,7).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 53.39%
  • key color value is 7.45%

CMYK: (0,41,53,7)
C0M41Y53K7 (0%, 41%, 53%, 7%)
(0.00 / 0.41 / 0.53 / 0.07)

CMYK percentages

%0
%41.1
%53.39
%7.45

Codes

Color #EC8B6E in popluar color models

EC 8B 6E
RGB 236 139 110
HSL 14° 76.83% 67.84%
HSB/HSV 14° 53.39% 92.55%
CMYK 0.00% 41.10% 53.39%
7.45%

Color #EC8B6E in popluar number systems.

HEX EC 8B 6E
Decimal 236 139 110
Binary 11101100 10001011 1101110
Octal 354 213 156

Shades and tints

Shades of #EC8B6E

#EC8B6E
(236,139,110)
#D77F64
(215,127,100)
#C2735A
(194,115,90)
#AD6750
(173,103,80)
#985B46
(152,91,70)
#834F3C
(131,79,60)
#6E4332
(110,67,50)
#593728
(89,55,40)
#442B1E
(68,43,30)
#2F1F14
(47,31,20)
#1A130A
(26,19,10)
#000000
(0,0,0)

Tints of #EC8B6E

#EC8B6E
(236,139,110)
#ED957B
(237,149,123)
#EE9F88
(238,159,136)
#EFA995
(239,169,149)
#F0B3A2
(240,179,162)
#F1BDAF
(241,189,175)
#F2C7BC
(242,199,188)
#F3D1C9
(243,209,201)
#F4DBD6
(244,219,214)
#F5E5E3
(245,229,227)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8B6E color. Also use rgb(236,139,110) instead hex code.

Text Font Color

.myTextColor { color: #EC8B6E; }

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

This text font color is #EC8B6E.

Background Color

.myBgColor { background-color: #EC8B6E; }

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

This div background color is #EC8B6E.

Border color

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

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

This div border color is #EC8B6E.

Opacity

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

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

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

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

This text has shadow with #EC8B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC8B6E.

Preview

Color preview on black background

This text has color #EC8B6E on black background.


Color preview on white background

This text has color #EC8B6E on white background.


Black color preview on #EC8B6E background

This text has black color on #EC8B6E background.


White color preview on #EC8B6E background

This text has white color on #EC8B6E background.


Related colors

Complementary color

Complementary color for #hex is #137491.


I love getcolorcode.com

Triadic colors

1 #6EEC8B and #8B6EEC with #EC8B6E are triadic colors.

2 #6E8BEC and #8BEC6E with #EC8B6E are triadic colors.