COLOR #ED9D7E

HEX: #ED9D7E
RGB: (237,157,126)

Color info

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

RGB color model

#ED9D7E color RGB value is (237,157,126).

  • red value is 237;
  • green value is 157;
  • blue value is 126.
RGB:
(237,157,126)
(93%,62%,49%)

RGB channels and saturation

R 237 of 255 = 93%
G 157 of 255 = 62%
B 126 of 255 = 49%

237
157
126

R + G + B ~ 68%. #ED9D7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 157 + 126 = 520 (100%)
R 237 of 520 ~ 45.58%
G 157 of 520 ~ 30.19%
B 126 of 520 ~ 24.23%

%45.58
%30.19
%24.23

CMYK color model

#ED9D7E color CMYK value is (0,34,47,7).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 46.84%
  • key color value is 7.06%
CMYK:
(0,34,47,7)
C0M34Y47K7 
(0%,34%,47%,7%)
(0.00/0.34/0.47/0.07)	

CMYK percentages

%0
%33.76
%46.84
%7.06

Codes

Color #ED9D7E in popluar color models

ED9D7E
RGB237157126
HSL17°75.51%71.18%
HSB/HSV17°46.84%92.94%
CMYK0.00%33.76%46.84%
7.06%

Color #ED9D7E in popluar number systems.

HEXED9D7E
Decimal237157126
Binary11101101100111011111110
Octal355235176

Shades and tints

Shades of #ED9D7E

#ED9D7E
(237,157,126)
#D88F73
(216,143,115)
#C38168
(195,129,104)
#AE735D
(174,115,93)
#996552
(153,101,82)
#845747
(132,87,71)
#6F493C
(111,73,60)
#5A3B31
(90,59,49)
#452D26
(69,45,38)
#301F1B
(48,31,27)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #ED9D7E

#ED9D7E
(237,157,126)
#EEA589
(238,165,137)
#EFAD94
(239,173,148)
#F0B59F
(240,181,159)
#F1BDAA
(241,189,170)
#F2C5B5
(242,197,181)
#F3CDC0
(243,205,192)
#F4D5CB
(244,213,203)
#F5DDD6
(245,221,214)
#F6E5E1
(246,229,225)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9D7E; }

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

This text font color is #ED9D7E.


Background Color

.myBgColor { background-color: #ED9D7E; }

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

This div background color is #ED9D7E.


Border color

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

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

This div border color is #ED9D7E.


Opacity

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

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

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

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

This text has shadow with #ED9D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9D7E on black background.


Color preview on white background

This text has color #ED9D7E on white background.



Black color preview on #ED9D7E background

This text has black color on #ED9D7E background.


White color preview on #ED9D7E background

This text has white color on #ED9D7E background.