COLOR #EC9655

HEX: #EC9655 RGB: (236,150,85)

Color info

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

RGB color model

#EC9655 color RGB value is (236,150,85).

RGB: (236,150,85) (93%, 59%, 33%)

RGB channels and saturation

R 236 of 255 = 93%
G 150 of 255 = 59%
B 85 of 255 = 33%

236
150
85

R + G + B ~ 62%. #EC9655 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 150 + 85 = 471 (100%)
R 236 of 471 ~ 50.11%
G 150 of 471 ~ 31.85%
B 85 of 471 ~ 18.05'%

%50.11
%31.85
%18.05

CMYK color model

#EC9655 color CMYK value is (0,36,64,7).

  • cyan value is 0.00%
  • magenta value is 36.44%
  • yellow value is 63.98%
  • key color value is 7.45%

CMYK: (0,36,64,7)
C0M36Y64K7 (0%, 36%, 64%, 7%)
(0.00 / 0.36 / 0.64 / 0.07)

CMYK percentages

%0
%36.44
%63.98
%7.45

Codes

Color #EC9655 in popluar color models

EC 96 55
RGB 236 150 85
HSL 26° 79.89% 62.94%
HSB/HSV 26° 63.98% 92.55%
CMYK 0.00% 36.44% 63.98%
7.45%

Color #EC9655 in popluar number systems.

HEX EC 96 55
Decimal 236 150 85
Binary 11101100 10010110 1010101
Octal 354 226 125

Shades and tints

Shades of #EC9655

#EC9655
(236,150,85)
#D7894E
(215,137,78)
#C27C47
(194,124,71)
#AD6F40
(173,111,64)
#986239
(152,98,57)
#835532
(131,85,50)
#6E482B
(110,72,43)
#593B24
(89,59,36)
#442E1D
(68,46,29)
#2F2116
(47,33,22)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #EC9655

#EC9655
(236,150,85)
#ED9F64
(237,159,100)
#EEA873
(238,168,115)
#EFB182
(239,177,130)
#F0BA91
(240,186,145)
#F1C3A0
(241,195,160)
#F2CCAF
(242,204,175)
#F3D5BE
(243,213,190)
#F4DECD
(244,222,205)
#F5E7DC
(245,231,220)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9655 color. Also use rgb(236,150,85) instead hex code.

Text Font Color

.myTextColor { color: #EC9655; }

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

This text font color is #EC9655.

Background Color

.myBgColor { background-color: #EC9655; }

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

This div background color is #EC9655.

Border color

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

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

This div border color is #EC9655.

Opacity

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

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

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

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

This text has shadow with #EC9655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC9655.

Preview

Color preview on black background

This text has color #EC9655 on black background.


Color preview on white background

This text has color #EC9655 on white background.


Black color preview on #EC9655 background

This text has black color on #EC9655 background.


White color preview on #EC9655 background

This text has white color on #EC9655 background.


Related colors

Complementary color

Complementary color for #hex is #1369AA.


I love getcolorcode.com

Triadic colors

1 #55EC96 and #9655EC with #EC9655 are triadic colors.

2 #5596EC and #96EC55 with #EC9655 are triadic colors.