COLOR #EF9F8E

HEX: #EF9F8E
RGB: (239,159,142)

Color info

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

RGB color model

#EF9F8E color RGB value is (239,159,142).

  • red value is 239;
  • green value is 159;
  • blue value is 142.
RGB:
(239,159,142)
(94%,62%,56%)

RGB channels and saturation

R 239 of 255 = 94%
G 159 of 255 = 62%
B 142 of 255 = 56%

239
159
142

R + G + B ~ 71%. #EF9F8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 159 + 142 = 540 (100%)
R 239 of 540 ~ 44.26%
G 159 of 540 ~ 29.44%
B 142 of 540 ~ 26.3%

%44.26
%29.44
%26.3

CMYK color model

#EF9F8E color CMYK value is (0,33,41,6).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 40.59%
  • key color value is 6.27%
CMYK:
(0,33,41,6)
C0M33Y41K6 
(0%,33%,41%,6%)
(0.00/0.33/0.41/0.06)	

CMYK percentages

%0
%33.47
%40.59
%6.27

Codes

Color #EF9F8E in popluar color models

EF9F8E
RGB239159142
HSL11°75.19%74.71%
HSB/HSV11°40.59%93.73%
CMYK0.00%33.47%40.59%
6.27%

Color #EF9F8E in popluar number systems.

HEXEF9F8E
Decimal239159142
Binary111011111001111110001110
Octal357237216

Shades and tints

Shades of #EF9F8E

#EF9F8E
(239,159,142)
#DA9182
(218,145,130)
#C58376
(197,131,118)
#B0756A
(176,117,106)
#9B675E
(155,103,94)
#865952
(134,89,82)
#714B46
(113,75,70)
#5C3D3A
(92,61,58)
#472F2E
(71,47,46)
#322122
(50,33,34)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #EF9F8E

#EF9F8E
(239,159,142)
#F0A798
(240,167,152)
#F1AFA2
(241,175,162)
#F2B7AC
(242,183,172)
#F3BFB6
(243,191,182)
#F4C7C0
(244,199,192)
#F5CFCA
(245,207,202)
#F6D7D4
(246,215,212)
#F7DFDE
(247,223,222)
#F8E7E8
(248,231,232)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9F8E color. Also use rgb(239,159,142) instead hex code.

Text Font Color

.myTextColor { color: #EF9F8E; }

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

This text font color is #EF9F8E.


Background Color

.myBgColor { background-color: #EF9F8E; }

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

This div background color is #EF9F8E.


Border color

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

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

This div border color is #EF9F8E.


Opacity

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

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

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

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

This text has shadow with #EF9F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9F8E on black background.


Color preview on white background

This text has color #EF9F8E on white background.



Black color preview on #EF9F8E background

This text has black color on #EF9F8E background.


White color preview on #EF9F8E background

This text has white color on #EF9F8E background.