COLOR #EC814F

HEX: #EC814F
RGB: (236,129,79)

Color info

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

RGB color model

#EC814F color RGB value is (236,129,79).

  • red value is 236;
  • green value is 129;
  • blue value is 79.
RGB:
(236,129,79)
(93%,51%,31%)

RGB channels and saturation

R 236 of 255 = 93%
G 129 of 255 = 51%
B 79 of 255 = 31%

236
129
79

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

Portions of RGB colors in percentages

R + G + B =
236 + 129 + 79 = 444 (100%)
R 236 of 444 ~ 53.15%
G 129 of 444 ~ 29.05%
B 79 of 444 ~ 17.79%

%53.15
%29.05
%17.79

CMYK color model

#EC814F color CMYK value is (0,45,67,7).

  • cyan value is 0.00%
  • magenta value is 45.34%
  • yellow value is 66.53%
  • key color value is 7.45%
CMYK:
(0,45,67,7)
C0M45Y67K7 
(0%,45%,67%,7%)
(0.00/0.45/0.67/0.07)	

CMYK percentages

%0
%45.34
%66.53
%7.45

Codes

Color #EC814F in popluar color models

EC814F
RGB23612979
HSL19°80.51%61.76%
HSB/HSV19°66.53%92.55%
CMYK0.00%45.34%66.53%
7.45%

Color #EC814F in popluar number systems.

HEXEC814F
Decimal23612979
Binary11101100100000011001111
Octal354201117

Shades and tints

Shades of #EC814F

#EC814F
(236,129,79)
#D77648
(215,118,72)
#C26B41
(194,107,65)
#AD603A
(173,96,58)
#985533
(152,85,51)
#834A2C
(131,74,44)
#6E3F25
(110,63,37)
#59341E
(89,52,30)
#442917
(68,41,23)
#2F1E10
(47,30,16)
#1A1309
(26,19,9)
#000000
(0,0,0)

Tints of #EC814F

#EC814F
(236,129,79)
#ED8C5F
(237,140,95)
#EE976F
(238,151,111)
#EFA27F
(239,162,127)
#F0AD8F
(240,173,143)
#F1B89F
(241,184,159)
#F2C3AF
(242,195,175)
#F3CEBF
(243,206,191)
#F4D9CF
(244,217,207)
#F5E4DF
(245,228,223)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC814F color. Also use rgb(236,129,79) instead hex code.

Text Font Color

.myTextColor { color: #EC814F; }

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

This text font color is #EC814F.


Background Color

.myBgColor { background-color: #EC814F; }

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

This div background color is #EC814F.


Border color

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

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

This div border color is #EC814F.


Opacity

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

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

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

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

This text has shadow with #EC814F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC814F on black background.


Color preview on white background

This text has color #EC814F on white background.



Black color preview on #EC814F background

This text has black color on #EC814F background.


White color preview on #EC814F background

This text has white color on #EC814F background.