COLOR #EFCDA5

HEX: #EFCDA5
RGB: (239,205,165)

Color info

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

RGB color model

#EFCDA5 color RGB value is (239,205,165).

  • red value is 239;
  • green value is 205;
  • blue value is 165.
RGB:
(239,205,165)
(94%,80%,65%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 165 of 255 = 65%

239
205
165

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

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 165 = 609 (100%)
R 239 of 609 ~ 39.24%
G 205 of 609 ~ 33.66%
B 165 of 609 ~ 27.09%

%39.24
%33.66
%27.09

CMYK color model

#EFCDA5 color CMYK value is (0,14,31,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 30.96%
  • key color value is 6.27%
CMYK:
(0,14,31,6)
C0M14Y31K6 
(0%,14%,31%,6%)
(0.00/0.14/0.31/0.06)	

CMYK percentages

%0
%14.23
%30.96
%6.27

Codes

Color #EFCDA5 in popluar color models

EFCDA5
RGB239205165
HSL32°69.81%79.22%
HSB/HSV32°30.96%93.73%
CMYK0.00%14.23%30.96%
6.27%

Color #EFCDA5 in popluar number systems.

HEXEFCDA5
Decimal239205165
Binary111011111100110110100101
Octal357315245

Shades and tints

Shades of #EFCDA5

#EFCDA5
(239,205,165)
#DABB96
(218,187,150)
#C5A987
(197,169,135)
#B09778
(176,151,120)
#9B8569
(155,133,105)
#86735A
(134,115,90)
#71614B
(113,97,75)
#5C4F3C
(92,79,60)
#473D2D
(71,61,45)
#322B1E
(50,43,30)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #EFCDA5

#EFCDA5
(239,205,165)
#F0D1AD
(240,209,173)
#F1D5B5
(241,213,181)
#F2D9BD
(242,217,189)
#F3DDC5
(243,221,197)
#F4E1CD
(244,225,205)
#F5E5D5
(245,229,213)
#F6E9DD
(246,233,221)
#F7EDE5
(247,237,229)
#F8F1ED
(248,241,237)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCDA5 color. Also use rgb(239,205,165) instead hex code.

Text Font Color

.myTextColor { color: #EFCDA5; }

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

This text font color is #EFCDA5.


Background Color

.myBgColor { background-color: #EFCDA5; }

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

This div background color is #EFCDA5.


Border color

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

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

This div border color is #EFCDA5.


Opacity

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

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

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

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

This text has shadow with #EFCDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDA5 on black background.


Color preview on white background

This text has color #EFCDA5 on white background.



Black color preview on #EFCDA5 background

This text has black color on #EFCDA5 background.


White color preview on #EFCDA5 background

This text has white color on #EFCDA5 background.