COLOR #EFD91C

HEX: #EFD91C
RGB: (239,217,28)

Color info

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

RGB color model

#EFD91C color RGB value is (239,217,28).

  • red value is 239;
  • green value is 217;
  • blue value is 28.
RGB:
(239,217,28)
(94%,85%,11%)

RGB channels and saturation

R 239 of 255 = 94%
G 217 of 255 = 85%
B 28 of 255 = 11%

239
217
28

R + G + B ~ 63%. #EFD91C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 217 + 28 = 484 (100%)
R 239 of 484 ~ 49.38%
G 217 of 484 ~ 44.83%
B 28 of 484 ~ 5.79%

%49.38
%44.83

CMYK color model

#EFD91C color CMYK value is (0,9,88,6).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 88.28%
  • key color value is 6.27%
CMYK:
(0,9,88,6)
C0M9Y88K6 
(0%,9%,88%,6%)
(0.00/0.09/0.88/0.06)	

CMYK percentages

%0
%9.21
%88.28
%6.27

Codes

Color #EFD91C in popluar color models

EFD91C
RGB23921728
HSL54°86.83%52.35%
HSB/HSV54°88.28%93.73%
CMYK0.00%9.21%88.28%
6.27%

Color #EFD91C in popluar number systems.

HEXEFD91C
Decimal23921728
Binary111011111101100111100
Octal35733134

Shades and tints

Shades of #EFD91C

#EFD91C
(239,217,28)
#DAC61A
(218,198,26)
#C5B318
(197,179,24)
#B0A016
(176,160,22)
#9B8D14
(155,141,20)
#867A12
(134,122,18)
#716710
(113,103,16)
#5C540E
(92,84,14)
#47410C
(71,65,12)
#322E0A
(50,46,10)
#1D1B08
(29,27,8)
#000000
(0,0,0)

Tints of #EFD91C

#EFD91C
(239,217,28)
#F0DC30
(240,220,48)
#F1DF44
(241,223,68)
#F2E258
(242,226,88)
#F3E56C
(243,229,108)
#F4E880
(244,232,128)
#F5EB94
(245,235,148)
#F6EEA8
(246,238,168)
#F7F1BC
(247,241,188)
#F8F4D0
(248,244,208)
#F9F7E4
(249,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD91C color. Also use rgb(239,217,28) instead hex code.

Text Font Color

.myTextColor { color: #EFD91C; }

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

This text font color is #EFD91C.


Background Color

.myBgColor { background-color: #EFD91C; }

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

This div background color is #EFD91C.


Border color

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

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

This div border color is #EFD91C.


Opacity

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

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

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

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

This text has shadow with #EFD91C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD91C on black background.


Color preview on white background

This text has color #EFD91C on white background.



Black color preview on #EFD91C background

This text has black color on #EFD91C background.


White color preview on #EFD91C background

This text has white color on #EFD91C background.