COLOR #ED6C34

HEX: #ED6C34
RGB: (237,108,52)

Color info

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

RGB color model

#ED6C34 color RGB value is (237,108,52).

  • red value is 237;
  • green value is 108;
  • blue value is 52.
RGB:
(237,108,52)
(93%,42%,20%)

RGB channels and saturation

R 237 of 255 = 93%
G 108 of 255 = 42%
B 52 of 255 = 20%

237
108
52

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

Portions of RGB colors in percentages

R + G + B =
237 + 108 + 52 = 397 (100%)
R 237 of 397 ~ 59.7%
G 108 of 397 ~ 27.2%
B 52 of 397 ~ 13.1%

%59.7
%27.2
%13.1

CMYK color model

#ED6C34 color CMYK value is (0,54,78,7).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 78.06%
  • key color value is 7.06%
CMYK:
(0,54,78,7)
C0M54Y78K7 
(0%,54%,78%,7%)
(0.00/0.54/0.78/0.07)	

CMYK percentages

%0
%54.43
%78.06
%7.06

Codes

Color #ED6C34 in popluar color models

ED6C34
RGB23710852
HSL18°83.71%56.67%
HSB/HSV18°78.06%92.94%
CMYK0.00%54.43%78.06%
7.06%

Color #ED6C34 in popluar number systems.

HEXED6C34
Decimal23710852
Binary111011011101100110100
Octal35515464

Shades and tints

Shades of #ED6C34

#ED6C34
(237,108,52)
#D86330
(216,99,48)
#C35A2C
(195,90,44)
#AE5128
(174,81,40)
#994824
(153,72,36)
#843F20
(132,63,32)
#6F361C
(111,54,28)
#5A2D18
(90,45,24)
#452414
(69,36,20)
#301B10
(48,27,16)
#1B120C
(27,18,12)
#000000
(0,0,0)

Tints of #ED6C34

#ED6C34
(237,108,52)
#EE7946
(238,121,70)
#EF8658
(239,134,88)
#F0936A
(240,147,106)
#F1A07C
(241,160,124)
#F2AD8E
(242,173,142)
#F3BAA0
(243,186,160)
#F4C7B2
(244,199,178)
#F5D4C4
(245,212,196)
#F6E1D6
(246,225,214)
#F7EEE8
(247,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6C34 color. Also use rgb(237,108,52) instead hex code.

Text Font Color

.myTextColor { color: #ED6C34; }

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

This text font color is #ED6C34.


Background Color

.myBgColor { background-color: #ED6C34; }

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

This div background color is #ED6C34.


Border color

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

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

This div border color is #ED6C34.


Opacity

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

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

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

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

This text has shadow with #ED6C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6C34 on black background.


Color preview on white background

This text has color #ED6C34 on white background.



Black color preview on #ED6C34 background

This text has black color on #ED6C34 background.


White color preview on #ED6C34 background

This text has white color on #ED6C34 background.