COLOR #EFD115

HEX: #EFD115
RGB: (239,209,21)

Color info

#EFD115 contains mainly red and green colors. Web safe color of #EFD115 is #FFCC00 (or #FC0).

RGB color model

#EFD115 color RGB value is (239,209,21).

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

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 21 of 255 = 8%

239
209
21

R + G + B ~ 61%. #EFD115 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 21 = 469 (100%)
R 239 of 469 ~ 50.96%
G 209 of 469 ~ 44.56%
B 21 of 469 ~ 4.48%

%50.96
%44.56

CMYK color model

#EFD115 color CMYK value is (0,13,91,6).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 91.21%
  • key color value is 6.27%
CMYK:
(0,13,91,6)
C0M13Y91K6 
(0%,13%,91%,6%)
(0.00/0.13/0.91/0.06)	

CMYK percentages

%0
%12.55
%91.21
%6.27

Codes

Color #EFD115 in popluar color models

EFD115
RGB23920921
HSL52°87.20%50.98%
HSB/HSV52°91.21%93.73%
CMYK0.00%12.55%91.21%
6.27%

Color #EFD115 in popluar number systems.

HEXEFD115
Decimal23920921
Binary111011111101000110101
Octal35732125

Shades and tints

Shades of #EFD115

#EFD115
(239,209,21)
#DABE14
(218,190,20)
#C5AB13
(197,171,19)
#B09812
(176,152,18)
#9B8511
(155,133,17)
#867210
(134,114,16)
#715F0F
(113,95,15)
#5C4C0E
(92,76,14)
#47390D
(71,57,13)
#32260C
(50,38,12)
#1D130B
(29,19,11)
#000000
(0,0,0)

Tints of #EFD115

#EFD115
(239,209,21)
#F0D52A
(240,213,42)
#F1D93F
(241,217,63)
#F2DD54
(242,221,84)
#F3E169
(243,225,105)
#F4E57E
(244,229,126)
#F5E993
(245,233,147)
#F6EDA8
(246,237,168)
#F7F1BD
(247,241,189)
#F8F5D2
(248,245,210)
#F9F9E7
(249,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD115; }

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

This text font color is #EFD115.


Background Color

.myBgColor { background-color: #EFD115; }

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

This div background color is #EFD115.


Border color

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

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

This div border color is #EFD115.


Opacity

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

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

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

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

This text has shadow with #EFD115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD115 on black background.


Color preview on white background

This text has color #EFD115 on white background.



Black color preview on #EFD115 background

This text has black color on #EFD115 background.


White color preview on #EFD115 background

This text has white color on #EFD115 background.