COLOR #EFDA76

HEX: #EFDA76
RGB: (239,218,118)

Color info

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

RGB color model

#EFDA76 color RGB value is (239,218,118).

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

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 118 of 255 = 46%

239
218
118

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

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 118 = 575 (100%)
R 239 of 575 ~ 41.57%
G 218 of 575 ~ 37.91%
B 118 of 575 ~ 20.52%

%41.57
%37.91
%20.52

CMYK color model

#EFDA76 color CMYK value is (0,9,51,6).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 50.63%
  • key color value is 6.27%
CMYK:
(0,9,51,6)
C0M9Y51K6 
(0%,9%,51%,6%)
(0.00/0.09/0.51/0.06)	

CMYK percentages

%0
%8.79
%50.63
%6.27

Codes

Color #EFDA76 in popluar color models

EFDA76
RGB239218118
HSL50°79.08%70.00%
HSB/HSV50°50.63%93.73%
CMYK0.00%8.79%50.63%
6.27%

Color #EFDA76 in popluar number systems.

HEXEFDA76
Decimal239218118
Binary11101111110110101110110
Octal357332166

Shades and tints

Shades of #EFDA76

#EFDA76
(239,218,118)
#DAC76C
(218,199,108)
#C5B462
(197,180,98)
#B0A158
(176,161,88)
#9B8E4E
(155,142,78)
#867B44
(134,123,68)
#71683A
(113,104,58)
#5C5530
(92,85,48)
#474226
(71,66,38)
#322F1C
(50,47,28)
#1D1C12
(29,28,18)
#000000
(0,0,0)

Tints of #EFDA76

#EFDA76
(239,218,118)
#F0DD82
(240,221,130)
#F1E08E
(241,224,142)
#F2E39A
(242,227,154)
#F3E6A6
(243,230,166)
#F4E9B2
(244,233,178)
#F5ECBE
(245,236,190)
#F6EFCA
(246,239,202)
#F7F2D6
(247,242,214)
#F8F5E2
(248,245,226)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDA76; }

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

This text font color is #EFDA76.


Background Color

.myBgColor { background-color: #EFDA76; }

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

This div background color is #EFDA76.


Border color

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

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

This div border color is #EFDA76.


Opacity

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

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

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

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

This text has shadow with #EFDA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDA76 on black background.


Color preview on white background

This text has color #EFDA76 on white background.



Black color preview on #EFDA76 background

This text has black color on #EFDA76 background.


White color preview on #EFDA76 background

This text has white color on #EFDA76 background.