COLOR #EFD9A8

HEX: #EFD9A8
RGB: (239,217,168)

Color info

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

RGB color model

#EFD9A8 color RGB value is (239,217,168).

  • red value is 239;
  • green value is 217;
  • blue value is 168.
RGB:
(239,217,168)
(94%,85%,66%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 168 of 255 = 66%

239
217
168

R + G + B ~ 82%. #EFD9A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 168 = 624 (100%)
R 239 of 624 ~ 38.3%
G 217 of 624 ~ 34.78%
B 168 of 624 ~ 26.92%

%38.3
%34.78
%26.92

CMYK color model

#EFD9A8 color CMYK value is (0,9,30,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 29.71%
  • key color value is 6.27%
CMYK:
(0,9,30,6)
C0M9Y30K6 
(0%,9%,30%,6%)
(0.00/0.09/0.30/0.06)	

CMYK percentages

%0
%9.21
%29.71
%6.27

Codes

Color #EFD9A8 in popluar color models

EFD9A8
RGB239217168
HSL41°68.93%79.80%
HSB/HSV41°29.71%93.73%
CMYK0.00%9.21%29.71%
6.27%

Color #EFD9A8 in popluar number systems.

HEXEFD9A8
Decimal239217168
Binary111011111101100110101000
Octal357331250

Shades and tints

Shades of #EFD9A8

#EFD9A8
(239,217,168)
#DAC699
(218,198,153)
#C5B38A
(197,179,138)
#B0A07B
(176,160,123)
#9B8D6C
(155,141,108)
#867A5D
(134,122,93)
#71674E
(113,103,78)
#5C543F
(92,84,63)
#474130
(71,65,48)
#322E21
(50,46,33)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #EFD9A8

#EFD9A8
(239,217,168)
#F0DCAF
(240,220,175)
#F1DFB6
(241,223,182)
#F2E2BD
(242,226,189)
#F3E5C4
(243,229,196)
#F4E8CB
(244,232,203)
#F5EBD2
(245,235,210)
#F6EED9
(246,238,217)
#F7F1E0
(247,241,224)
#F8F4E7
(248,244,231)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD9A8 color. Also use rgb(239,217,168) instead hex code.

Text Font Color

.myTextColor { color: #EFD9A8; }

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

This text font color is #EFD9A8.


Background Color

.myBgColor { background-color: #EFD9A8; }

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

This div background color is #EFD9A8.


Border color

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

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

This div border color is #EFD9A8.


Opacity

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

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

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

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

This text has shadow with #EFD9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9A8 on black background.


Color preview on white background

This text has color #EFD9A8 on white background.



Black color preview on #EFD9A8 background

This text has black color on #EFD9A8 background.


White color preview on #EFD9A8 background

This text has white color on #EFD9A8 background.