COLOR #EFDC76

HEX: #EFDC76
RGB: (239,220,118)

Color info

#EFDC76 contains mainly red and green colors. Web safe color of #EFDC76 is #FFCC66 (or #FC6).

RGB color model

#EFDC76 color RGB value is (239,220,118).

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

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 118 of 255 = 46%

239
220
118

R + G + B ~ 75%. #EFDC76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 118 = 577 (100%)
R 239 of 577 ~ 41.42%
G 220 of 577 ~ 38.13%
B 118 of 577 ~ 20.45%

%41.42
%38.13
%20.45

CMYK color model

#EFDC76 color CMYK value is (0,8,51,6).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 50.63%
  • key color value is 6.27%
CMYK:
(0,8,51,6)
C0M8Y51K6 
(0%,8%,51%,6%)
(0.00/0.08/0.51/0.06)	

CMYK percentages

%0
%7.95
%50.63
%6.27

Codes

Color #EFDC76 in popluar color models

EFDC76
RGB239220118
HSL51°79.08%70.00%
HSB/HSV51°50.63%93.73%
CMYK0.00%7.95%50.63%
6.27%

Color #EFDC76 in popluar number systems.

HEXEFDC76
Decimal239220118
Binary11101111110111001110110
Octal357334166

Shades and tints

Shades of #EFDC76

#EFDC76
(239,220,118)
#DAC86C
(218,200,108)
#C5B462
(197,180,98)
#B0A058
(176,160,88)
#9B8C4E
(155,140,78)
#867844
(134,120,68)
#71643A
(113,100,58)
#5C5030
(92,80,48)
#473C26
(71,60,38)
#32281C
(50,40,28)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #EFDC76

#EFDC76
(239,220,118)
#F0DF82
(240,223,130)
#F1E28E
(241,226,142)
#F2E59A
(242,229,154)
#F3E8A6
(243,232,166)
#F4EBB2
(244,235,178)
#F5EEBE
(245,238,190)
#F6F1CA
(246,241,202)
#F7F4D6
(247,244,214)
#F8F7E2
(248,247,226)
#F9FAEE
(249,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDC76; }

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

This text font color is #EFDC76.


Background Color

.myBgColor { background-color: #EFDC76; }

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

This div background color is #EFDC76.


Border color

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

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

This div border color is #EFDC76.


Opacity

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

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

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

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

This text has shadow with #EFDC76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDC76 on black background.


Color preview on white background

This text has color #EFDC76 on white background.



Black color preview on #EFDC76 background

This text has black color on #EFDC76 background.


White color preview on #EFDC76 background

This text has white color on #EFDC76 background.