COLOR #EFDA4B

HEX: #EFDA4B
RGB: (239,218,75)

Color info

#EFDA4B contains mainly red and green colors. Web safe color of #EFDA4B is #FFCC33 (or #FC3).

RGB color model

#EFDA4B color RGB value is (239,218,75).

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

RGB channels and saturation

R 239 of 255 = 94%
G 218 of 255 = 85%
B 75 of 255 = 29%

239
218
75

R + G + B ~ 69%. #EFDA4B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 218 + 75 = 532 (100%)
R 239 of 532 ~ 44.92%
G 218 of 532 ~ 40.98%
B 75 of 532 ~ 14.1%

%44.92
%40.98
%14.1

CMYK color model

#EFDA4B color CMYK value is (0,9,69,6).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 68.62%
  • key color value is 6.27%
CMYK:
(0,9,69,6)
C0M9Y69K6 
(0%,9%,69%,6%)
(0.00/0.09/0.69/0.06)	

CMYK percentages

%0
%8.79
%68.62
%6.27

Codes

Color #EFDA4B in popluar color models

EFDA4B
RGB23921875
HSL52°83.67%61.57%
HSB/HSV52°68.62%93.73%
CMYK0.00%8.79%68.62%
6.27%

Color #EFDA4B in popluar number systems.

HEXEFDA4B
Decimal23921875
Binary11101111110110101001011
Octal357332113

Shades and tints

Shades of #EFDA4B

#EFDA4B
(239,218,75)
#DAC745
(218,199,69)
#C5B43F
(197,180,63)
#B0A139
(176,161,57)
#9B8E33
(155,142,51)
#867B2D
(134,123,45)
#716827
(113,104,39)
#5C5521
(92,85,33)
#47421B
(71,66,27)
#322F15
(50,47,21)
#1D1C0F
(29,28,15)
#000000
(0,0,0)

Tints of #EFDA4B

#EFDA4B
(239,218,75)
#F0DD5B
(240,221,91)
#F1E06B
(241,224,107)
#F2E37B
(242,227,123)
#F3E68B
(243,230,139)
#F4E99B
(244,233,155)
#F5ECAB
(245,236,171)
#F6EFBB
(246,239,187)
#F7F2CB
(247,242,203)
#F8F5DB
(248,245,219)
#F9F8EB
(249,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDA4B; }

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

This text font color is #EFDA4B.


Background Color

.myBgColor { background-color: #EFDA4B; }

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

This div background color is #EFDA4B.


Border color

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

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

This div border color is #EFDA4B.


Opacity

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

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

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

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

This text has shadow with #EFDA4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDA4B on black background.


Color preview on white background

This text has color #EFDA4B on white background.



Black color preview on #EFDA4B background

This text has black color on #EFDA4B background.


White color preview on #EFDA4B background

This text has white color on #EFDA4B background.