COLOR #EFB86E

HEX: #EFB86E RGB: (239,184,110)

Color info

#EFB86E contains mainly red and green colors. Web safe color of #EFB86E is #FFCC66 (or #FC6).

RGB color model

#EFB86E color RGB value is (239,184,110).

RGB: (239,184,110) (94%, 72%, 43%)

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 110 of 255 = 43%

239
184
110

R + G + B ~ 70%. #EFB86E is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 184 + 110 = 533 (100%)
R 239 of 533 ~ 44.84%
G 184 of 533 ~ 34.52%
B 110 of 533 ~ 20.64'%

%44.84
%34.52
%20.64

CMYK color model

#EFB86E color CMYK value is (0,23,54,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 53.97%
  • key color value is 6.27%

CMYK: (0,23,54,6)
C0M23Y54K6 (0%, 23%, 54%, 6%)
(0.00 / 0.23 / 0.54 / 0.06)

CMYK percentages

%0
%23.01
%53.97
%6.27

Codes

Color #EFB86E in popluar color models

EF B8 6E
RGB 239 184 110
HSL 34° 80.12% 68.43%
HSB/HSV 34° 53.97% 93.73%
CMYK 0.00% 23.01% 53.97%
6.27%

Color #EFB86E in popluar number systems.

HEX EF B8 6E
Decimal 239 184 110
Binary 11101111 10111000 1101110
Octal 357 270 156

Shades and tints

Shades of #EFB86E

#EFB86E
(239,184,110)
#DAA864
(218,168,100)
#C5985A
(197,152,90)
#B08850
(176,136,80)
#9B7846
(155,120,70)
#86683C
(134,104,60)
#715832
(113,88,50)
#5C4828
(92,72,40)
#47381E
(71,56,30)
#322814
(50,40,20)
#1D180A
(29,24,10)
#000000
(0,0,0)

Tints of #EFB86E

#EFB86E
(239,184,110)
#F0BE7B
(240,190,123)
#F1C488
(241,196,136)
#F2CA95
(242,202,149)
#F3D0A2
(243,208,162)
#F4D6AF
(244,214,175)
#F5DCBC
(245,220,188)
#F6E2C9
(246,226,201)
#F7E8D6
(247,232,214)
#F8EEE3
(248,238,227)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB86E color. Also use rgb(239,184,110) instead hex code.

Text Font Color

.myTextColor { color: #EFB86E; }

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

This text font color is #EFB86E.

Background Color

.myBgColor { background-color: #EFB86E; }

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

This div background color is #EFB86E.

Border color

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

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

This div border color is #EFB86E.

Opacity

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

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

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

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

This text has shadow with #EFB86E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB86E.

Preview

Color preview on black background

This text has color #EFB86E on black background.


Color preview on white background

This text has color #EFB86E on white background.


Black color preview on #EFB86E background

This text has black color on #EFB86E background.


White color preview on #EFB86E background

This text has white color on #EFB86E background.


Related colors

Complementary color

Complementary color for #hex is #104791.


I love getcolorcode.com

Triadic colors

1 #6EEFB8 and #B86EEF with #EFB86E are triadic colors.

2 #6EB8EF and #B8EF6E with #EFB86E are triadic colors.