COLOR #EFB686

HEX: #EFB686 RGB: (239,182,134)

Color info

#EFB686 contains mainly red and green colors. Web safe color of #EFB686 is #FFCC99 (or #FC9).

RGB color model

#EFB686 color RGB value is (239,182,134).

RGB: (239,182,134) (94%, 71%, 53%)

RGB channels and saturation

R 239 of 255 = 94%
G 182 of 255 = 71%
B 134 of 255 = 53%

239
182
134

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

Portions of RGB colors in percentages

R + G + B = 239 + 182 + 134 = 555 (100%)
R 239 of 555 ~ 43.06%
G 182 of 555 ~ 32.79%
B 134 of 555 ~ 24.14'%

%43.06
%32.79
%24.14

CMYK color model

#EFB686 color CMYK value is (0,24,44,6).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 43.93%
  • key color value is 6.27%

CMYK: (0,24,44,6)
C0M24Y44K6 (0%, 24%, 44%, 6%)
(0.00 / 0.24 / 0.44 / 0.06)

CMYK percentages

%0
%23.85
%43.93
%6.27

Codes

Color #EFB686 in popluar color models

EF B6 86
RGB 239 182 134
HSL 27° 76.64% 73.14%
HSB/HSV 27° 43.93% 93.73%
CMYK 0.00% 23.85% 43.93%
6.27%

Color #EFB686 in popluar number systems.

HEX EF B6 86
Decimal 239 182 134
Binary 11101111 10110110 10000110
Octal 357 266 206

Shades and tints

Shades of #EFB686

#EFB686
(239,182,134)
#DAA67A
(218,166,122)
#C5966E
(197,150,110)
#B08662
(176,134,98)
#9B7656
(155,118,86)
#86664A
(134,102,74)
#71563E
(113,86,62)
#5C4632
(92,70,50)
#473626
(71,54,38)
#32261A
(50,38,26)
#1D160E
(29,22,14)
#000000
(0,0,0)

Tints of #EFB686

#EFB686
(239,182,134)
#F0BC91
(240,188,145)
#F1C29C
(241,194,156)
#F2C8A7
(242,200,167)
#F3CEB2
(243,206,178)
#F4D4BD
(244,212,189)
#F5DAC8
(245,218,200)
#F6E0D3
(246,224,211)
#F7E6DE
(247,230,222)
#F8ECE9
(248,236,233)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB686; }

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

This text font color is #EFB686.

Background Color

.myBgColor { background-color: #EFB686; }

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

This div background color is #EFB686.

Border color

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

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

This div border color is #EFB686.

Opacity

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

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

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

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

This text has shadow with #EFB686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB686.

Preview

Color preview on black background

This text has color #EFB686 on black background.


Color preview on white background

This text has color #EFB686 on white background.


Black color preview on #EFB686 background

This text has black color on #EFB686 background.


White color preview on #EFB686 background

This text has white color on #EFB686 background.


Related colors

Complementary color

Complementary color for #hex is #104979.


I love getcolorcode.com

Triadic colors

1 #86EFB6 and #B686EF with #EFB686 are triadic colors.

2 #86B6EF and #B6EF86 with #EFB686 are triadic colors.