COLOR #EC8512

HEX: #EC8512
RGB: (236,133,18)

Color info

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

RGB color model

#EC8512 color RGB value is (236,133,18).

  • red value is 236;
  • green value is 133;
  • blue value is 18.
RGB:
(236,133,18)
(93%,52%,7%)

RGB channels and saturation

R 236 of 255 = 93%
G 133 of 255 = 52%
B 18 of 255 = 7%

236
133
18

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

Portions of RGB colors in percentages

R + G + B =
236 + 133 + 18 = 387 (100%)
R 236 of 387 ~ 60.98%
G 133 of 387 ~ 34.37%
B 18 of 387 ~ 4.65%

%60.98
%34.37

CMYK color model

#EC8512 color CMYK value is (0,44,92,7).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 92.37%
  • key color value is 7.45%
CMYK:
(0,44,92,7)
C0M44Y92K7 
(0%,44%,92%,7%)
(0.00/0.44/0.92/0.07)	

CMYK percentages

%0
%43.64
%92.37
%7.45

Codes

Color #EC8512 in popluar color models

EC8512
RGB23613318
HSL32°85.83%49.80%
HSB/HSV32°92.37%92.55%
CMYK0.00%43.64%92.37%
7.45%

Color #EC8512 in popluar number systems.

HEXEC8512
Decimal23613318
Binary111011001000010110010
Octal35420522

Shades and tints

Shades of #EC8512

#EC8512
(236,133,18)
#D77911
(215,121,17)
#C26D10
(194,109,16)
#AD610F
(173,97,15)
#98550E
(152,85,14)
#83490D
(131,73,13)
#6E3D0C
(110,61,12)
#59310B
(89,49,11)
#44250A
(68,37,10)
#2F1909
(47,25,9)
#1A0D08
(26,13,8)
#000000
(0,0,0)

Tints of #EC8512

#EC8512
(236,133,18)
#ED9027
(237,144,39)
#EE9B3C
(238,155,60)
#EFA651
(239,166,81)
#F0B166
(240,177,102)
#F1BC7B
(241,188,123)
#F2C790
(242,199,144)
#F3D2A5
(243,210,165)
#F4DDBA
(244,221,186)
#F5E8CF
(245,232,207)
#F6F3E4
(246,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC8512 color. Also use rgb(236,133,18) instead hex code.

Text Font Color

.myTextColor { color: #EC8512; }

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

This text font color is #EC8512.


Background Color

.myBgColor { background-color: #EC8512; }

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

This div background color is #EC8512.


Border color

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

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

This div border color is #EC8512.


Opacity

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

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

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

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

This text has shadow with #EC8512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC8512 on black background.


Color preview on white background

This text has color #EC8512 on white background.



Black color preview on #EC8512 background

This text has black color on #EC8512 background.


White color preview on #EC8512 background

This text has white color on #EC8512 background.