COLOR #EF9586

HEX: #EF9586
RGB: (239,149,134)

Color info

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

RGB color model

#EF9586 color RGB value is (239,149,134).

  • red value is 239;
  • green value is 149;
  • blue value is 134.
RGB:
(239,149,134)
(94%,58%,53%)

RGB channels and saturation

R 239 of 255 = 94%
G 149 of 255 = 58%
B 134 of 255 = 53%

239
149
134

R + G + B ~ 68%. #EF9586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 149 + 134 = 522 (100%)
R 239 of 522 ~ 45.79%
G 149 of 522 ~ 28.54%
B 134 of 522 ~ 25.67%

%45.79
%28.54
%25.67

CMYK color model

#EF9586 color CMYK value is (0,38,44,6).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 43.93%
  • key color value is 6.27%
CMYK:
(0,38,44,6)
C0M38Y44K6 
(0%,38%,44%,6%)
(0.00/0.38/0.44/0.06)	

CMYK percentages

%0
%37.66
%43.93
%6.27

Codes

Color #EF9586 in popluar color models

EF9586
RGB239149134
HSL76.64%73.14%
HSB/HSV43.93%93.73%
CMYK0.00%37.66%43.93%
6.27%

Color #EF9586 in popluar number systems.

HEXEF9586
Decimal239149134
Binary111011111001010110000110
Octal357225206

Shades and tints

Shades of #EF9586

#EF9586
(239,149,134)
#DA887A
(218,136,122)
#C57B6E
(197,123,110)
#B06E62
(176,110,98)
#9B6156
(155,97,86)
#86544A
(134,84,74)
#71473E
(113,71,62)
#5C3A32
(92,58,50)
#472D26
(71,45,38)
#32201A
(50,32,26)
#1D130E
(29,19,14)
#000000
(0,0,0)

Tints of #EF9586

#EF9586
(239,149,134)
#F09E91
(240,158,145)
#F1A79C
(241,167,156)
#F2B0A7
(242,176,167)
#F3B9B2
(243,185,178)
#F4C2BD
(244,194,189)
#F5CBC8
(245,203,200)
#F6D4D3
(246,212,211)
#F7DDDE
(247,221,222)
#F8E6E9
(248,230,233)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF9586; }

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

This text font color is #EF9586.


Background Color

.myBgColor { background-color: #EF9586; }

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

This div background color is #EF9586.


Border color

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

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

This div border color is #EF9586.


Opacity

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

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

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

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

This text has shadow with #EF9586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9586 on black background.


Color preview on white background

This text has color #EF9586 on white background.



Black color preview on #EF9586 background

This text has black color on #EF9586 background.


White color preview on #EF9586 background

This text has white color on #EF9586 background.