COLOR #EFDD12

HEX: #EFDD12
RGB: (239,221,18)

Color info

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

RGB color model

#EFDD12 color RGB value is (239,221,18).

  • red value is 239;
  • green value is 221;
  • blue value is 18.
RGB:
(239,221,18)
(94%,87%,7%)

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 18 of 255 = 7%

239
221
18

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

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 18 = 478 (100%)
R 239 of 478 ~ 50%
G 221 of 478 ~ 46.23%
B 18 of 478 ~ 3.77%

%50
%46.23

CMYK color model

#EFDD12 color CMYK value is (0,8,92,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 92.47%
  • key color value is 6.27%
CMYK:
(0,8,92,6)
C0M8Y92K6 
(0%,8%,92%,6%)
(0.00/0.08/0.92/0.06)	

CMYK percentages

%0
%7.53
%92.47
%6.27

Codes

Color #EFDD12 in popluar color models

EFDD12
RGB23922118
HSL55°87.35%50.39%
HSB/HSV55°92.47%93.73%
CMYK0.00%7.53%92.47%
6.27%

Color #EFDD12 in popluar number systems.

HEXEFDD12
Decimal23922118
Binary111011111101110110010
Octal35733522

Shades and tints

Shades of #EFDD12

#EFDD12
(239,221,18)
#DAC911
(218,201,17)
#C5B510
(197,181,16)
#B0A10F
(176,161,15)
#9B8D0E
(155,141,14)
#86790D
(134,121,13)
#71650C
(113,101,12)
#5C510B
(92,81,11)
#473D0A
(71,61,10)
#322909
(50,41,9)
#1D1508
(29,21,8)
#000000
(0,0,0)

Tints of #EFDD12

#EFDD12
(239,221,18)
#F0E027
(240,224,39)
#F1E33C
(241,227,60)
#F2E651
(242,230,81)
#F3E966
(243,233,102)
#F4EC7B
(244,236,123)
#F5EF90
(245,239,144)
#F6F2A5
(246,242,165)
#F7F5BA
(247,245,186)
#F8F8CF
(248,248,207)
#F9FBE4
(249,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDD12 color. Also use rgb(239,221,18) instead hex code.

Text Font Color

.myTextColor { color: #EFDD12; }

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

This text font color is #EFDD12.


Background Color

.myBgColor { background-color: #EFDD12; }

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

This div background color is #EFDD12.


Border color

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

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

This div border color is #EFDD12.


Opacity

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

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

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

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

This text has shadow with #EFDD12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDD12 on black background.


Color preview on white background

This text has color #EFDD12 on white background.



Black color preview on #EFDD12 background

This text has black color on #EFDD12 background.


White color preview on #EFDD12 background

This text has white color on #EFDD12 background.