COLOR #EFD1AE

HEX: #EFD1AE
RGB: (239,209,174)

Color info

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

RGB color model

#EFD1AE color RGB value is (239,209,174).

  • red value is 239;
  • green value is 209;
  • blue value is 174.
RGB:
(239,209,174)
(94%,82%,68%)

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 174 of 255 = 68%

239
209
174

R + G + B ~ 81%. #EFD1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 174 = 622 (100%)
R 239 of 622 ~ 38.42%
G 209 of 622 ~ 33.6%
B 174 of 622 ~ 27.97%

%38.42
%33.6
%27.97

CMYK color model

#EFD1AE color CMYK value is (0,13,27,6).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(0,13,27,6)
C0M13Y27K6 
(0%,13%,27%,6%)
(0.00/0.13/0.27/0.06)	

CMYK percentages

%0
%12.55
%27.2
%6.27

Codes

Color #EFD1AE in popluar color models

EFD1AE
RGB239209174
HSL32°67.01%80.98%
HSB/HSV32°27.20%93.73%
CMYK0.00%12.55%27.20%
6.27%

Color #EFD1AE in popluar number systems.

HEXEFD1AE
Decimal239209174
Binary111011111101000110101110
Octal357321256

Shades and tints

Shades of #EFD1AE

#EFD1AE
(239,209,174)
#DABE9F
(218,190,159)
#C5AB90
(197,171,144)
#B09881
(176,152,129)
#9B8572
(155,133,114)
#867263
(134,114,99)
#715F54
(113,95,84)
#5C4C45
(92,76,69)
#473936
(71,57,54)
#322627
(50,38,39)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EFD1AE

#EFD1AE
(239,209,174)
#F0D5B5
(240,213,181)
#F1D9BC
(241,217,188)
#F2DDC3
(242,221,195)
#F3E1CA
(243,225,202)
#F4E5D1
(244,229,209)
#F5E9D8
(245,233,216)
#F6EDDF
(246,237,223)
#F7F1E6
(247,241,230)
#F8F5ED
(248,245,237)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD1AE color. Also use rgb(239,209,174) instead hex code.

Text Font Color

.myTextColor { color: #EFD1AE; }

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

This text font color is #EFD1AE.


Background Color

.myBgColor { background-color: #EFD1AE; }

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

This div background color is #EFD1AE.


Border color

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

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

This div border color is #EFD1AE.


Opacity

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

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

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

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

This text has shadow with #EFD1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD1AE on black background.


Color preview on white background

This text has color #EFD1AE on white background.



Black color preview on #EFD1AE background

This text has black color on #EFD1AE background.


White color preview on #EFD1AE background

This text has white color on #EFD1AE background.