COLOR #EC7730

HEX: #EC7730
RGB: (236,119,48)

Color info

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

RGB color model

#EC7730 color RGB value is (236,119,48).

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

RGB channels and saturation

R 236 of 255 = 93%
G 119 of 255 = 47%
B 48 of 255 = 19%

236
119
48

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

Portions of RGB colors in percentages

R + G + B =
236 + 119 + 48 = 403 (100%)
R 236 of 403 ~ 58.56%
G 119 of 403 ~ 29.53%
B 48 of 403 ~ 11.91%

%58.56
%29.53
%11.91

CMYK color model

#EC7730 color CMYK value is (0,50,80,7).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 79.66%
  • key color value is 7.45%
CMYK:
(0,50,80,7)
C0M50Y80K7 
(0%,50%,80%,7%)
(0.00/0.50/0.80/0.07)	

CMYK percentages

%0
%49.58
%79.66
%7.45

Codes

Color #EC7730 in popluar color models

EC7730
RGB23611948
HSL23°83.19%55.69%
HSB/HSV23°79.66%92.55%
CMYK0.00%49.58%79.66%
7.45%

Color #EC7730 in popluar number systems.

HEXEC7730
Decimal23611948
Binary111011001110111110000
Octal35416760

Shades and tints

Shades of #EC7730

#EC7730
(236,119,48)
#D76D2C
(215,109,44)
#C26328
(194,99,40)
#AD5924
(173,89,36)
#984F20
(152,79,32)
#83451C
(131,69,28)
#6E3B18
(110,59,24)
#593114
(89,49,20)
#442710
(68,39,16)
#2F1D0C
(47,29,12)
#1A1308
(26,19,8)
#000000
(0,0,0)

Tints of #EC7730

#EC7730
(236,119,48)
#ED8342
(237,131,66)
#EE8F54
(238,143,84)
#EF9B66
(239,155,102)
#F0A778
(240,167,120)
#F1B38A
(241,179,138)
#F2BF9C
(242,191,156)
#F3CBAE
(243,203,174)
#F4D7C0
(244,215,192)
#F5E3D2
(245,227,210)
#F6EFE4
(246,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC7730; }

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

This text font color is #EC7730.


Background Color

.myBgColor { background-color: #EC7730; }

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

This div background color is #EC7730.


Border color

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

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

This div border color is #EC7730.


Opacity

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

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

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

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

This text has shadow with #EC7730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7730 on black background.


Color preview on white background

This text has color #EC7730 on white background.



Black color preview on #EC7730 background

This text has black color on #EC7730 background.


White color preview on #EC7730 background

This text has white color on #EC7730 background.