COLOR #EF9A91

HEX: #EF9A91
RGB: (239,154,145)

Color info

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

RGB color model

#EF9A91 color RGB value is (239,154,145).

  • red value is 239;
  • green value is 154;
  • blue value is 145.
RGB:
(239,154,145)
(94%,60%,57%)

RGB channels and saturation

R 239 of 255 = 94%
G 154 of 255 = 60%
B 145 of 255 = 57%

239
154
145

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

Portions of RGB colors in percentages

R + G + B =
239 + 154 + 145 = 538 (100%)
R 239 of 538 ~ 44.42%
G 154 of 538 ~ 28.62%
B 145 of 538 ~ 26.95%

%44.42
%28.62
%26.95

CMYK color model

#EF9A91 color CMYK value is (0,36,39,6).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 39.33%
  • key color value is 6.27%
CMYK:
(0,36,39,6)
C0M36Y39K6 
(0%,36%,39%,6%)
(0.00/0.36/0.39/0.06)	

CMYK percentages

%0
%35.56
%39.33
%6.27

Codes

Color #EF9A91 in popluar color models

EF9A91
RGB239154145
HSL74.60%75.29%
HSB/HSV39.33%93.73%
CMYK0.00%35.56%39.33%
6.27%

Color #EF9A91 in popluar number systems.

HEXEF9A91
Decimal239154145
Binary111011111001101010010001
Octal357232221

Shades and tints

Shades of #EF9A91

#EF9A91
(239,154,145)
#DA8C84
(218,140,132)
#C57E77
(197,126,119)
#B0706A
(176,112,106)
#9B625D
(155,98,93)
#865450
(134,84,80)
#714643
(113,70,67)
#5C3836
(92,56,54)
#472A29
(71,42,41)
#321C1C
(50,28,28)
#1D0E0F
(29,14,15)
#000000
(0,0,0)

Tints of #EF9A91

#EF9A91
(239,154,145)
#F0A39B
(240,163,155)
#F1ACA5
(241,172,165)
#F2B5AF
(242,181,175)
#F3BEB9
(243,190,185)
#F4C7C3
(244,199,195)
#F5D0CD
(245,208,205)
#F6D9D7
(246,217,215)
#F7E2E1
(247,226,225)
#F8EBEB
(248,235,235)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9A91 color. Also use rgb(239,154,145) instead hex code.

Text Font Color

.myTextColor { color: #EF9A91; }

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

This text font color is #EF9A91.


Background Color

.myBgColor { background-color: #EF9A91; }

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

This div background color is #EF9A91.


Border color

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

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

This div border color is #EF9A91.


Opacity

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

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

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

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

This text has shadow with #EF9A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9A91 on black background.


Color preview on white background

This text has color #EF9A91 on white background.



Black color preview on #EF9A91 background

This text has black color on #EF9A91 background.


White color preview on #EF9A91 background

This text has white color on #EF9A91 background.