COLOR #EFDC9A

HEX: #EFDC9A
RGB: (239,220,154)

Color info

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

RGB color model

#EFDC9A color RGB value is (239,220,154).

  • red value is 239;
  • green value is 220;
  • blue value is 154.
RGB:
(239,220,154)
(94%,86%,60%)

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 154 of 255 = 60%

239
220
154

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

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 154 = 613 (100%)
R 239 of 613 ~ 38.99%
G 220 of 613 ~ 35.89%
B 154 of 613 ~ 25.12%

%38.99
%35.89
%25.12

CMYK color model

#EFDC9A color CMYK value is (0,8,36,6).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 35.56%
  • key color value is 6.27%
CMYK:
(0,8,36,6)
C0M8Y36K6 
(0%,8%,36%,6%)
(0.00/0.08/0.36/0.06)	

CMYK percentages

%0
%7.95
%35.56
%6.27

Codes

Color #EFDC9A in popluar color models

EFDC9A
RGB239220154
HSL47°72.65%77.06%
HSB/HSV47°35.56%93.73%
CMYK0.00%7.95%35.56%
6.27%

Color #EFDC9A in popluar number systems.

HEXEFDC9A
Decimal239220154
Binary111011111101110010011010
Octal357334232

Shades and tints

Shades of #EFDC9A

#EFDC9A
(239,220,154)
#DAC88C
(218,200,140)
#C5B47E
(197,180,126)
#B0A070
(176,160,112)
#9B8C62
(155,140,98)
#867854
(134,120,84)
#716446
(113,100,70)
#5C5038
(92,80,56)
#473C2A
(71,60,42)
#32281C
(50,40,28)
#1D140E
(29,20,14)
#000000
(0,0,0)

Tints of #EFDC9A

#EFDC9A
(239,220,154)
#F0DFA3
(240,223,163)
#F1E2AC
(241,226,172)
#F2E5B5
(242,229,181)
#F3E8BE
(243,232,190)
#F4EBC7
(244,235,199)
#F5EED0
(245,238,208)
#F6F1D9
(246,241,217)
#F7F4E2
(247,244,226)
#F8F7EB
(248,247,235)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDC9A color. Also use rgb(239,220,154) instead hex code.

Text Font Color

.myTextColor { color: #EFDC9A; }

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

This text font color is #EFDC9A.


Background Color

.myBgColor { background-color: #EFDC9A; }

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

This div background color is #EFDC9A.


Border color

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

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

This div border color is #EFDC9A.


Opacity

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

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

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

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

This text has shadow with #EFDC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDC9A on black background.


Color preview on white background

This text has color #EFDC9A on white background.



Black color preview on #EFDC9A background

This text has black color on #EFDC9A background.


White color preview on #EFDC9A background

This text has white color on #EFDC9A background.