COLOR #EFD79E

HEX: #EFD79E
RGB: (239,215,158)

Color info

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

RGB color model

#EFD79E color RGB value is (239,215,158).

  • red value is 239;
  • green value is 215;
  • blue value is 158.
RGB:
(239,215,158)
(94%,84%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 158 of 255 = 62%

239
215
158

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

Portions of RGB colors in percentages

R + G + B =
239 + 215 + 158 = 612 (100%)
R 239 of 612 ~ 39.05%
G 215 of 612 ~ 35.13%
B 158 of 612 ~ 25.82%

%39.05
%35.13
%25.82

CMYK color model

#EFD79E color CMYK value is (0,10,34,6).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 33.89%
  • key color value is 6.27%
CMYK:
(0,10,34,6)
C0M10Y34K6 
(0%,10%,34%,6%)
(0.00/0.10/0.34/0.06)	

CMYK percentages

%0
%10.04
%33.89
%6.27

Codes

Color #EFD79E in popluar color models

EFD79E
RGB239215158
HSL42°71.68%77.84%
HSB/HSV42°33.89%93.73%
CMYK0.00%10.04%33.89%
6.27%

Color #EFD79E in popluar number systems.

HEXEFD79E
Decimal239215158
Binary111011111101011110011110
Octal357327236

Shades and tints

Shades of #EFD79E

#EFD79E
(239,215,158)
#DAC490
(218,196,144)
#C5B182
(197,177,130)
#B09E74
(176,158,116)
#9B8B66
(155,139,102)
#867858
(134,120,88)
#71654A
(113,101,74)
#5C523C
(92,82,60)
#473F2E
(71,63,46)
#322C20
(50,44,32)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #EFD79E

#EFD79E
(239,215,158)
#F0DAA6
(240,218,166)
#F1DDAE
(241,221,174)
#F2E0B6
(242,224,182)
#F3E3BE
(243,227,190)
#F4E6C6
(244,230,198)
#F5E9CE
(245,233,206)
#F6ECD6
(246,236,214)
#F7EFDE
(247,239,222)
#F8F2E6
(248,242,230)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD79E color. Also use rgb(239,215,158) instead hex code.

Text Font Color

.myTextColor { color: #EFD79E; }

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

This text font color is #EFD79E.


Background Color

.myBgColor { background-color: #EFD79E; }

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

This div background color is #EFD79E.


Border color

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

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

This div border color is #EFD79E.


Opacity

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

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

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

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

This text has shadow with #EFD79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD79E on black background.


Color preview on white background

This text has color #EFD79E on white background.



Black color preview on #EFD79E background

This text has black color on #EFD79E background.


White color preview on #EFD79E background

This text has white color on #EFD79E background.