COLOR #EFCA8C

HEX: #EFCA8C
RGB: (239,202,140)

Color info

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

RGB color model

#EFCA8C color RGB value is (239,202,140).

  • red value is 239;
  • green value is 202;
  • blue value is 140.
RGB:
(239,202,140)
(94%,79%,55%)

RGB channels and saturation

R 239 of 255 = 94%
G 202 of 255 = 79%
B 140 of 255 = 55%

239
202
140

R + G + B ~ 76%. #EFCA8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 202 + 140 = 581 (100%)
R 239 of 581 ~ 41.14%
G 202 of 581 ~ 34.77%
B 140 of 581 ~ 24.1%

%41.14
%34.77
%24.1

CMYK color model

#EFCA8C color CMYK value is (0,15,41,6).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 41.42%
  • key color value is 6.27%
CMYK:
(0,15,41,6)
C0M15Y41K6 
(0%,15%,41%,6%)
(0.00/0.15/0.41/0.06)	

CMYK percentages

%0
%15.48
%41.42
%6.27

Codes

Color #EFCA8C in popluar color models

EFCA8C
RGB239202140
HSL38°75.57%74.31%
HSB/HSV38°41.42%93.73%
CMYK0.00%15.48%41.42%
6.27%

Color #EFCA8C in popluar number systems.

HEXEFCA8C
Decimal239202140
Binary111011111100101010001100
Octal357312214

Shades and tints

Shades of #EFCA8C

#EFCA8C
(239,202,140)
#DAB880
(218,184,128)
#C5A674
(197,166,116)
#B09468
(176,148,104)
#9B825C
(155,130,92)
#867050
(134,112,80)
#715E44
(113,94,68)
#5C4C38
(92,76,56)
#473A2C
(71,58,44)
#322820
(50,40,32)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #EFCA8C

#EFCA8C
(239,202,140)
#F0CE96
(240,206,150)
#F1D2A0
(241,210,160)
#F2D6AA
(242,214,170)
#F3DAB4
(243,218,180)
#F4DEBE
(244,222,190)
#F5E2C8
(245,226,200)
#F6E6D2
(246,230,210)
#F7EADC
(247,234,220)
#F8EEE6
(248,238,230)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCA8C color. Also use rgb(239,202,140) instead hex code.

Text Font Color

.myTextColor { color: #EFCA8C; }

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

This text font color is #EFCA8C.


Background Color

.myBgColor { background-color: #EFCA8C; }

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

This div background color is #EFCA8C.


Border color

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

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

This div border color is #EFCA8C.


Opacity

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

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

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

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

This text has shadow with #EFCA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCA8C on black background.


Color preview on white background

This text has color #EFCA8C on white background.



Black color preview on #EFCA8C background

This text has black color on #EFCA8C background.


White color preview on #EFCA8C background

This text has white color on #EFCA8C background.