COLOR #EFD9AA

HEX: #EFD9AA RGB: (239,217,170)

Color info

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

RGB color model

#EFD9AA color RGB value is (239,217,170).

RGB: (239,217,170) (94%, 85%, 67%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 170 of 255 = 67%

239
217
170

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

Portions of RGB colors in percentages

R + G + B = 239 + 217 + 170 = 626 (100%)
R 239 of 626 ~ 38.18%
G 217 of 626 ~ 34.66%
B 170 of 626 ~ 27.16'%

%38.18
%34.66
%27.16

CMYK color model

#EFD9AA color CMYK value is (0,9,29,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 28.87%
  • key color value is 6.27%

CMYK: (0,9,29,6)
C0M9Y29K6 (0%, 9%, 29%, 6%)
(0.00 / 0.09 / 0.29 / 0.06)

CMYK percentages

%0
%9.21
%28.87
%6.27

Codes

Color #EFD9AA in popluar color models

EF D9 AA
RGB 239 217 170
HSL 41° 68.32% 80.20%
HSB/HSV 41° 28.87% 93.73%
CMYK 0.00% 9.21% 28.87%
6.27%

Color #EFD9AA in popluar number systems.

HEX EF D9 AA
Decimal 239 217 170
Binary 11101111 11011001 10101010
Octal 357 331 252

Shades and tints

Shades of #EFD9AA

#EFD9AA
(239,217,170)
#DAC69B
(218,198,155)
#C5B38C
(197,179,140)
#B0A07D
(176,160,125)
#9B8D6E
(155,141,110)
#867A5F
(134,122,95)
#716750
(113,103,80)
#5C5441
(92,84,65)
#474132
(71,65,50)
#322E23
(50,46,35)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #EFD9AA

#EFD9AA
(239,217,170)
#F0DCB1
(240,220,177)
#F1DFB8
(241,223,184)
#F2E2BF
(242,226,191)
#F3E5C6
(243,229,198)
#F4E8CD
(244,232,205)
#F5EBD4
(245,235,212)
#F6EEDB
(246,238,219)
#F7F1E2
(247,241,226)
#F8F4E9
(248,244,233)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9AA; }

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

This text font color is #EFD9AA.

Background Color

.myBgColor { background-color: #EFD9AA; }

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

This div background color is #EFD9AA.

Border color

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

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

This div border color is #EFD9AA.

Opacity

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

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

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

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

This text has shadow with #EFD9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD9AA.

Preview

Color preview on black background

This text has color #EFD9AA on black background.


Color preview on white background

This text has color #EFD9AA on white background.


Black color preview on #EFD9AA background

This text has black color on #EFD9AA background.


White color preview on #EFD9AA background

This text has white color on #EFD9AA background.


Related colors

Complementary color

Complementary color for #hex is #102655.


I love getcolorcode.com

Triadic colors

1 #AAEFD9 and #D9AAEF with #EFD9AA are triadic colors.

2 #AAD9EF and #D9EFAA with #EFD9AA are triadic colors.