COLOR #EFA687

HEX: #EFA687
RGB: (239,166,135)

Color info

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

RGB color model

#EFA687 color RGB value is (239,166,135).

  • red value is 239;
  • green value is 166;
  • blue value is 135.
RGB:
(239,166,135)
(94%,65%,53%)

RGB channels and saturation

R 239 of 255 = 94%
G 166 of 255 = 65%
B 135 of 255 = 53%

239
166
135

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

Portions of RGB colors in percentages

R + G + B =
239 + 166 + 135 = 540 (100%)
R 239 of 540 ~ 44.26%
G 166 of 540 ~ 30.74%
B 135 of 540 ~ 25%

%44.26
%30.74
%25

CMYK color model

#EFA687 color CMYK value is (0,31,44,6).

  • cyan value is 0.00%
  • magenta value is 30.54%
  • yellow value is 43.51%
  • key color value is 6.27%
CMYK:
(0,31,44,6)
C0M31Y44K6 
(0%,31%,44%,6%)
(0.00/0.31/0.44/0.06)	

CMYK percentages

%0
%30.54
%43.51
%6.27

Codes

Color #EFA687 in popluar color models

EFA687
RGB239166135
HSL18°76.47%73.33%
HSB/HSV18°43.51%93.73%
CMYK0.00%30.54%43.51%
6.27%

Color #EFA687 in popluar number systems.

HEXEFA687
Decimal239166135
Binary111011111010011010000111
Octal357246207

Shades and tints

Shades of #EFA687

#EFA687
(239,166,135)
#DA977B
(218,151,123)
#C5886F
(197,136,111)
#B07963
(176,121,99)
#9B6A57
(155,106,87)
#865B4B
(134,91,75)
#714C3F
(113,76,63)
#5C3D33
(92,61,51)
#472E27
(71,46,39)
#321F1B
(50,31,27)
#1D100F
(29,16,15)
#000000
(0,0,0)

Tints of #EFA687

#EFA687
(239,166,135)
#F0AE91
(240,174,145)
#F1B69B
(241,182,155)
#F2BEA5
(242,190,165)
#F3C6AF
(243,198,175)
#F4CEB9
(244,206,185)
#F5D6C3
(245,214,195)
#F6DECD
(246,222,205)
#F7E6D7
(247,230,215)
#F8EEE1
(248,238,225)
#F9F6EB
(249,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA687; }

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

This text font color is #EFA687.


Background Color

.myBgColor { background-color: #EFA687; }

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

This div background color is #EFA687.


Border color

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

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

This div border color is #EFA687.


Opacity

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

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

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

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

This text has shadow with #EFA687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA687 on black background.


Color preview on white background

This text has color #EFA687 on white background.



Black color preview on #EFA687 background

This text has black color on #EFA687 background.


White color preview on #EFA687 background

This text has white color on #EFA687 background.