COLOR #EFDA95

HEX: #EFDA95
RGB: (239,218,149)

Color info

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

RGB color model

#EFDA95 color RGB value is (239,218,149).

  • red value is 239;
  • green value is 218;
  • blue value is 149.
RGB:
(239,218,149)
(94%,85%,58%)

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 149 of 255 = 58%

239
218
149

R + G + B ~ 79%. #EFDA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 149 = 606 (100%)
R 239 of 606 ~ 39.44%
G 218 of 606 ~ 35.97%
B 149 of 606 ~ 24.59%

%39.44
%35.97
%24.59

CMYK color model

#EFDA95 color CMYK value is (0,9,38,6).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 37.66%
  • key color value is 6.27%
CMYK:
(0,9,38,6)
C0M9Y38K6 
(0%,9%,38%,6%)
(0.00/0.09/0.38/0.06)	

CMYK percentages

%0
%8.79
%37.66
%6.27

Codes

Color #EFDA95 in popluar color models

EFDA95
RGB239218149
HSL46°73.77%76.08%
HSB/HSV46°37.66%93.73%
CMYK0.00%8.79%37.66%
6.27%

Color #EFDA95 in popluar number systems.

HEXEFDA95
Decimal239218149
Binary111011111101101010010101
Octal357332225

Shades and tints

Shades of #EFDA95

#EFDA95
(239,218,149)
#DAC788
(218,199,136)
#C5B47B
(197,180,123)
#B0A16E
(176,161,110)
#9B8E61
(155,142,97)
#867B54
(134,123,84)
#716847
(113,104,71)
#5C553A
(92,85,58)
#47422D
(71,66,45)
#322F20
(50,47,32)
#1D1C13
(29,28,19)
#000000
(0,0,0)

Tints of #EFDA95

#EFDA95
(239,218,149)
#F0DD9E
(240,221,158)
#F1E0A7
(241,224,167)
#F2E3B0
(242,227,176)
#F3E6B9
(243,230,185)
#F4E9C2
(244,233,194)
#F5ECCB
(245,236,203)
#F6EFD4
(246,239,212)
#F7F2DD
(247,242,221)
#F8F5E6
(248,245,230)
#F9F8EF
(249,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDA95 color. Also use rgb(239,218,149) instead hex code.

Text Font Color

.myTextColor { color: #EFDA95; }

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

This text font color is #EFDA95.


Background Color

.myBgColor { background-color: #EFDA95; }

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

This div background color is #EFDA95.


Border color

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

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

This div border color is #EFDA95.


Opacity

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

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

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

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

This text has shadow with #EFDA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDA95 on black background.


Color preview on white background

This text has color #EFDA95 on white background.



Black color preview on #EFDA95 background

This text has black color on #EFDA95 background.


White color preview on #EFDA95 background

This text has white color on #EFDA95 background.