COLOR #EFA886

HEX: #EFA886
RGB: (239,168,134)

Color info

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

RGB color model

#EFA886 color RGB value is (239,168,134).

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

RGB channels and saturation

R 239 of 255 = 94%
G 168 of 255 = 66%
B 134 of 255 = 53%

239
168
134

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

Portions of RGB colors in percentages

R + G + B =
239 + 168 + 134 = 541 (100%)
R 239 of 541 ~ 44.18%
G 168 of 541 ~ 31.05%
B 134 of 541 ~ 24.77%

%44.18
%31.05
%24.77

CMYK color model

#EFA886 color CMYK value is (0,30,44,6).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 43.93%
  • key color value is 6.27%
CMYK:
(0,30,44,6)
C0M30Y44K6 
(0%,30%,44%,6%)
(0.00/0.30/0.44/0.06)	

CMYK percentages

%0
%29.71
%43.93
%6.27

Codes

Color #EFA886 in popluar color models

EFA886
RGB239168134
HSL19°76.64%73.14%
HSB/HSV19°43.93%93.73%
CMYK0.00%29.71%43.93%
6.27%

Color #EFA886 in popluar number systems.

HEXEFA886
Decimal239168134
Binary111011111010100010000110
Octal357250206

Shades and tints

Shades of #EFA886

#EFA886
(239,168,134)
#DA997A
(218,153,122)
#C58A6E
(197,138,110)
#B07B62
(176,123,98)
#9B6C56
(155,108,86)
#865D4A
(134,93,74)
#714E3E
(113,78,62)
#5C3F32
(92,63,50)
#473026
(71,48,38)
#32211A
(50,33,26)
#1D120E
(29,18,14)
#000000
(0,0,0)

Tints of #EFA886

#EFA886
(239,168,134)
#F0AF91
(240,175,145)
#F1B69C
(241,182,156)
#F2BDA7
(242,189,167)
#F3C4B2
(243,196,178)
#F4CBBD
(244,203,189)
#F5D2C8
(245,210,200)
#F6D9D3
(246,217,211)
#F7E0DE
(247,224,222)
#F8E7E9
(248,231,233)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA886; }

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

This text font color is #EFA886.


Background Color

.myBgColor { background-color: #EFA886; }

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

This div background color is #EFA886.


Border color

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

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

This div border color is #EFA886.


Opacity

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

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

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

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

This text has shadow with #EFA886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA886 on black background.


Color preview on white background

This text has color #EFA886 on white background.



Black color preview on #EFA886 background

This text has black color on #EFA886 background.


White color preview on #EFA886 background

This text has white color on #EFA886 background.