COLOR #ED7C31

HEX: #ED7C31
RGB: (237,124,49)

Color info

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

RGB color model

#ED7C31 color RGB value is (237,124,49).

  • red value is 237;
  • green value is 124;
  • blue value is 49.
RGB:
(237,124,49)
(93%,49%,19%)

RGB channels and saturation

R 237 of 255 = 93%
G 124 of 255 = 49%
B 49 of 255 = 19%

237
124
49

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

Portions of RGB colors in percentages

R + G + B =
237 + 124 + 49 = 410 (100%)
R 237 of 410 ~ 57.8%
G 124 of 410 ~ 30.24%
B 49 of 410 ~ 11.95%

%57.8
%30.24
%11.95

CMYK color model

#ED7C31 color CMYK value is (0,48,79,7).

  • cyan value is 0.00%
  • magenta value is 47.68%
  • yellow value is 79.32%
  • key color value is 7.06%
CMYK:
(0,48,79,7)
C0M48Y79K7 
(0%,48%,79%,7%)
(0.00/0.48/0.79/0.07)	

CMYK percentages

%0
%47.68
%79.32
%7.06

Codes

Color #ED7C31 in popluar color models

ED7C31
RGB23712449
HSL24°83.93%56.08%
HSB/HSV24°79.32%92.94%
CMYK0.00%47.68%79.32%
7.06%

Color #ED7C31 in popluar number systems.

HEXED7C31
Decimal23712449
Binary111011011111100110001
Octal35517461

Shades and tints

Shades of #ED7C31

#ED7C31
(237,124,49)
#D8712D
(216,113,45)
#C36629
(195,102,41)
#AE5B25
(174,91,37)
#995021
(153,80,33)
#84451D
(132,69,29)
#6F3A19
(111,58,25)
#5A2F15
(90,47,21)
#452411
(69,36,17)
#30190D
(48,25,13)
#1B0E09
(27,14,9)
#000000
(0,0,0)

Tints of #ED7C31

#ED7C31
(237,124,49)
#EE8743
(238,135,67)
#EF9255
(239,146,85)
#F09D67
(240,157,103)
#F1A879
(241,168,121)
#F2B38B
(242,179,139)
#F3BE9D
(243,190,157)
#F4C9AF
(244,201,175)
#F5D4C1
(245,212,193)
#F6DFD3
(246,223,211)
#F7EAE5
(247,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7C31 color. Also use rgb(237,124,49) instead hex code.

Text Font Color

.myTextColor { color: #ED7C31; }

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

This text font color is #ED7C31.


Background Color

.myBgColor { background-color: #ED7C31; }

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

This div background color is #ED7C31.


Border color

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

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

This div border color is #ED7C31.


Opacity

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

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

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

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

This text has shadow with #ED7C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7C31 on black background.


Color preview on white background

This text has color #ED7C31 on white background.



Black color preview on #ED7C31 background

This text has black color on #ED7C31 background.


White color preview on #ED7C31 background

This text has white color on #ED7C31 background.