COLOR #EFDF8F

HEX: #EFDF8F
RGB: (239,223,143)

Color info

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

RGB color model

#EFDF8F color RGB value is (239,223,143).

  • red value is 239;
  • green value is 223;
  • blue value is 143.
RGB:
(239,223,143)
(94%,87%,56%)

RGB channels and saturation

R 239 of 255 = 94%
G 223 of 255 = 87%
B 143 of 255 = 56%

239
223
143

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

Portions of RGB colors in percentages

R + G + B =
239 + 223 + 143 = 605 (100%)
R 239 of 605 ~ 39.5%
G 223 of 605 ~ 36.86%
B 143 of 605 ~ 23.64%

%39.5
%36.86
%23.64

CMYK color model

#EFDF8F color CMYK value is (0,7,40,6).

  • cyan value is 0.00%
  • magenta value is 6.69%
  • yellow value is 40.17%
  • key color value is 6.27%
CMYK:
(0,7,40,6)
C0M7Y40K6 
(0%,7%,40%,6%)
(0.00/0.07/0.40/0.06)	

CMYK percentages

%0
%6.69
%40.17
%6.27

Codes

Color #EFDF8F in popluar color models

EFDF8F
RGB239223143
HSL50°75.00%74.90%
HSB/HSV50°40.17%93.73%
CMYK0.00%6.69%40.17%
6.27%

Color #EFDF8F in popluar number systems.

HEXEFDF8F
Decimal239223143
Binary111011111101111110001111
Octal357337217

Shades and tints

Shades of #EFDF8F

#EFDF8F
(239,223,143)
#DACB82
(218,203,130)
#C5B775
(197,183,117)
#B0A368
(176,163,104)
#9B8F5B
(155,143,91)
#867B4E
(134,123,78)
#716741
(113,103,65)
#5C5334
(92,83,52)
#473F27
(71,63,39)
#322B1A
(50,43,26)
#1D170D
(29,23,13)
#000000
(0,0,0)

Tints of #EFDF8F

#EFDF8F
(239,223,143)
#F0E199
(240,225,153)
#F1E3A3
(241,227,163)
#F2E5AD
(242,229,173)
#F3E7B7
(243,231,183)
#F4E9C1
(244,233,193)
#F5EBCB
(245,235,203)
#F6EDD5
(246,237,213)
#F7EFDF
(247,239,223)
#F8F1E9
(248,241,233)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDF8F color. Also use rgb(239,223,143) instead hex code.

Text Font Color

.myTextColor { color: #EFDF8F; }

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

This text font color is #EFDF8F.


Background Color

.myBgColor { background-color: #EFDF8F; }

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

This div background color is #EFDF8F.


Border color

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

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

This div border color is #EFDF8F.


Opacity

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

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

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

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

This text has shadow with #EFDF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDF8F on black background.


Color preview on white background

This text has color #EFDF8F on white background.



Black color preview on #EFDF8F background

This text has black color on #EFDF8F background.


White color preview on #EFDF8F background

This text has white color on #EFDF8F background.