COLOR #EFDBA5

HEX: #EFDBA5
RGB: (239,219,165)

Color info

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

RGB color model

#EFDBA5 color RGB value is (239,219,165).

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

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 165 of 255 = 65%

239
219
165

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

Portions of RGB colors in percentages

R + G + B =
239 + 219 + 165 = 623 (100%)
R 239 of 623 ~ 38.36%
G 219 of 623 ~ 35.15%
B 165 of 623 ~ 26.48%

%38.36
%35.15
%26.48

CMYK color model

#EFDBA5 color CMYK value is (0,8,31,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 30.96%
  • key color value is 6.27%
CMYK:
(0,8,31,6)
C0M8Y31K6 
(0%,8%,31%,6%)
(0.00/0.08/0.31/0.06)	

CMYK percentages

%0
%8.37
%30.96
%6.27

Codes

Color #EFDBA5 in popluar color models

EFDBA5
RGB239219165
HSL44°69.81%79.22%
HSB/HSV44°30.96%93.73%
CMYK0.00%8.37%30.96%
6.27%

Color #EFDBA5 in popluar number systems.

HEXEFDBA5
Decimal239219165
Binary111011111101101110100101
Octal357333245

Shades and tints

Shades of #EFDBA5

#EFDBA5
(239,219,165)
#DAC896
(218,200,150)
#C5B587
(197,181,135)
#B0A278
(176,162,120)
#9B8F69
(155,143,105)
#867C5A
(134,124,90)
#71694B
(113,105,75)
#5C563C
(92,86,60)
#47432D
(71,67,45)
#32301E
(50,48,30)
#1D1D0F
(29,29,15)
#000000
(0,0,0)

Tints of #EFDBA5

#EFDBA5
(239,219,165)
#F0DEAD
(240,222,173)
#F1E1B5
(241,225,181)
#F2E4BD
(242,228,189)
#F3E7C5
(243,231,197)
#F4EACD
(244,234,205)
#F5EDD5
(245,237,213)
#F6F0DD
(246,240,221)
#F7F3E5
(247,243,229)
#F8F6ED
(248,246,237)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDBA5; }

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

This text font color is #EFDBA5.


Background Color

.myBgColor { background-color: #EFDBA5; }

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

This div background color is #EFDBA5.


Border color

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

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

This div border color is #EFDBA5.


Opacity

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

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

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

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

This text has shadow with #EFDBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDBA5 on black background.


Color preview on white background

This text has color #EFDBA5 on white background.



Black color preview on #EFDBA5 background

This text has black color on #EFDBA5 background.


White color preview on #EFDBA5 background

This text has white color on #EFDBA5 background.