COLOR #EC762F

HEX: #EC762F
RGB: (236,118,47)

Color info

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

RGB color model

#EC762F color RGB value is (236,118,47).

  • red value is 236;
  • green value is 118;
  • blue value is 47.
RGB:
(236,118,47)
(93%,46%,18%)

RGB channels and saturation

R 236 of 255 = 93%
G 118 of 255 = 46%
B 47 of 255 = 18%

236
118
47

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

Portions of RGB colors in percentages

R + G + B =
236 + 118 + 47 = 401 (100%)
R 236 of 401 ~ 58.85%
G 118 of 401 ~ 29.43%
B 47 of 401 ~ 11.72%

%58.85
%29.43
%11.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 80.08%
  • 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
%50
%80.08
%7.45

Codes

Color #EC762F in popluar color models

EC762F
RGB23611847
HSL23°83.26%55.49%
HSB/HSV23°80.08%92.55%
CMYK0.00%50.00%80.08%
7.45%

Color #EC762F in popluar number systems.

HEXEC762F
Decimal23611847
Binary111011001110110101111
Octal35416657

Shades and tints

Shades of #EC762F

#EC762F
(236,118,47)
#D76C2B
(215,108,43)
#C26227
(194,98,39)
#AD5823
(173,88,35)
#984E1F
(152,78,31)
#83441B
(131,68,27)
#6E3A17
(110,58,23)
#593013
(89,48,19)
#44260F
(68,38,15)
#2F1C0B
(47,28,11)
#1A1207
(26,18,7)
#000000
(0,0,0)

Tints of #EC762F

#EC762F
(236,118,47)
#ED8241
(237,130,65)
#EE8E53
(238,142,83)
#EF9A65
(239,154,101)
#F0A677
(240,166,119)
#F1B289
(241,178,137)
#F2BE9B
(242,190,155)
#F3CAAD
(243,202,173)
#F4D6BF
(244,214,191)
#F5E2D1
(245,226,209)
#F6EEE3
(246,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC762F color. Also use rgb(236,118,47) instead hex code.

Text Font Color

.myTextColor { color: #EC762F; }

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

This text font color is #EC762F.


Background Color

.myBgColor { background-color: #EC762F; }

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

This div background color is #EC762F.


Border color

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

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

This div border color is #EC762F.


Opacity

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

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

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

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

This text has shadow with #EC762F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC762F on black background.


Color preview on white background

This text has color #EC762F on white background.



Black color preview on #EC762F background

This text has black color on #EC762F background.


White color preview on #EC762F background

This text has white color on #EC762F background.