COLOR #ED5D55

HEX: #ED5D55
RGB: (237,93,85)

Color info

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

RGB color model

#ED5D55 color RGB value is (237,93,85).

  • red value is 237;
  • green value is 93;
  • blue value is 85.
RGB:
(237,93,85)
(93%,36%,33%)

RGB channels and saturation

R 237 of 255 = 93%
G 93 of 255 = 36%
B 85 of 255 = 33%

237
93
85

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

Portions of RGB colors in percentages

R + G + B =
237 + 93 + 85 = 415 (100%)
R 237 of 415 ~ 57.11%
G 93 of 415 ~ 22.41%
B 85 of 415 ~ 20.48%

%57.11
%22.41
%20.48

CMYK color model

#ED5D55 color CMYK value is (0,61,64,7).

  • cyan value is 0.00%
  • magenta value is 60.76%
  • yellow value is 64.14%
  • key color value is 7.06%
CMYK:
(0,61,64,7)
C0M61Y64K7 
(0%,61%,64%,7%)
(0.00/0.61/0.64/0.07)	

CMYK percentages

%0
%60.76
%64.14
%7.06

Codes

Color #ED5D55 in popluar color models

ED5D55
RGB2379385
HSL80.85%63.14%
HSB/HSV64.14%92.94%
CMYK0.00%60.76%64.14%
7.06%

Color #ED5D55 in popluar number systems.

HEXED5D55
Decimal2379385
Binary1110110110111011010101
Octal355135125

Shades and tints

Shades of #ED5D55

#ED5D55
(237,93,85)
#D8554E
(216,85,78)
#C34D47
(195,77,71)
#AE4540
(174,69,64)
#993D39
(153,61,57)
#843532
(132,53,50)
#6F2D2B
(111,45,43)
#5A2524
(90,37,36)
#451D1D
(69,29,29)
#301516
(48,21,22)
#1B0D0F
(27,13,15)
#000000
(0,0,0)

Tints of #ED5D55

#ED5D55
(237,93,85)
#EE6B64
(238,107,100)
#EF7973
(239,121,115)
#F08782
(240,135,130)
#F19591
(241,149,145)
#F2A3A0
(242,163,160)
#F3B1AF
(243,177,175)
#F4BFBE
(244,191,190)
#F5CDCD
(245,205,205)
#F6DBDC
(246,219,220)
#F7E9EB
(247,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5D55 color. Also use rgb(237,93,85) instead hex code.

Text Font Color

.myTextColor { color: #ED5D55; }

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

This text font color is #ED5D55.


Background Color

.myBgColor { background-color: #ED5D55; }

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

This div background color is #ED5D55.


Border color

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

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

This div border color is #ED5D55.


Opacity

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

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

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

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

This text has shadow with #ED5D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5D55 on black background.


Color preview on white background

This text has color #ED5D55 on white background.



Black color preview on #ED5D55 background

This text has black color on #ED5D55 background.


White color preview on #ED5D55 background

This text has white color on #ED5D55 background.