COLOR #EC962E

HEX: #EC962E RGB: (236,150,46)

Color info

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

RGB color model

#EC962E color RGB value is (236,150,46).

RGB: (236,150,46) (93%, 59%, 18%)

RGB channels and saturation

R 236 of 255 = 93%
G 150 of 255 = 59%
B 46 of 255 = 18%

236
150
46

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

Portions of RGB colors in percentages

R + G + B = 236 + 150 + 46 = 432 (100%)
R 236 of 432 ~ 54.63%
G 150 of 432 ~ 34.72%
B 46 of 432 ~ 10.65'%

%54.63
%34.72
%10.65

CMYK color model

#EC962E color CMYK value is (0,36,81,7).

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

CMYK: (0,36,81,7)
C0M36Y81K7 (0%, 36%, 81%, 7%)
(0.00 / 0.36 / 0.81 / 0.07)

CMYK percentages

%0
%36.44
%80.51
%7.45

Codes

Color #EC962E in popluar color models

EC 96 2E
RGB 236 150 46
HSL 33° 83.33% 55.29%
HSB/HSV 33° 80.51% 92.55%
CMYK 0.00% 36.44% 80.51%
7.45%

Color #EC962E in popluar number systems.

HEX EC 96 2E
Decimal 236 150 46
Binary 11101100 10010110 101110
Octal 354 226 56

Shades and tints

Shades of #EC962E

#EC962E
(236,150,46)
#D7892A
(215,137,42)
#C27C26
(194,124,38)
#AD6F22
(173,111,34)
#98621E
(152,98,30)
#83551A
(131,85,26)
#6E4816
(110,72,22)
#593B12
(89,59,18)
#442E0E
(68,46,14)
#2F210A
(47,33,10)
#1A1406
(26,20,6)
#000000
(0,0,0)

Tints of #EC962E

#EC962E
(236,150,46)
#ED9F41
(237,159,65)
#EEA854
(238,168,84)
#EFB167
(239,177,103)
#F0BA7A
(240,186,122)
#F1C38D
(241,195,141)
#F2CCA0
(242,204,160)
#F3D5B3
(243,213,179)
#F4DEC6
(244,222,198)
#F5E7D9
(245,231,217)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC962E; }

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

This text font color is #EC962E.

Background Color

.myBgColor { background-color: #EC962E; }

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

This div background color is #EC962E.

Border color

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

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

This div border color is #EC962E.

Opacity

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

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

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

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

This text has shadow with #EC962E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC962E.

Preview

Color preview on black background

This text has color #EC962E on black background.


Color preview on white background

This text has color #EC962E on white background.


Black color preview on #EC962E background

This text has black color on #EC962E background.


White color preview on #EC962E background

This text has white color on #EC962E background.


Related colors

Complementary color

Complementary color for #hex is #1369D1.


I love getcolorcode.com

Triadic colors

1 #2EEC96 and #962EEC with #EC962E are triadic colors.

2 #2E96EC and #96EC2E with #EC962E are triadic colors.