COLOR #ED6E53

HEX: #ED6E53
RGB: (237,110,83)

Color info

#ED6E53 contains mainly red color. Web safe color of #ED6E53 is #FF6666 (or #F66).

RGB color model

#ED6E53 color RGB value is (237,110,83).

  • red value is 237;
  • green value is 110;
  • blue value is 83.
RGB:
(237,110,83)
(93%,43%,33%)

RGB channels and saturation

R 237 of 255 = 93%
G 110 of 255 = 43%
B 83 of 255 = 33%

237
110
83

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

Portions of RGB colors in percentages

R + G + B =
237 + 110 + 83 = 430 (100%)
R 237 of 430 ~ 55.12%
G 110 of 430 ~ 25.58%
B 83 of 430 ~ 19.3%

%55.12
%25.58
%19.3

CMYK color model

#ED6E53 color CMYK value is (0,54,65,7).

  • cyan value is 0.00%
  • magenta value is 53.59%
  • yellow value is 64.98%
  • key color value is 7.06%
CMYK:
(0,54,65,7)
C0M54Y65K7 
(0%,54%,65%,7%)
(0.00/0.54/0.65/0.07)	

CMYK percentages

%0
%53.59
%64.98
%7.06

Codes

Color #ED6E53 in popluar color models

ED6E53
RGB23711083
HSL11°81.05%62.75%
HSB/HSV11°64.98%92.94%
CMYK0.00%53.59%64.98%
7.06%

Color #ED6E53 in popluar number systems.

HEXED6E53
Decimal23711083
Binary1110110111011101010011
Octal355156123

Shades and tints

Shades of #ED6E53

#ED6E53
(237,110,83)
#D8644C
(216,100,76)
#C35A45
(195,90,69)
#AE503E
(174,80,62)
#994637
(153,70,55)
#843C30
(132,60,48)
#6F3229
(111,50,41)
#5A2822
(90,40,34)
#451E1B
(69,30,27)
#301414
(48,20,20)
#1B0A0D
(27,10,13)
#000000
(0,0,0)

Tints of #ED6E53

#ED6E53
(237,110,83)
#EE7B62
(238,123,98)
#EF8871
(239,136,113)
#F09580
(240,149,128)
#F1A28F
(241,162,143)
#F2AF9E
(242,175,158)
#F3BCAD
(243,188,173)
#F4C9BC
(244,201,188)
#F5D6CB
(245,214,203)
#F6E3DA
(246,227,218)
#F7F0E9
(247,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6E53 color. Also use rgb(237,110,83) instead hex code.

Text Font Color

.myTextColor { color: #ED6E53; }

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

This text font color is #ED6E53.


Background Color

.myBgColor { background-color: #ED6E53; }

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

This div background color is #ED6E53.


Border color

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

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

This div border color is #ED6E53.


Opacity

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

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

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

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

This text has shadow with #ED6E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6E53 on black background.


Color preview on white background

This text has color #ED6E53 on white background.



Black color preview on #ED6E53 background

This text has black color on #ED6E53 background.


White color preview on #ED6E53 background

This text has white color on #ED6E53 background.