COLOR #EFDC89

HEX: #EFDC89
RGB: (239,220,137)

Color info

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

RGB color model

#EFDC89 color RGB value is (239,220,137).

  • red value is 239;
  • green value is 220;
  • blue value is 137.
RGB:
(239,220,137)
(94%,86%,54%)

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 137 of 255 = 54%

239
220
137

R + G + B ~ 78%. #EFDC89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 137 = 596 (100%)
R 239 of 596 ~ 40.1%
G 220 of 596 ~ 36.91%
B 137 of 596 ~ 22.99%

%40.1
%36.91
%22.99

CMYK color model

#EFDC89 color CMYK value is (0,8,43,6).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 42.68%
  • key color value is 6.27%
CMYK:
(0,8,43,6)
C0M8Y43K6 
(0%,8%,43%,6%)
(0.00/0.08/0.43/0.06)	

CMYK percentages

%0
%7.95
%42.68
%6.27

Codes

Color #EFDC89 in popluar color models

EFDC89
RGB239220137
HSL49°76.12%73.73%
HSB/HSV49°42.68%93.73%
CMYK0.00%7.95%42.68%
6.27%

Color #EFDC89 in popluar number systems.

HEXEFDC89
Decimal239220137
Binary111011111101110010001001
Octal357334211

Shades and tints

Shades of #EFDC89

#EFDC89
(239,220,137)
#DAC87D
(218,200,125)
#C5B471
(197,180,113)
#B0A065
(176,160,101)
#9B8C59
(155,140,89)
#86784D
(134,120,77)
#716441
(113,100,65)
#5C5035
(92,80,53)
#473C29
(71,60,41)
#32281D
(50,40,29)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #EFDC89

#EFDC89
(239,220,137)
#F0DF93
(240,223,147)
#F1E29D
(241,226,157)
#F2E5A7
(242,229,167)
#F3E8B1
(243,232,177)
#F4EBBB
(244,235,187)
#F5EEC5
(245,238,197)
#F6F1CF
(246,241,207)
#F7F4D9
(247,244,217)
#F8F7E3
(248,247,227)
#F9FAED
(249,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDC89 color. Also use rgb(239,220,137) instead hex code.

Text Font Color

.myTextColor { color: #EFDC89; }

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

This text font color is #EFDC89.


Background Color

.myBgColor { background-color: #EFDC89; }

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

This div background color is #EFDC89.


Border color

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

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

This div border color is #EFDC89.


Opacity

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

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

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

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

This text has shadow with #EFDC89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDC89 on black background.


Color preview on white background

This text has color #EFDC89 on white background.



Black color preview on #EFDC89 background

This text has black color on #EFDC89 background.


White color preview on #EFDC89 background

This text has white color on #EFDC89 background.