COLOR #EF9A9A

HEX: #EF9A9A
RGB: (239,154,154)

Color info

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

RGB color model

#EF9A9A color RGB value is (239,154,154).

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

RGB channels and saturation

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

239
154
154

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

Portions of RGB colors in percentages

R + G + B =
239 + 154 + 154 = 547 (100%)
R 239 of 547 ~ 43.69%
G 154 of 547 ~ 28.15%
B 154 of 547 ~ 28.15%

%43.69
%28.15
%28.15

CMYK color model

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

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

CMYK percentages

%0
%35.56
%35.56
%6.27

Codes

Color #EF9A9A in popluar color models

EF9A9A
RGB239154154
HSL72.65%77.06%
HSB/HSV35.56%93.73%
CMYK0.00%35.56%35.56%
6.27%

Color #EF9A9A in popluar number systems.

HEXEF9A9A
Decimal239154154
Binary111011111001101010011010
Octal357232232

Shades and tints

Shades of #EF9A9A

#EF9A9A
(239,154,154)
#DA8C8C
(218,140,140)
#C57E7E
(197,126,126)
#B07070
(176,112,112)
#9B6262
(155,98,98)
#865454
(134,84,84)
#714646
(113,70,70)
#5C3838
(92,56,56)
#472A2A
(71,42,42)
#321C1C
(50,28,28)
#1D0E0E
(29,14,14)
#000000
(0,0,0)

Tints of #EF9A9A

#EF9A9A
(239,154,154)
#F0A3A3
(240,163,163)
#F1ACAC
(241,172,172)
#F2B5B5
(242,181,181)
#F3BEBE
(243,190,190)
#F4C7C7
(244,199,199)
#F5D0D0
(245,208,208)
#F6D9D9
(246,217,217)
#F7E2E2
(247,226,226)
#F8EBEB
(248,235,235)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF9A9A; }

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

This text font color is #EF9A9A.


Background Color

.myBgColor { background-color: #EF9A9A; }

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

This div background color is #EF9A9A.


Border color

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

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

This div border color is #EF9A9A.


Opacity

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

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

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

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

This text has shadow with #EF9A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9A9A on black background.


Color preview on white background

This text has color #EF9A9A on white background.



Black color preview on #EF9A9A background

This text has black color on #EF9A9A background.


White color preview on #EF9A9A background

This text has white color on #EF9A9A background.