COLOR #EFD719

HEX: #EFD719
RGB: (239,215,25)

Color info

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

RGB color model

#EFD719 color RGB value is (239,215,25).

  • red value is 239;
  • green value is 215;
  • blue value is 25.
RGB:
(239,215,25)
(94%,84%,10%)

RGB channels and saturation

R 239 of 255 = 94%
G 215 of 255 = 84%
B 25 of 255 = 10%

239
215
25

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

Portions of RGB colors in percentages

R + G + B =
239 + 215 + 25 = 479 (100%)
R 239 of 479 ~ 49.9%
G 215 of 479 ~ 44.89%
B 25 of 479 ~ 5.22%

%49.9
%44.89

CMYK color model

#EFD719 color CMYK value is (0,10,90,6).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 89.54%
  • key color value is 6.27%
CMYK:
(0,10,90,6)
C0M10Y90K6 
(0%,10%,90%,6%)
(0.00/0.10/0.90/0.06)	

CMYK percentages

%0
%10.04
%89.54
%6.27

Codes

Color #EFD719 in popluar color models

EFD719
RGB23921525
HSL53°86.99%51.76%
HSB/HSV53°89.54%93.73%
CMYK0.00%10.04%89.54%
6.27%

Color #EFD719 in popluar number systems.

HEXEFD719
Decimal23921525
Binary111011111101011111001
Octal35732731

Shades and tints

Shades of #EFD719

#EFD719
(239,215,25)
#DAC417
(218,196,23)
#C5B115
(197,177,21)
#B09E13
(176,158,19)
#9B8B11
(155,139,17)
#86780F
(134,120,15)
#71650D
(113,101,13)
#5C520B
(92,82,11)
#473F09
(71,63,9)
#322C07
(50,44,7)
#1D1905
(29,25,5)
#000000
(0,0,0)

Tints of #EFD719

#EFD719
(239,215,25)
#F0DA2D
(240,218,45)
#F1DD41
(241,221,65)
#F2E055
(242,224,85)
#F3E369
(243,227,105)
#F4E67D
(244,230,125)
#F5E991
(245,233,145)
#F6ECA5
(246,236,165)
#F7EFB9
(247,239,185)
#F8F2CD
(248,242,205)
#F9F5E1
(249,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD719 color. Also use rgb(239,215,25) instead hex code.

Text Font Color

.myTextColor { color: #EFD719; }

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

This text font color is #EFD719.


Background Color

.myBgColor { background-color: #EFD719; }

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

This div background color is #EFD719.


Border color

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

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

This div border color is #EFD719.


Opacity

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

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

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

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

This text has shadow with #EFD719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD719 on black background.


Color preview on white background

This text has color #EFD719 on white background.



Black color preview on #EFD719 background

This text has black color on #EFD719 background.


White color preview on #EFD719 background

This text has white color on #EFD719 background.