COLOR #EFCEAA

HEX: #EFCEAA
RGB: (239,206,170)

Color info

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

RGB color model

#EFCEAA color RGB value is (239,206,170).

  • red value is 239;
  • green value is 206;
  • blue value is 170.
RGB:
(239,206,170)
(94%,81%,67%)

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 170 of 255 = 67%

239
206
170

R + G + B ~ 81%. #EFCEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 206 + 170 = 615 (100%)
R 239 of 615 ~ 38.86%
G 206 of 615 ~ 33.5%
B 170 of 615 ~ 27.64%

%38.86
%33.5
%27.64

CMYK color model

#EFCEAA color CMYK value is (0,14,29,6).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 28.87%
  • key color value is 6.27%
CMYK:
(0,14,29,6)
C0M14Y29K6 
(0%,14%,29%,6%)
(0.00/0.14/0.29/0.06)	

CMYK percentages

%0
%13.81
%28.87
%6.27

Codes

Color #EFCEAA in popluar color models

EFCEAA
RGB239206170
HSL31°68.32%80.20%
HSB/HSV31°28.87%93.73%
CMYK0.00%13.81%28.87%
6.27%

Color #EFCEAA in popluar number systems.

HEXEFCEAA
Decimal239206170
Binary111011111100111010101010
Octal357316252

Shades and tints

Shades of #EFCEAA

#EFCEAA
(239,206,170)
#DABC9B
(218,188,155)
#C5AA8C
(197,170,140)
#B0987D
(176,152,125)
#9B866E
(155,134,110)
#86745F
(134,116,95)
#716250
(113,98,80)
#5C5041
(92,80,65)
#473E32
(71,62,50)
#322C23
(50,44,35)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #EFCEAA

#EFCEAA
(239,206,170)
#F0D2B1
(240,210,177)
#F1D6B8
(241,214,184)
#F2DABF
(242,218,191)
#F3DEC6
(243,222,198)
#F4E2CD
(244,226,205)
#F5E6D4
(245,230,212)
#F6EADB
(246,234,219)
#F7EEE2
(247,238,226)
#F8F2E9
(248,242,233)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCEAA color. Also use rgb(239,206,170) instead hex code.

Text Font Color

.myTextColor { color: #EFCEAA; }

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

This text font color is #EFCEAA.


Background Color

.myBgColor { background-color: #EFCEAA; }

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

This div background color is #EFCEAA.


Border color

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

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

This div border color is #EFCEAA.


Opacity

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

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

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

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

This text has shadow with #EFCEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCEAA on black background.


Color preview on white background

This text has color #EFCEAA on white background.



Black color preview on #EFCEAA background

This text has black color on #EFCEAA background.


White color preview on #EFCEAA background

This text has white color on #EFCEAA background.