COLOR #EFD5A7

HEX: #EFD5A7 RGB: (239,213,167)

Color info

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

RGB color model

#EFD5A7 color RGB value is (239,213,167).

RGB: (239,213,167) (94%, 84%, 65%)

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 167 of 255 = 65%

239
213
167

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

Portions of RGB colors in percentages

R + G + B = 239 + 213 + 167 = 619 (100%)
R 239 of 619 ~ 38.61%
G 213 of 619 ~ 34.41%
B 167 of 619 ~ 26.98'%

%38.61
%34.41
%26.98

CMYK color model

#EFD5A7 color CMYK value is (0,11,30,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 30.13%
  • key color value is 6.27%

CMYK: (0,11,30,6)
C0M11Y30K6 (0%, 11%, 30%, 6%)
(0.00 / 0.11 / 0.30 / 0.06)

CMYK percentages

%0
%10.88
%30.13
%6.27

Codes

Color #EFD5A7 in popluar color models

EF D5 A7
RGB 239 213 167
HSL 38° 69.23% 79.61%
HSB/HSV 38° 30.13% 93.73%
CMYK 0.00% 10.88% 30.13%
6.27%

Color #EFD5A7 in popluar number systems.

HEX EF D5 A7
Decimal 239 213 167
Binary 11101111 11010101 10100111
Octal 357 325 247

Shades and tints

Shades of #EFD5A7

#EFD5A7
(239,213,167)
#DAC298
(218,194,152)
#C5AF89
(197,175,137)
#B09C7A
(176,156,122)
#9B896B
(155,137,107)
#86765C
(134,118,92)
#71634D
(113,99,77)
#5C503E
(92,80,62)
#473D2F
(71,61,47)
#322A20
(50,42,32)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #EFD5A7

#EFD5A7
(239,213,167)
#F0D8AF
(240,216,175)
#F1DBB7
(241,219,183)
#F2DEBF
(242,222,191)
#F3E1C7
(243,225,199)
#F4E4CF
(244,228,207)
#F5E7D7
(245,231,215)
#F6EADF
(246,234,223)
#F7EDE7
(247,237,231)
#F8F0EF
(248,240,239)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD5A7 color. Also use rgb(239,213,167) instead hex code.

Text Font Color

.myTextColor { color: #EFD5A7; }

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

This text font color is #EFD5A7.

Background Color

.myBgColor { background-color: #EFD5A7; }

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

This div background color is #EFD5A7.

Border color

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

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

This div border color is #EFD5A7.

Opacity

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

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

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

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

This text has shadow with #EFD5A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD5A7.

Preview

Color preview on black background

This text has color #EFD5A7 on black background.


Color preview on white background

This text has color #EFD5A7 on white background.


Black color preview on #EFD5A7 background

This text has black color on #EFD5A7 background.


White color preview on #EFD5A7 background

This text has white color on #EFD5A7 background.


Related colors

Complementary color

Complementary color for #hex is #102A58.


I love getcolorcode.com

Triadic colors

1 #A7EFD5 and #D5A7EF with #EFD5A7 are triadic colors.

2 #A7D5EF and #D5EFA7 with #EFD5A7 are triadic colors.