COLOR #EFCFA4

HEX: #EFCFA4
RGB: (239,207,164)

Color info

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

RGB color model

#EFCFA4 color RGB value is (239,207,164).

  • red value is 239;
  • green value is 207;
  • blue value is 164.
RGB:
(239,207,164)
(94%,81%,64%)

RGB channels and saturation

R 239 of 255 = 94%
G 207 of 255 = 81%
B 164 of 255 = 64%

239
207
164

R + G + B ~ 80%. #EFCFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 207 + 164 = 610 (100%)
R 239 of 610 ~ 39.18%
G 207 of 610 ~ 33.93%
B 164 of 610 ~ 26.89%

%39.18
%33.93
%26.89

CMYK color model

#EFCFA4 color CMYK value is (0,13,31,6).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 31.38%
  • key color value is 6.27%
CMYK:
(0,13,31,6)
C0M13Y31K6 
(0%,13%,31%,6%)
(0.00/0.13/0.31/0.06)	

CMYK percentages

%0
%13.39
%31.38
%6.27

Codes

Color #EFCFA4 in popluar color models

EFCFA4
RGB239207164
HSL34°70.09%79.02%
HSB/HSV34°31.38%93.73%
CMYK0.00%13.39%31.38%
6.27%

Color #EFCFA4 in popluar number systems.

HEXEFCFA4
Decimal239207164
Binary111011111100111110100100
Octal357317244

Shades and tints

Shades of #EFCFA4

#EFCFA4
(239,207,164)
#DABD96
(218,189,150)
#C5AB88
(197,171,136)
#B0997A
(176,153,122)
#9B876C
(155,135,108)
#86755E
(134,117,94)
#716350
(113,99,80)
#5C5142
(92,81,66)
#473F34
(71,63,52)
#322D26
(50,45,38)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #EFCFA4

#EFCFA4
(239,207,164)
#F0D3AC
(240,211,172)
#F1D7B4
(241,215,180)
#F2DBBC
(242,219,188)
#F3DFC4
(243,223,196)
#F4E3CC
(244,227,204)
#F5E7D4
(245,231,212)
#F6EBDC
(246,235,220)
#F7EFE4
(247,239,228)
#F8F3EC
(248,243,236)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCFA4 color. Also use rgb(239,207,164) instead hex code.

Text Font Color

.myTextColor { color: #EFCFA4; }

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

This text font color is #EFCFA4.


Background Color

.myBgColor { background-color: #EFCFA4; }

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

This div background color is #EFCFA4.


Border color

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

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

This div border color is #EFCFA4.


Opacity

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

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

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

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

This text has shadow with #EFCFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCFA4 on black background.


Color preview on white background

This text has color #EFCFA4 on white background.



Black color preview on #EFCFA4 background

This text has black color on #EFCFA4 background.


White color preview on #EFCFA4 background

This text has white color on #EFCFA4 background.