COLOR #ED8A71

HEX: #ED8A71 RGB: (237,138,113)

Color info

#ED8A71 contains mainly red color. Web safe color of #ED8A71 is #FF9966 (or #F96).

RGB color model

#ED8A71 color RGB value is (237,138,113).

RGB: (237,138,113) (93%, 54%, 44%)

RGB channels and saturation

R 237 of 255 = 93%
G 138 of 255 = 54%
B 113 of 255 = 44%

237
138
113

R + G + B ~ 64%. #ED8A71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 138 + 113 = 488 (100%)
R 237 of 488 ~ 48.57%
G 138 of 488 ~ 28.28%
B 113 of 488 ~ 23.16'%

%48.57
%28.28
%23.16

CMYK color model

#ED8A71 color CMYK value is (0,42,52,7).

  • cyan value is 0.00%
  • magenta value is 41.77%
  • yellow value is 52.32%
  • key color value is 7.06%

CMYK: (0,42,52,7)
C0M42Y52K7 (0%, 42%, 52%, 7%)
(0.00 / 0.42 / 0.52 / 0.07)

CMYK percentages

%0
%41.77
%52.32
%7.06

Codes

Color #ED8A71 in popluar color models

ED 8A 71
RGB 237 138 113
HSL 12° 77.50% 68.63%
HSB/HSV 12° 52.32% 92.94%
CMYK 0.00% 41.77% 52.32%
7.06%

Color #ED8A71 in popluar number systems.

HEX ED 8A 71
Decimal 237 138 113
Binary 11101101 10001010 1110001
Octal 355 212 161

Shades and tints

Shades of #ED8A71

#ED8A71
(237,138,113)
#D87E67
(216,126,103)
#C3725D
(195,114,93)
#AE6653
(174,102,83)
#995A49
(153,90,73)
#844E3F
(132,78,63)
#6F4235
(111,66,53)
#5A362B
(90,54,43)
#452A21
(69,42,33)
#301E17
(48,30,23)
#1B120D
(27,18,13)
#000000
(0,0,0)

Tints of #ED8A71

#ED8A71
(237,138,113)
#EE947D
(238,148,125)
#EF9E89
(239,158,137)
#F0A895
(240,168,149)
#F1B2A1
(241,178,161)
#F2BCAD
(242,188,173)
#F3C6B9
(243,198,185)
#F4D0C5
(244,208,197)
#F5DAD1
(245,218,209)
#F6E4DD
(246,228,221)
#F7EEE9
(247,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8A71 color. Also use rgb(237,138,113) instead hex code.

Text Font Color

.myTextColor { color: #ED8A71; }

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

This text font color is #ED8A71.

Background Color

.myBgColor { background-color: #ED8A71; }

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

This div background color is #ED8A71.

Border color

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

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

This div border color is #ED8A71.

Opacity

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

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

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

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

This text has shadow with #ED8A71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED8A71.

Preview

Color preview on black background

This text has color #ED8A71 on black background.


Color preview on white background

This text has color #ED8A71 on white background.


Black color preview on #ED8A71 background

This text has black color on #ED8A71 background.


White color preview on #ED8A71 background

This text has white color on #ED8A71 background.


Related colors

Complementary color

Complementary color for #hex is #12758E.


I love getcolorcode.com

Triadic colors

1 #71ED8A and #8A71ED with #ED8A71 are triadic colors.

2 #718AED and #8AED71 with #ED8A71 are triadic colors.