COLOR #EFD893

HEX: #EFD893
RGB: (239,216,147)

Color info

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

RGB color model

#EFD893 color RGB value is (239,216,147).

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

RGB channels and saturation

R 239 of 255 = 94%
G 216 of 255 = 85%
B 147 of 255 = 58%

239
216
147

R + G + B ~ 79%. #EFD893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 216 + 147 = 602 (100%)
R 239 of 602 ~ 39.7%
G 216 of 602 ~ 35.88%
B 147 of 602 ~ 24.42%

%39.7
%35.88
%24.42

CMYK color model

#EFD893 color CMYK value is (0,10,38,6).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 38.49%
  • key color value is 6.27%
CMYK:
(0,10,38,6)
C0M10Y38K6 
(0%,10%,38%,6%)
(0.00/0.10/0.38/0.06)	

CMYK percentages

%0
%9.62
%38.49
%6.27

Codes

Color #EFD893 in popluar color models

EFD893
RGB239216147
HSL45°74.19%75.69%
HSB/HSV45°38.49%93.73%
CMYK0.00%9.62%38.49%
6.27%

Color #EFD893 in popluar number systems.

HEXEFD893
Decimal239216147
Binary111011111101100010010011
Octal357330223

Shades and tints

Shades of #EFD893

#EFD893
(239,216,147)
#DAC586
(218,197,134)
#C5B279
(197,178,121)
#B09F6C
(176,159,108)
#9B8C5F
(155,140,95)
#867952
(134,121,82)
#716645
(113,102,69)
#5C5338
(92,83,56)
#47402B
(71,64,43)
#322D1E
(50,45,30)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #EFD893

#EFD893
(239,216,147)
#F0DB9C
(240,219,156)
#F1DEA5
(241,222,165)
#F2E1AE
(242,225,174)
#F3E4B7
(243,228,183)
#F4E7C0
(244,231,192)
#F5EAC9
(245,234,201)
#F6EDD2
(246,237,210)
#F7F0DB
(247,240,219)
#F8F3E4
(248,243,228)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD893; }

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

This text font color is #EFD893.


Background Color

.myBgColor { background-color: #EFD893; }

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

This div background color is #EFD893.


Border color

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

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

This div border color is #EFD893.


Opacity

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

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

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

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

This text has shadow with #EFD893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD893 on black background.


Color preview on white background

This text has color #EFD893 on white background.



Black color preview on #EFD893 background

This text has black color on #EFD893 background.


White color preview on #EFD893 background

This text has white color on #EFD893 background.