COLOR #ED9D84

HEX: #ED9D84 RGB: (237,157,132)

Color info

#ED9D84 contains mainly red color. Web safe color of #ED9D84 is #FF9999 (or #F99).

RGB color model

#ED9D84 color RGB value is (237,157,132).

RGB: (237,157,132) (93%, 62%, 52%)

RGB channels and saturation

R 237 of 255 = 93%
G 157 of 255 = 62%
B 132 of 255 = 52%

237
157
132

R + G + B ~ 69%. #ED9D84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 157 + 132 = 526 (100%)
R 237 of 526 ~ 45.06%
G 157 of 526 ~ 29.85%
B 132 of 526 ~ 25.1'%

%45.06
%29.85
%25.1

CMYK color model

#ED9D84 color CMYK value is (0,34,44,7).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 44.30%
  • key color value is 7.06%

CMYK: (0,34,44,7)
C0M34Y44K7 (0%, 34%, 44%, 7%)
(0.00 / 0.34 / 0.44 / 0.07)

CMYK percentages

%0
%33.76
%44.3
%7.06

Codes

Color #ED9D84 in popluar color models

ED 9D 84
RGB 237 157 132
HSL 14° 74.47% 72.35%
HSB/HSV 14° 44.30% 92.94%
CMYK 0.00% 33.76% 44.30%
7.06%

Color #ED9D84 in popluar number systems.

HEX ED 9D 84
Decimal 237 157 132
Binary 11101101 10011101 10000100
Octal 355 235 204

Shades and tints

Shades of #ED9D84

#ED9D84
(237,157,132)
#D88F78
(216,143,120)
#C3816C
(195,129,108)
#AE7360
(174,115,96)
#996554
(153,101,84)
#845748
(132,87,72)
#6F493C
(111,73,60)
#5A3B30
(90,59,48)
#452D24
(69,45,36)
#301F18
(48,31,24)
#1B110C
(27,17,12)
#000000
(0,0,0)

Tints of #ED9D84

#ED9D84
(237,157,132)
#EEA58F
(238,165,143)
#EFAD9A
(239,173,154)
#F0B5A5
(240,181,165)
#F1BDB0
(241,189,176)
#F2C5BB
(242,197,187)
#F3CDC6
(243,205,198)
#F4D5D1
(244,213,209)
#F5DDDC
(245,221,220)
#F6E5E7
(246,229,231)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9D84 color. Also use rgb(237,157,132) instead hex code.

Text Font Color

.myTextColor { color: #ED9D84; }

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

This text font color is #ED9D84.

Background Color

.myBgColor { background-color: #ED9D84; }

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

This div background color is #ED9D84.

Border color

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

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

This div border color is #ED9D84.

Opacity

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

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

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

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

This text has shadow with #ED9D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED9D84.

Preview

Color preview on black background

This text has color #ED9D84 on black background.


Color preview on white background

This text has color #ED9D84 on white background.


Black color preview on #ED9D84 background

This text has black color on #ED9D84 background.


White color preview on #ED9D84 background

This text has white color on #ED9D84 background.


Related colors

Complementary color

Complementary color for #hex is #12627B.


I love getcolorcode.com

Triadic colors

1 #84ED9D and #9D84ED with #ED9D84 are triadic colors.

2 #849DED and #9DED84 with #ED9D84 are triadic colors.