COLOR #EFDD8C

HEX: #EFDD8C
RGB: (239,221,140)

Color info

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

RGB color model

#EFDD8C color RGB value is (239,221,140).

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

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 140 of 255 = 55%

239
221
140

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

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 140 = 600 (100%)
R 239 of 600 ~ 39.83%
G 221 of 600 ~ 36.83%
B 140 of 600 ~ 23.33%

%39.83
%36.83
%23.33

CMYK color model

#EFDD8C color CMYK value is (0,8,41,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 41.42%
  • key color value is 6.27%
CMYK:
(0,8,41,6)
C0M8Y41K6 
(0%,8%,41%,6%)
(0.00/0.08/0.41/0.06)	

CMYK percentages

%0
%7.53
%41.42
%6.27

Codes

Color #EFDD8C in popluar color models

EFDD8C
RGB239221140
HSL49°75.57%74.31%
HSB/HSV49°41.42%93.73%
CMYK0.00%7.53%41.42%
6.27%

Color #EFDD8C in popluar number systems.

HEXEFDD8C
Decimal239221140
Binary111011111101110110001100
Octal357335214

Shades and tints

Shades of #EFDD8C

#EFDD8C
(239,221,140)
#DAC980
(218,201,128)
#C5B574
(197,181,116)
#B0A168
(176,161,104)
#9B8D5C
(155,141,92)
#867950
(134,121,80)
#716544
(113,101,68)
#5C5138
(92,81,56)
#473D2C
(71,61,44)
#322920
(50,41,32)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #EFDD8C

#EFDD8C
(239,221,140)
#F0E096
(240,224,150)
#F1E3A0
(241,227,160)
#F2E6AA
(242,230,170)
#F3E9B4
(243,233,180)
#F4ECBE
(244,236,190)
#F5EFC8
(245,239,200)
#F6F2D2
(246,242,210)
#F7F5DC
(247,245,220)
#F8F8E6
(248,248,230)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDD8C; }

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

This text font color is #EFDD8C.


Background Color

.myBgColor { background-color: #EFDD8C; }

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

This div background color is #EFDD8C.


Border color

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

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

This div border color is #EFDD8C.


Opacity

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

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

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

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

This text has shadow with #EFDD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDD8C on black background.


Color preview on white background

This text has color #EFDD8C on white background.



Black color preview on #EFDD8C background

This text has black color on #EFDD8C background.


White color preview on #EFDD8C background

This text has white color on #EFDD8C background.