COLOR #ED6A62

HEX: #ED6A62
RGB: (237,106,98)

Color info

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

RGB color model

#ED6A62 color RGB value is (237,106,98).

  • red value is 237;
  • green value is 106;
  • blue value is 98.
RGB:
(237,106,98)
(93%,42%,38%)

RGB channels and saturation

R 237 of 255 = 93%
G 106 of 255 = 42%
B 98 of 255 = 38%

237
106
98

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

Portions of RGB colors in percentages

R + G + B =
237 + 106 + 98 = 441 (100%)
R 237 of 441 ~ 53.74%
G 106 of 441 ~ 24.04%
B 98 of 441 ~ 22.22%

%53.74
%24.04
%22.22

CMYK color model

#ED6A62 color CMYK value is (0,55,59,7).

  • cyan value is 0.00%
  • magenta value is 55.27%
  • yellow value is 58.65%
  • key color value is 7.06%
CMYK:
(0,55,59,7)
C0M55Y59K7 
(0%,55%,59%,7%)
(0.00/0.55/0.59/0.07)	

CMYK percentages

%0
%55.27
%58.65
%7.06

Codes

Color #ED6A62 in popluar color models

ED6A62
RGB23710698
HSL79.43%65.69%
HSB/HSV58.65%92.94%
CMYK0.00%55.27%58.65%
7.06%

Color #ED6A62 in popluar number systems.

HEXED6A62
Decimal23710698
Binary1110110111010101100010
Octal355152142

Shades and tints

Shades of #ED6A62

#ED6A62
(237,106,98)
#D8615A
(216,97,90)
#C35852
(195,88,82)
#AE4F4A
(174,79,74)
#994642
(153,70,66)
#843D3A
(132,61,58)
#6F3432
(111,52,50)
#5A2B2A
(90,43,42)
#452222
(69,34,34)
#30191A
(48,25,26)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #ED6A62

#ED6A62
(237,106,98)
#EE7770
(238,119,112)
#EF847E
(239,132,126)
#F0918C
(240,145,140)
#F19E9A
(241,158,154)
#F2ABA8
(242,171,168)
#F3B8B6
(243,184,182)
#F4C5C4
(244,197,196)
#F5D2D2
(245,210,210)
#F6DFE0
(246,223,224)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6A62 color. Also use rgb(237,106,98) instead hex code.

Text Font Color

.myTextColor { color: #ED6A62; }

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

This text font color is #ED6A62.


Background Color

.myBgColor { background-color: #ED6A62; }

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

This div background color is #ED6A62.


Border color

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

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

This div border color is #ED6A62.


Opacity

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

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

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

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

This text has shadow with #ED6A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6A62 on black background.


Color preview on white background

This text has color #ED6A62 on white background.



Black color preview on #ED6A62 background

This text has black color on #ED6A62 background.


White color preview on #ED6A62 background

This text has white color on #ED6A62 background.