COLOR #EC7727

HEX: #EC7727
RGB: (236,119,39)

Color info

#EC7727 contains mainly red color. Web safe color of #EC7727 is #FF6633 (or #F63).

RGB color model

#EC7727 color RGB value is (236,119,39).

  • red value is 236;
  • green value is 119;
  • blue value is 39.
RGB:
(236,119,39)
(93%,47%,15%)

RGB channels and saturation

R 236 of 255 = 93%
G 119 of 255 = 47%
B 39 of 255 = 15%

236
119
39

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

Portions of RGB colors in percentages

R + G + B =
236 + 119 + 39 = 394 (100%)
R 236 of 394 ~ 59.9%
G 119 of 394 ~ 30.2%
B 39 of 394 ~ 9.9%

%59.9
%30.2
%9.9

CMYK color model

#EC7727 color CMYK value is (0,50,83,7).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 83.47%
  • key color value is 7.45%
CMYK:
(0,50,83,7)
C0M50Y83K7 
(0%,50%,83%,7%)
(0.00/0.50/0.83/0.07)	

CMYK percentages

%0
%49.58
%83.47
%7.45

Codes

Color #EC7727 in popluar color models

EC7727
RGB23611939
HSL24°83.83%53.92%
HSB/HSV24°83.47%92.55%
CMYK0.00%49.58%83.47%
7.45%

Color #EC7727 in popluar number systems.

HEXEC7727
Decimal23611939
Binary111011001110111100111
Octal35416747

Shades and tints

Shades of #EC7727

#EC7727
(236,119,39)
#D76D24
(215,109,36)
#C26321
(194,99,33)
#AD591E
(173,89,30)
#984F1B
(152,79,27)
#834518
(131,69,24)
#6E3B15
(110,59,21)
#593112
(89,49,18)
#44270F
(68,39,15)
#2F1D0C
(47,29,12)
#1A1309
(26,19,9)
#000000
(0,0,0)

Tints of #EC7727

#EC7727
(236,119,39)
#ED833A
(237,131,58)
#EE8F4D
(238,143,77)
#EF9B60
(239,155,96)
#F0A773
(240,167,115)
#F1B386
(241,179,134)
#F2BF99
(242,191,153)
#F3CBAC
(243,203,172)
#F4D7BF
(244,215,191)
#F5E3D2
(245,227,210)
#F6EFE5
(246,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7727 color. Also use rgb(236,119,39) instead hex code.

Text Font Color

.myTextColor { color: #EC7727; }

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

This text font color is #EC7727.


Background Color

.myBgColor { background-color: #EC7727; }

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

This div background color is #EC7727.


Border color

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

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

This div border color is #EC7727.


Opacity

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

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

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

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

This text has shadow with #EC7727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7727 on black background.


Color preview on white background

This text has color #EC7727 on white background.



Black color preview on #EC7727 background

This text has black color on #EC7727 background.


White color preview on #EC7727 background

This text has white color on #EC7727 background.