COLOR #EFDE31

HEX: #EFDE31
RGB: (239,222,49)

Color info

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

RGB color model

#EFDE31 color RGB value is (239,222,49).

  • red value is 239;
  • green value is 222;
  • blue value is 49.
RGB:
(239,222,49)
(94%,87%,19%)

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 49 of 255 = 19%

239
222
49

R + G + B ~ 67%. #EFDE31 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 49 = 510 (100%)
R 239 of 510 ~ 46.86%
G 222 of 510 ~ 43.53%
B 49 of 510 ~ 9.61%

%46.86
%43.53
%9.61

CMYK color model

#EFDE31 color CMYK value is (0,7,79,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 79.50%
  • key color value is 6.27%
CMYK:
(0,7,79,6)
C0M7Y79K6 
(0%,7%,79%,6%)
(0.00/0.07/0.79/0.06)	

CMYK percentages

%0
%7.11
%79.5
%6.27

Codes

Color #EFDE31 in popluar color models

EFDE31
RGB23922249
HSL55°85.59%56.47%
HSB/HSV55°79.50%93.73%
CMYK0.00%7.11%79.50%
6.27%

Color #EFDE31 in popluar number systems.

HEXEFDE31
Decimal23922249
Binary1110111111011110110001
Octal35733661

Shades and tints

Shades of #EFDE31

#EFDE31
(239,222,49)
#DACA2D
(218,202,45)
#C5B629
(197,182,41)
#B0A225
(176,162,37)
#9B8E21
(155,142,33)
#867A1D
(134,122,29)
#716619
(113,102,25)
#5C5215
(92,82,21)
#473E11
(71,62,17)
#322A0D
(50,42,13)
#1D1609
(29,22,9)
#000000
(0,0,0)

Tints of #EFDE31

#EFDE31
(239,222,49)
#F0E143
(240,225,67)
#F1E455
(241,228,85)
#F2E767
(242,231,103)
#F3EA79
(243,234,121)
#F4ED8B
(244,237,139)
#F5F09D
(245,240,157)
#F6F3AF
(246,243,175)
#F7F6C1
(247,246,193)
#F8F9D3
(248,249,211)
#F9FCE5
(249,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDE31 color. Also use rgb(239,222,49) instead hex code.

Text Font Color

.myTextColor { color: #EFDE31; }

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

This text font color is #EFDE31.


Background Color

.myBgColor { background-color: #EFDE31; }

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

This div background color is #EFDE31.


Border color

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

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

This div border color is #EFDE31.


Opacity

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

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

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

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

This text has shadow with #EFDE31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDE31 on black background.


Color preview on white background

This text has color #EFDE31 on white background.



Black color preview on #EFDE31 background

This text has black color on #EFDE31 background.


White color preview on #EFDE31 background

This text has white color on #EFDE31 background.