COLOR #EFD29C

HEX: #EFD29C
RGB: (239,210,156)

Color info

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

RGB color model

#EFD29C color RGB value is (239,210,156).

  • red value is 239;
  • green value is 210;
  • blue value is 156.
RGB:
(239,210,156)
(94%,82%,61%)

RGB channels and saturation

R 239 of 255 = 94%
G 210 of 255 = 82%
B 156 of 255 = 61%

239
210
156

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

Portions of RGB colors in percentages

R + G + B =
239 + 210 + 156 = 605 (100%)
R 239 of 605 ~ 39.5%
G 210 of 605 ~ 34.71%
B 156 of 605 ~ 25.79%

%39.5
%34.71
%25.79

CMYK color model

#EFD29C color CMYK value is (0,12,35,6).

  • cyan value is 0.00%
  • magenta value is 12.13%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(0,12,35,6)
C0M12Y35K6 
(0%,12%,35%,6%)
(0.00/0.12/0.35/0.06)	

CMYK percentages

%0
%12.13
%34.73
%6.27

Codes

Color #EFD29C in popluar color models

EFD29C
RGB239210156
HSL39°72.17%77.45%
HSB/HSV39°34.73%93.73%
CMYK0.00%12.13%34.73%
6.27%

Color #EFD29C in popluar number systems.

HEXEFD29C
Decimal239210156
Binary111011111101001010011100
Octal357322234

Shades and tints

Shades of #EFD29C

#EFD29C
(239,210,156)
#DABF8E
(218,191,142)
#C5AC80
(197,172,128)
#B09972
(176,153,114)
#9B8664
(155,134,100)
#867356
(134,115,86)
#716048
(113,96,72)
#5C4D3A
(92,77,58)
#473A2C
(71,58,44)
#32271E
(50,39,30)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #EFD29C

#EFD29C
(239,210,156)
#F0D6A5
(240,214,165)
#F1DAAE
(241,218,174)
#F2DEB7
(242,222,183)
#F3E2C0
(243,226,192)
#F4E6C9
(244,230,201)
#F5EAD2
(245,234,210)
#F6EEDB
(246,238,219)
#F7F2E4
(247,242,228)
#F8F6ED
(248,246,237)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD29C color. Also use rgb(239,210,156) instead hex code.

Text Font Color

.myTextColor { color: #EFD29C; }

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

This text font color is #EFD29C.


Background Color

.myBgColor { background-color: #EFD29C; }

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

This div background color is #EFD29C.


Border color

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

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

This div border color is #EFD29C.


Opacity

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

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

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

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

This text has shadow with #EFD29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD29C on black background.


Color preview on white background

This text has color #EFD29C on white background.



Black color preview on #EFD29C background

This text has black color on #EFD29C background.


White color preview on #EFD29C background

This text has white color on #EFD29C background.