COLOR #EFD18F

HEX: #EFD18F
RGB: (239,209,143)

Color info

#EFD18F contains mainly red and green colors. Web safe color of #EFD18F is #FFCC99 (or #FC9).

RGB color model

#EFD18F color RGB value is (239,209,143).

  • red value is 239;
  • green value is 209;
  • blue value is 143.
RGB:
(239,209,143)
(94%,82%,56%)

RGB channels and saturation

R 239 of 255 = 94%
G 209 of 255 = 82%
B 143 of 255 = 56%

239
209
143

R + G + B ~ 77%. #EFD18F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 209 + 143 = 591 (100%)
R 239 of 591 ~ 40.44%
G 209 of 591 ~ 35.36%
B 143 of 591 ~ 24.2%

%40.44
%35.36
%24.2

CMYK color model

#EFD18F color CMYK value is (0,13,40,6).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 40.17%
  • key color value is 6.27%
CMYK:
(0,13,40,6)
C0M13Y40K6 
(0%,13%,40%,6%)
(0.00/0.13/0.40/0.06)	

CMYK percentages

%0
%12.55
%40.17
%6.27

Codes

Color #EFD18F in popluar color models

EFD18F
RGB239209143
HSL41°75.00%74.90%
HSB/HSV41°40.17%93.73%
CMYK0.00%12.55%40.17%
6.27%

Color #EFD18F in popluar number systems.

HEXEFD18F
Decimal239209143
Binary111011111101000110001111
Octal357321217

Shades and tints

Shades of #EFD18F

#EFD18F
(239,209,143)
#DABE82
(218,190,130)
#C5AB75
(197,171,117)
#B09868
(176,152,104)
#9B855B
(155,133,91)
#86724E
(134,114,78)
#715F41
(113,95,65)
#5C4C34
(92,76,52)
#473927
(71,57,39)
#32261A
(50,38,26)
#1D130D
(29,19,13)
#000000
(0,0,0)

Tints of #EFD18F

#EFD18F
(239,209,143)
#F0D599
(240,213,153)
#F1D9A3
(241,217,163)
#F2DDAD
(242,221,173)
#F3E1B7
(243,225,183)
#F4E5C1
(244,229,193)
#F5E9CB
(245,233,203)
#F6EDD5
(246,237,213)
#F7F1DF
(247,241,223)
#F8F5E9
(248,245,233)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD18F color. Also use rgb(239,209,143) instead hex code.

Text Font Color

.myTextColor { color: #EFD18F; }

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

This text font color is #EFD18F.


Background Color

.myBgColor { background-color: #EFD18F; }

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

This div background color is #EFD18F.


Border color

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

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

This div border color is #EFD18F.


Opacity

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

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

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

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

This text has shadow with #EFD18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD18F on black background.


Color preview on white background

This text has color #EFD18F on white background.



Black color preview on #EFD18F background

This text has black color on #EFD18F background.


White color preview on #EFD18F background

This text has white color on #EFD18F background.