COLOR #EFCC8D

HEX: #EFCC8D
RGB: (239,204,141)

Color info

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

RGB color model

#EFCC8D color RGB value is (239,204,141).

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

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 141 of 255 = 55%

239
204
141

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

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 141 = 584 (100%)
R 239 of 584 ~ 40.92%
G 204 of 584 ~ 34.93%
B 141 of 584 ~ 24.14%

%40.92
%34.93
%24.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 41.00%
  • 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
%14.64
%41
%6.27

Codes

Color #EFCC8D in popluar color models

EFCC8D
RGB239204141
HSL39°75.38%74.51%
HSB/HSV39°41.00%93.73%
CMYK0.00%14.64%41.00%
6.27%

Color #EFCC8D in popluar number systems.

HEXEFCC8D
Decimal239204141
Binary111011111100110010001101
Octal357314215

Shades and tints

Shades of #EFCC8D

#EFCC8D
(239,204,141)
#DABA81
(218,186,129)
#C5A875
(197,168,117)
#B09669
(176,150,105)
#9B845D
(155,132,93)
#867251
(134,114,81)
#716045
(113,96,69)
#5C4E39
(92,78,57)
#473C2D
(71,60,45)
#322A21
(50,42,33)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #EFCC8D

#EFCC8D
(239,204,141)
#F0D097
(240,208,151)
#F1D4A1
(241,212,161)
#F2D8AB
(242,216,171)
#F3DCB5
(243,220,181)
#F4E0BF
(244,224,191)
#F5E4C9
(245,228,201)
#F6E8D3
(246,232,211)
#F7ECDD
(247,236,221)
#F8F0E7
(248,240,231)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCC8D; }

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

This text font color is #EFCC8D.


Background Color

.myBgColor { background-color: #EFCC8D; }

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

This div background color is #EFCC8D.


Border color

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

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

This div border color is #EFCC8D.


Opacity

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

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

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

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

This text has shadow with #EFCC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCC8D on black background.


Color preview on white background

This text has color #EFCC8D on white background.



Black color preview on #EFCC8D background

This text has black color on #EFCC8D background.


White color preview on #EFCC8D background

This text has white color on #EFCC8D background.