COLOR #EFD66B

HEX: #EFD66B
RGB: (239,214,107)

Color info

#EFD66B contains mainly red and green colors. Web safe color of #EFD66B is #FFCC66 (or #FC6).

RGB color model

#EFD66B color RGB value is (239,214,107).

  • red value is 239;
  • green value is 214;
  • blue value is 107.
RGB:
(239,214,107)
(94%,84%,42%)

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 107 of 255 = 42%

239
214
107

R + G + B ~ 73%. #EFD66B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 214 + 107 = 560 (100%)
R 239 of 560 ~ 42.68%
G 214 of 560 ~ 38.21%
B 107 of 560 ~ 19.11%

%42.68
%38.21
%19.11

CMYK color model

#EFD66B color CMYK value is (0,10,55,6).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 55.23%
  • key color value is 6.27%
CMYK:
(0,10,55,6)
C0M10Y55K6 
(0%,10%,55%,6%)
(0.00/0.10/0.55/0.06)	

CMYK percentages

%0
%10.46
%55.23
%6.27

Codes

Color #EFD66B in popluar color models

EFD66B
RGB239214107
HSL49°80.49%67.84%
HSB/HSV49°55.23%93.73%
CMYK0.00%10.46%55.23%
6.27%

Color #EFD66B in popluar number systems.

HEXEFD66B
Decimal239214107
Binary11101111110101101101011
Octal357326153

Shades and tints

Shades of #EFD66B

#EFD66B
(239,214,107)
#DAC362
(218,195,98)
#C5B059
(197,176,89)
#B09D50
(176,157,80)
#9B8A47
(155,138,71)
#86773E
(134,119,62)
#716435
(113,100,53)
#5C512C
(92,81,44)
#473E23
(71,62,35)
#322B1A
(50,43,26)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #EFD66B

#EFD66B
(239,214,107)
#F0D978
(240,217,120)
#F1DC85
(241,220,133)
#F2DF92
(242,223,146)
#F3E29F
(243,226,159)
#F4E5AC
(244,229,172)
#F5E8B9
(245,232,185)
#F6EBC6
(246,235,198)
#F7EED3
(247,238,211)
#F8F1E0
(248,241,224)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD66B color. Also use rgb(239,214,107) instead hex code.

Text Font Color

.myTextColor { color: #EFD66B; }

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

This text font color is #EFD66B.


Background Color

.myBgColor { background-color: #EFD66B; }

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

This div background color is #EFD66B.


Border color

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

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

This div border color is #EFD66B.


Opacity

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

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

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

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

This text has shadow with #EFD66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD66B on black background.


Color preview on white background

This text has color #EFD66B on white background.



Black color preview on #EFD66B background

This text has black color on #EFD66B background.


White color preview on #EFD66B background

This text has white color on #EFD66B background.