COLOR #ED604E

HEX: #ED604E
RGB: (237,96,78)

Color info

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

RGB color model

#ED604E color RGB value is (237,96,78).

  • red value is 237;
  • green value is 96;
  • blue value is 78.
RGB:
(237,96,78)
(93%,38%,31%)

RGB channels and saturation

R 237 of 255 = 93%
G 96 of 255 = 38%
B 78 of 255 = 31%

237
96
78

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

Portions of RGB colors in percentages

R + G + B =
237 + 96 + 78 = 411 (100%)
R 237 of 411 ~ 57.66%
G 96 of 411 ~ 23.36%
B 78 of 411 ~ 18.98%

%57.66
%23.36
%18.98

CMYK color model

#ED604E color CMYK value is (0,59,67,7).

  • cyan value is 0.00%
  • magenta value is 59.49%
  • yellow value is 67.09%
  • key color value is 7.06%
CMYK:
(0,59,67,7)
C0M59Y67K7 
(0%,59%,67%,7%)
(0.00/0.59/0.67/0.07)	

CMYK percentages

%0
%59.49
%67.09
%7.06

Codes

Color #ED604E in popluar color models

ED604E
RGB2379678
HSL81.54%61.76%
HSB/HSV67.09%92.94%
CMYK0.00%59.49%67.09%
7.06%

Color #ED604E in popluar number systems.

HEXED604E
Decimal2379678
Binary1110110111000001001110
Octal355140116

Shades and tints

Shades of #ED604E

#ED604E
(237,96,78)
#D85847
(216,88,71)
#C35040
(195,80,64)
#AE4839
(174,72,57)
#994032
(153,64,50)
#84382B
(132,56,43)
#6F3024
(111,48,36)
#5A281D
(90,40,29)
#452016
(69,32,22)
#30180F
(48,24,15)
#1B1008
(27,16,8)
#000000
(0,0,0)

Tints of #ED604E

#ED604E
(237,96,78)
#EE6E5E
(238,110,94)
#EF7C6E
(239,124,110)
#F08A7E
(240,138,126)
#F1988E
(241,152,142)
#F2A69E
(242,166,158)
#F3B4AE
(243,180,174)
#F4C2BE
(244,194,190)
#F5D0CE
(245,208,206)
#F6DEDE
(246,222,222)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED604E color. Also use rgb(237,96,78) instead hex code.

Text Font Color

.myTextColor { color: #ED604E; }

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

This text font color is #ED604E.


Background Color

.myBgColor { background-color: #ED604E; }

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

This div background color is #ED604E.


Border color

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

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

This div border color is #ED604E.


Opacity

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

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

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

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

This text has shadow with #ED604E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED604E on black background.


Color preview on white background

This text has color #ED604E on white background.



Black color preview on #ED604E background

This text has black color on #ED604E background.


White color preview on #ED604E background

This text has white color on #ED604E background.