COLOR #EF9A96

HEX: #EF9A96
RGB: (239,154,150)

Color info

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

RGB color model

#EF9A96 color RGB value is (239,154,150).

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

RGB channels and saturation

R 239 of 255 = 94%
G 154 of 255 = 60%
B 150 of 255 = 59%

239
154
150

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

Portions of RGB colors in percentages

R + G + B =
239 + 154 + 150 = 543 (100%)
R 239 of 543 ~ 44.01%
G 154 of 543 ~ 28.36%
B 150 of 543 ~ 27.62%

%44.01
%28.36
%27.62

CMYK color model

#EF9A96 color CMYK value is (0,36,37,6).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 37.24%
  • key color value is 6.27%
CMYK:
(0,36,37,6)
C0M36Y37K6 
(0%,36%,37%,6%)
(0.00/0.36/0.37/0.06)	

CMYK percentages

%0
%35.56
%37.24
%6.27

Codes

Color #EF9A96 in popluar color models

EF9A96
RGB239154150
HSL73.55%76.27%
HSB/HSV37.24%93.73%
CMYK0.00%35.56%37.24%
6.27%

Color #EF9A96 in popluar number systems.

HEXEF9A96
Decimal239154150
Binary111011111001101010010110
Octal357232226

Shades and tints

Shades of #EF9A96

#EF9A96
(239,154,150)
#DA8C89
(218,140,137)
#C57E7C
(197,126,124)
#B0706F
(176,112,111)
#9B6262
(155,98,98)
#865455
(134,84,85)
#714648
(113,70,72)
#5C383B
(92,56,59)
#472A2E
(71,42,46)
#321C21
(50,28,33)
#1D0E14
(29,14,20)
#000000
(0,0,0)

Tints of #EF9A96

#EF9A96
(239,154,150)
#F0A39F
(240,163,159)
#F1ACA8
(241,172,168)
#F2B5B1
(242,181,177)
#F3BEBA
(243,190,186)
#F4C7C3
(244,199,195)
#F5D0CC
(245,208,204)
#F6D9D5
(246,217,213)
#F7E2DE
(247,226,222)
#F8EBE7
(248,235,231)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF9A96; }

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

This text font color is #EF9A96.


Background Color

.myBgColor { background-color: #EF9A96; }

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

This div background color is #EF9A96.


Border color

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

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

This div border color is #EF9A96.


Opacity

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

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

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

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

This text has shadow with #EF9A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9A96 on black background.


Color preview on white background

This text has color #EF9A96 on white background.



Black color preview on #EF9A96 background

This text has black color on #EF9A96 background.


White color preview on #EF9A96 background

This text has white color on #EF9A96 background.