COLOR #EF9E8D

HEX: #EF9E8D
RGB: (239,158,141)

Color info

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

RGB color model

#EF9E8D color RGB value is (239,158,141).

  • red value is 239;
  • green value is 158;
  • blue value is 141.
RGB:
(239,158,141)
(94%,62%,55%)

RGB channels and saturation

R 239 of 255 = 94%
G 158 of 255 = 62%
B 141 of 255 = 55%

239
158
141

R + G + B ~ 70%. #EF9E8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 158 + 141 = 538 (100%)
R 239 of 538 ~ 44.42%
G 158 of 538 ~ 29.37%
B 141 of 538 ~ 26.21%

%44.42
%29.37
%26.21

CMYK color model

#EF9E8D color CMYK value is (0,34,41,6).

  • cyan value is 0.00%
  • magenta value is 33.89%
  • yellow value is 41.00%
  • key color value is 6.27%
CMYK:
(0,34,41,6)
C0M34Y41K6 
(0%,34%,41%,6%)
(0.00/0.34/0.41/0.06)	

CMYK percentages

%0
%33.89
%41
%6.27

Codes

Color #EF9E8D in popluar color models

EF9E8D
RGB239158141
HSL10°75.38%74.51%
HSB/HSV10°41.00%93.73%
CMYK0.00%33.89%41.00%
6.27%

Color #EF9E8D in popluar number systems.

HEXEF9E8D
Decimal239158141
Binary111011111001111010001101
Octal357236215

Shades and tints

Shades of #EF9E8D

#EF9E8D
(239,158,141)
#DA9081
(218,144,129)
#C58275
(197,130,117)
#B07469
(176,116,105)
#9B665D
(155,102,93)
#865851
(134,88,81)
#714A45
(113,74,69)
#5C3C39
(92,60,57)
#472E2D
(71,46,45)
#322021
(50,32,33)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #EF9E8D

#EF9E8D
(239,158,141)
#F0A697
(240,166,151)
#F1AEA1
(241,174,161)
#F2B6AB
(242,182,171)
#F3BEB5
(243,190,181)
#F4C6BF
(244,198,191)
#F5CEC9
(245,206,201)
#F6D6D3
(246,214,211)
#F7DEDD
(247,222,221)
#F8E6E7
(248,230,231)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9E8D color. Also use rgb(239,158,141) instead hex code.

Text Font Color

.myTextColor { color: #EF9E8D; }

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

This text font color is #EF9E8D.


Background Color

.myBgColor { background-color: #EF9E8D; }

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

This div background color is #EF9E8D.


Border color

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

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

This div border color is #EF9E8D.


Opacity

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

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

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

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

This text has shadow with #EF9E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9E8D on black background.


Color preview on white background

This text has color #EF9E8D on white background.



Black color preview on #EF9E8D background

This text has black color on #EF9E8D background.


White color preview on #EF9E8D background

This text has white color on #EF9E8D background.