COLOR #EFCCA4

HEX: #EFCCA4
RGB: (239,204,164)

Color info

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

RGB color model

#EFCCA4 color RGB value is (239,204,164).

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

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 164 of 255 = 64%

239
204
164

R + G + B ~ 79%. #EFCCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 164 = 607 (100%)
R 239 of 607 ~ 39.37%
G 204 of 607 ~ 33.61%
B 164 of 607 ~ 27.02%

%39.37
%33.61
%27.02

CMYK color model

#EFCCA4 color CMYK value is (0,15,31,6).

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 31.38%
  • key color value is 6.27%
CMYK:
(0,15,31,6)
C0M15Y31K6 
(0%,15%,31%,6%)
(0.00/0.15/0.31/0.06)	

CMYK percentages

%0
%14.64
%31.38
%6.27

Codes

Color #EFCCA4 in popluar color models

EFCCA4
RGB239204164
HSL32°70.09%79.02%
HSB/HSV32°31.38%93.73%
CMYK0.00%14.64%31.38%
6.27%

Color #EFCCA4 in popluar number systems.

HEXEFCCA4
Decimal239204164
Binary111011111100110010100100
Octal357314244

Shades and tints

Shades of #EFCCA4

#EFCCA4
(239,204,164)
#DABA96
(218,186,150)
#C5A888
(197,168,136)
#B0967A
(176,150,122)
#9B846C
(155,132,108)
#86725E
(134,114,94)
#716050
(113,96,80)
#5C4E42
(92,78,66)
#473C34
(71,60,52)
#322A26
(50,42,38)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #EFCCA4

#EFCCA4
(239,204,164)
#F0D0AC
(240,208,172)
#F1D4B4
(241,212,180)
#F2D8BC
(242,216,188)
#F3DCC4
(243,220,196)
#F4E0CC
(244,224,204)
#F5E4D4
(245,228,212)
#F6E8DC
(246,232,220)
#F7ECE4
(247,236,228)
#F8F0EC
(248,240,236)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCCA4; }

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

This text font color is #EFCCA4.


Background Color

.myBgColor { background-color: #EFCCA4; }

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

This div background color is #EFCCA4.


Border color

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

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

This div border color is #EFCCA4.


Opacity

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

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

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

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

This text has shadow with #EFCCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCCA4 on black background.


Color preview on white background

This text has color #EFCCA4 on white background.



Black color preview on #EFCCA4 background

This text has black color on #EFCCA4 background.


White color preview on #EFCCA4 background

This text has white color on #EFCCA4 background.