COLOR #EFD14A

HEX: #EFD14A
RGB: (239,209,74)

Color info

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

RGB color model

#EFD14A color RGB value is (239,209,74).

  • red value is 239;
  • green value is 209;
  • blue value is 74.
RGB:
(239,209,74)
(94%,82%,29%)

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 74 of 255 = 29%

239
209
74

R + G + B ~ 68%. #EFD14A is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 74 = 522 (100%)
R 239 of 522 ~ 45.79%
G 209 of 522 ~ 40.04%
B 74 of 522 ~ 14.18%

%45.79
%40.04
%14.18

CMYK color model

#EFD14A color CMYK value is (0,13,69,6).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 69.04%
  • key color value is 6.27%
CMYK:
(0,13,69,6)
C0M13Y69K6 
(0%,13%,69%,6%)
(0.00/0.13/0.69/0.06)	

CMYK percentages

%0
%12.55
%69.04
%6.27

Codes

Color #EFD14A in popluar color models

EFD14A
RGB23920974
HSL49°83.76%61.37%
HSB/HSV49°69.04%93.73%
CMYK0.00%12.55%69.04%
6.27%

Color #EFD14A in popluar number systems.

HEXEFD14A
Decimal23920974
Binary11101111110100011001010
Octal357321112

Shades and tints

Shades of #EFD14A

#EFD14A
(239,209,74)
#DABE44
(218,190,68)
#C5AB3E
(197,171,62)
#B09838
(176,152,56)
#9B8532
(155,133,50)
#86722C
(134,114,44)
#715F26
(113,95,38)
#5C4C20
(92,76,32)
#47391A
(71,57,26)
#322614
(50,38,20)
#1D130E
(29,19,14)
#000000
(0,0,0)

Tints of #EFD14A

#EFD14A
(239,209,74)
#F0D55A
(240,213,90)
#F1D96A
(241,217,106)
#F2DD7A
(242,221,122)
#F3E18A
(243,225,138)
#F4E59A
(244,229,154)
#F5E9AA
(245,233,170)
#F6EDBA
(246,237,186)
#F7F1CA
(247,241,202)
#F8F5DA
(248,245,218)
#F9F9EA
(249,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD14A color. Also use rgb(239,209,74) instead hex code.

Text Font Color

.myTextColor { color: #EFD14A; }

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

This text font color is #EFD14A.


Background Color

.myBgColor { background-color: #EFD14A; }

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

This div background color is #EFD14A.


Border color

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

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

This div border color is #EFD14A.


Opacity

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

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

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

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

This text has shadow with #EFD14A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD14A on black background.


Color preview on white background

This text has color #EFD14A on white background.



Black color preview on #EFD14A background

This text has black color on #EFD14A background.


White color preview on #EFD14A background

This text has white color on #EFD14A background.