COLOR #EC8714

HEX: #EC8714
RGB: (236,135,20)

Color info

#EC8714 contains mainly red color. Web safe color of #EC8714 is #FF9900 (or #F90).

RGB color model

#EC8714 color RGB value is (236,135,20).

  • red value is 236;
  • green value is 135;
  • blue value is 20.
RGB:
(236,135,20)
(93%,53%,8%)

RGB channels and saturation

R 236 of 255 = 93%
G 135 of 255 = 53%
B 20 of 255 = 8%

236
135
20

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

Portions of RGB colors in percentages

R + G + B =
236 + 135 + 20 = 391 (100%)
R 236 of 391 ~ 60.36%
G 135 of 391 ~ 34.53%
B 20 of 391 ~ 5.12%

%60.36
%34.53

CMYK color model

#EC8714 color CMYK value is (0,43,92,7).

  • cyan value is 0.00%
  • magenta value is 42.80%
  • yellow value is 91.53%
  • key color value is 7.45%
CMYK:
(0,43,92,7)
C0M43Y92K7 
(0%,43%,92%,7%)
(0.00/0.43/0.92/0.07)	

CMYK percentages

%0
%42.8
%91.53
%7.45

Codes

Color #EC8714 in popluar color models

EC8714
RGB23613520
HSL32°85.04%50.20%
HSB/HSV32°91.53%92.55%
CMYK0.00%42.80%91.53%
7.45%

Color #EC8714 in popluar number systems.

HEXEC8714
Decimal23613520
Binary111011001000011110100
Octal35420724

Shades and tints

Shades of #EC8714

#EC8714
(236,135,20)
#D77B13
(215,123,19)
#C26F12
(194,111,18)
#AD6311
(173,99,17)
#985710
(152,87,16)
#834B0F
(131,75,15)
#6E3F0E
(110,63,14)
#59330D
(89,51,13)
#44270C
(68,39,12)
#2F1B0B
(47,27,11)
#1A0F0A
(26,15,10)
#000000
(0,0,0)

Tints of #EC8714

#EC8714
(236,135,20)
#ED9129
(237,145,41)
#EE9B3E
(238,155,62)
#EFA553
(239,165,83)
#F0AF68
(240,175,104)
#F1B97D
(241,185,125)
#F2C392
(242,195,146)
#F3CDA7
(243,205,167)
#F4D7BC
(244,215,188)
#F5E1D1
(245,225,209)
#F6EBE6
(246,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8714 color. Also use rgb(236,135,20) instead hex code.

Text Font Color

.myTextColor { color: #EC8714; }

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

This text font color is #EC8714.


Background Color

.myBgColor { background-color: #EC8714; }

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

This div background color is #EC8714.


Border color

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

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

This div border color is #EC8714.


Opacity

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

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

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

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

This text has shadow with #EC8714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8714 on black background.


Color preview on white background

This text has color #EC8714 on white background.



Black color preview on #EC8714 background

This text has black color on #EC8714 background.


White color preview on #EC8714 background

This text has white color on #EC8714 background.