COLOR #EC9130

HEX: #EC9130
RGB: (236,145,48)

Color info

#EC9130 contains mainly red color. Web safe color of #EC9130 is #FF9933 (or #F93).

RGB color model

#EC9130 color RGB value is (236,145,48).

  • red value is 236;
  • green value is 145;
  • blue value is 48.
RGB:
(236,145,48)
(93%,57%,19%)

RGB channels and saturation

R 236 of 255 = 93%
G 145 of 255 = 57%
B 48 of 255 = 19%

236
145
48

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

Portions of RGB colors in percentages

R + G + B =
236 + 145 + 48 = 429 (100%)
R 236 of 429 ~ 55.01%
G 145 of 429 ~ 33.8%
B 48 of 429 ~ 11.19%

%55.01
%33.8
%11.19

CMYK color model

#EC9130 color CMYK value is (0,39,80,7).

  • cyan value is 0.00%
  • magenta value is 38.56%
  • yellow value is 79.66%
  • key color value is 7.45%
CMYK:
(0,39,80,7)
C0M39Y80K7 
(0%,39%,80%,7%)
(0.00/0.39/0.80/0.07)	

CMYK percentages

%0
%38.56
%79.66
%7.45

Codes

Color #EC9130 in popluar color models

EC9130
RGB23614548
HSL31°83.19%55.69%
HSB/HSV31°79.66%92.55%
CMYK0.00%38.56%79.66%
7.45%

Color #EC9130 in popluar number systems.

HEXEC9130
Decimal23614548
Binary1110110010010001110000
Octal35422160

Shades and tints

Shades of #EC9130

#EC9130
(236,145,48)
#D7842C
(215,132,44)
#C27728
(194,119,40)
#AD6A24
(173,106,36)
#985D20
(152,93,32)
#83501C
(131,80,28)
#6E4318
(110,67,24)
#593614
(89,54,20)
#442910
(68,41,16)
#2F1C0C
(47,28,12)
#1A0F08
(26,15,8)
#000000
(0,0,0)

Tints of #EC9130

#EC9130
(236,145,48)
#ED9B42
(237,155,66)
#EEA554
(238,165,84)
#EFAF66
(239,175,102)
#F0B978
(240,185,120)
#F1C38A
(241,195,138)
#F2CD9C
(242,205,156)
#F3D7AE
(243,215,174)
#F4E1C0
(244,225,192)
#F5EBD2
(245,235,210)
#F6F5E4
(246,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9130 color. Also use rgb(236,145,48) instead hex code.

Text Font Color

.myTextColor { color: #EC9130; }

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

This text font color is #EC9130.


Background Color

.myBgColor { background-color: #EC9130; }

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

This div background color is #EC9130.


Border color

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

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

This div border color is #EC9130.


Opacity

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

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

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

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

This text has shadow with #EC9130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9130 on black background.


Color preview on white background

This text has color #EC9130 on white background.



Black color preview on #EC9130 background

This text has black color on #EC9130 background.


White color preview on #EC9130 background

This text has white color on #EC9130 background.