COLOR #EFA895

HEX: #EFA895
RGB: (239,168,149)

Color info

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

RGB color model

#EFA895 color RGB value is (239,168,149).

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

RGB channels and saturation

R 239 of 255 = 94%
G 168 of 255 = 66%
B 149 of 255 = 58%

239
168
149

R + G + B ~ 73%. #EFA895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 168 + 149 = 556 (100%)
R 239 of 556 ~ 42.99%
G 168 of 556 ~ 30.22%
B 149 of 556 ~ 26.8%

%42.99
%30.22
%26.8

CMYK color model

#EFA895 color CMYK value is (0,30,38,6).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 37.66%
  • key color value is 6.27%
CMYK:
(0,30,38,6)
C0M30Y38K6 
(0%,30%,38%,6%)
(0.00/0.30/0.38/0.06)	

CMYK percentages

%0
%29.71
%37.66
%6.27

Codes

Color #EFA895 in popluar color models

EFA895
RGB239168149
HSL13°73.77%76.08%
HSB/HSV13°37.66%93.73%
CMYK0.00%29.71%37.66%
6.27%

Color #EFA895 in popluar number systems.

HEXEFA895
Decimal239168149
Binary111011111010100010010101
Octal357250225

Shades and tints

Shades of #EFA895

#EFA895
(239,168,149)
#DA9988
(218,153,136)
#C58A7B
(197,138,123)
#B07B6E
(176,123,110)
#9B6C61
(155,108,97)
#865D54
(134,93,84)
#714E47
(113,78,71)
#5C3F3A
(92,63,58)
#47302D
(71,48,45)
#322120
(50,33,32)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #EFA895

#EFA895
(239,168,149)
#F0AF9E
(240,175,158)
#F1B6A7
(241,182,167)
#F2BDB0
(242,189,176)
#F3C4B9
(243,196,185)
#F4CBC2
(244,203,194)
#F5D2CB
(245,210,203)
#F6D9D4
(246,217,212)
#F7E0DD
(247,224,221)
#F8E7E6
(248,231,230)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA895; }

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

This text font color is #EFA895.


Background Color

.myBgColor { background-color: #EFA895; }

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

This div background color is #EFA895.


Border color

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

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

This div border color is #EFA895.


Opacity

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

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

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

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

This text has shadow with #EFA895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA895 on black background.


Color preview on white background

This text has color #EFA895 on white background.



Black color preview on #EFA895 background

This text has black color on #EFA895 background.


White color preview on #EFA895 background

This text has white color on #EFA895 background.