COLOR #EFD356

HEX: #EFD356
RGB: (239,211,86)

Color info

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

RGB color model

#EFD356 color RGB value is (239,211,86).

  • red value is 239;
  • green value is 211;
  • blue value is 86.
RGB:
(239,211,86)
(94%,83%,34%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 86 of 255 = 34%

239
211
86

R + G + B ~ 70%. #EFD356 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 86 = 536 (100%)
R 239 of 536 ~ 44.59%
G 211 of 536 ~ 39.37%
B 86 of 536 ~ 16.04%

%44.59
%39.37
%16.04

CMYK color model

#EFD356 color CMYK value is (0,12,64,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 64.02%
  • key color value is 6.27%
CMYK:
(0,12,64,6)
C0M12Y64K6 
(0%,12%,64%,6%)
(0.00/0.12/0.64/0.06)	

CMYK percentages

%0
%11.72
%64.02
%6.27

Codes

Color #EFD356 in popluar color models

EFD356
RGB23921186
HSL49°82.70%63.73%
HSB/HSV49°64.02%93.73%
CMYK0.00%11.72%64.02%
6.27%

Color #EFD356 in popluar number systems.

HEXEFD356
Decimal23921186
Binary11101111110100111010110
Octal357323126

Shades and tints

Shades of #EFD356

#EFD356
(239,211,86)
#DAC04F
(218,192,79)
#C5AD48
(197,173,72)
#B09A41
(176,154,65)
#9B873A
(155,135,58)
#867433
(134,116,51)
#71612C
(113,97,44)
#5C4E25
(92,78,37)
#473B1E
(71,59,30)
#322817
(50,40,23)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #EFD356

#EFD356
(239,211,86)
#F0D765
(240,215,101)
#F1DB74
(241,219,116)
#F2DF83
(242,223,131)
#F3E392
(243,227,146)
#F4E7A1
(244,231,161)
#F5EBB0
(245,235,176)
#F6EFBF
(246,239,191)
#F7F3CE
(247,243,206)
#F8F7DD
(248,247,221)
#F9FBEC
(249,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD356 color. Also use rgb(239,211,86) instead hex code.

Text Font Color

.myTextColor { color: #EFD356; }

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

This text font color is #EFD356.


Background Color

.myBgColor { background-color: #EFD356; }

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

This div background color is #EFD356.


Border color

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

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

This div border color is #EFD356.


Opacity

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

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

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

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

This text has shadow with #EFD356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD356 on black background.


Color preview on white background

This text has color #EFD356 on white background.



Black color preview on #EFD356 background

This text has black color on #EFD356 background.


White color preview on #EFD356 background

This text has white color on #EFD356 background.