COLOR #EFD88F

HEX: #EFD88F
RGB: (239,216,143)

Color info

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

RGB color model

#EFD88F color RGB value is (239,216,143).

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

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 143 of 255 = 56%

239
216
143

R + G + B ~ 78%. #EFD88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 216 + 143 = 598 (100%)
R 239 of 598 ~ 39.97%
G 216 of 598 ~ 36.12%
B 143 of 598 ~ 23.91%

%39.97
%36.12
%23.91

CMYK color model

#EFD88F color CMYK value is (0,10,40,6).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 40.17%
  • key color value is 6.27%
CMYK:
(0,10,40,6)
C0M10Y40K6 
(0%,10%,40%,6%)
(0.00/0.10/0.40/0.06)	

CMYK percentages

%0
%9.62
%40.17
%6.27

Codes

Color #EFD88F in popluar color models

EFD88F
RGB239216143
HSL46°75.00%74.90%
HSB/HSV46°40.17%93.73%
CMYK0.00%9.62%40.17%
6.27%

Color #EFD88F in popluar number systems.

HEXEFD88F
Decimal239216143
Binary111011111101100010001111
Octal357330217

Shades and tints

Shades of #EFD88F

#EFD88F
(239,216,143)
#DAC582
(218,197,130)
#C5B275
(197,178,117)
#B09F68
(176,159,104)
#9B8C5B
(155,140,91)
#86794E
(134,121,78)
#716641
(113,102,65)
#5C5334
(92,83,52)
#474027
(71,64,39)
#322D1A
(50,45,26)
#1D1A0D
(29,26,13)
#000000
(0,0,0)

Tints of #EFD88F

#EFD88F
(239,216,143)
#F0DB99
(240,219,153)
#F1DEA3
(241,222,163)
#F2E1AD
(242,225,173)
#F3E4B7
(243,228,183)
#F4E7C1
(244,231,193)
#F5EACB
(245,234,203)
#F6EDD5
(246,237,213)
#F7F0DF
(247,240,223)
#F8F3E9
(248,243,233)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD88F; }

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

This text font color is #EFD88F.


Background Color

.myBgColor { background-color: #EFD88F; }

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

This div background color is #EFD88F.


Border color

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

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

This div border color is #EFD88F.


Opacity

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

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

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

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

This text has shadow with #EFD88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD88F on black background.


Color preview on white background

This text has color #EFD88F on white background.



Black color preview on #EFD88F background

This text has black color on #EFD88F background.


White color preview on #EFD88F background

This text has white color on #EFD88F background.