COLOR #EFC39B

HEX: #EFC39B
RGB: (239,195,155)

Color info

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

RGB color model

#EFC39B color RGB value is (239,195,155).

  • red value is 239;
  • green value is 195;
  • blue value is 155.
RGB:
(239,195,155)
(94%,76%,61%)

RGB channels and saturation

R 239 of 255 = 94%
G 195 of 255 = 76%
B 155 of 255 = 61%

239
195
155

R + G + B ~ 77%. #EFC39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 195 + 155 = 589 (100%)
R 239 of 589 ~ 40.58%
G 195 of 589 ~ 33.11%
B 155 of 589 ~ 26.32%

%40.58
%33.11
%26.32

CMYK color model

#EFC39B color CMYK value is (0,18,35,6).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 35.15%
  • key color value is 6.27%
CMYK:
(0,18,35,6)
C0M18Y35K6 
(0%,18%,35%,6%)
(0.00/0.18/0.35/0.06)	

CMYK percentages

%0
%18.41
%35.15
%6.27

Codes

Color #EFC39B in popluar color models

EFC39B
RGB239195155
HSL29°72.41%77.25%
HSB/HSV29°35.15%93.73%
CMYK0.00%18.41%35.15%
6.27%

Color #EFC39B in popluar number systems.

HEXEFC39B
Decimal239195155
Binary111011111100001110011011
Octal357303233

Shades and tints

Shades of #EFC39B

#EFC39B
(239,195,155)
#DAB28D
(218,178,141)
#C5A17F
(197,161,127)
#B09071
(176,144,113)
#9B7F63
(155,127,99)
#866E55
(134,110,85)
#715D47
(113,93,71)
#5C4C39
(92,76,57)
#473B2B
(71,59,43)
#322A1D
(50,42,29)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #EFC39B

#EFC39B
(239,195,155)
#F0C8A4
(240,200,164)
#F1CDAD
(241,205,173)
#F2D2B6
(242,210,182)
#F3D7BF
(243,215,191)
#F4DCC8
(244,220,200)
#F5E1D1
(245,225,209)
#F6E6DA
(246,230,218)
#F7EBE3
(247,235,227)
#F8F0EC
(248,240,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC39B color. Also use rgb(239,195,155) instead hex code.

Text Font Color

.myTextColor { color: #EFC39B; }

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

This text font color is #EFC39B.


Background Color

.myBgColor { background-color: #EFC39B; }

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

This div background color is #EFC39B.


Border color

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

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

This div border color is #EFC39B.


Opacity

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

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

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

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

This text has shadow with #EFC39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC39B on black background.


Color preview on white background

This text has color #EFC39B on white background.



Black color preview on #EFC39B background

This text has black color on #EFC39B background.


White color preview on #EFC39B background

This text has white color on #EFC39B background.