COLOR #EFC895

HEX: #EFC895
RGB: (239,200,149)

Color info

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

RGB color model

#EFC895 color RGB value is (239,200,149).

  • red value is 239;
  • green value is 200;
  • blue value is 149.
RGB:
(239,200,149)
(94%,78%,58%)

RGB channels and saturation

R 239 of 255 = 94%
G 200 of 255 = 78%
B 149 of 255 = 58%

239
200
149

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

Portions of RGB colors in percentages

R + G + B =
239 + 200 + 149 = 588 (100%)
R 239 of 588 ~ 40.65%
G 200 of 588 ~ 34.01%
B 149 of 588 ~ 25.34%

%40.65
%34.01
%25.34

CMYK color model

#EFC895 color CMYK value is (0,16,38,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 37.66%
  • key color value is 6.27%
CMYK:
(0,16,38,6)
C0M16Y38K6 
(0%,16%,38%,6%)
(0.00/0.16/0.38/0.06)	

CMYK percentages

%0
%16.32
%37.66
%6.27

Codes

Color #EFC895 in popluar color models

EFC895
RGB239200149
HSL34°73.77%76.08%
HSB/HSV34°37.66%93.73%
CMYK0.00%16.32%37.66%
6.27%

Color #EFC895 in popluar number systems.

HEXEFC895
Decimal239200149
Binary111011111100100010010101
Octal357310225

Shades and tints

Shades of #EFC895

#EFC895
(239,200,149)
#DAB688
(218,182,136)
#C5A47B
(197,164,123)
#B0926E
(176,146,110)
#9B8061
(155,128,97)
#866E54
(134,110,84)
#715C47
(113,92,71)
#5C4A3A
(92,74,58)
#47382D
(71,56,45)
#322620
(50,38,32)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #EFC895

#EFC895
(239,200,149)
#F0CD9E
(240,205,158)
#F1D2A7
(241,210,167)
#F2D7B0
(242,215,176)
#F3DCB9
(243,220,185)
#F4E1C2
(244,225,194)
#F5E6CB
(245,230,203)
#F6EBD4
(246,235,212)
#F7F0DD
(247,240,221)
#F8F5E6
(248,245,230)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC895 color. Also use rgb(239,200,149) instead hex code.

Text Font Color

.myTextColor { color: #EFC895; }

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

This text font color is #EFC895.


Background Color

.myBgColor { background-color: #EFC895; }

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

This div background color is #EFC895.


Border color

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

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

This div border color is #EFC895.


Opacity

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

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

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

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

This text has shadow with #EFC895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC895 on black background.


Color preview on white background

This text has color #EFC895 on white background.



Black color preview on #EFC895 background

This text has black color on #EFC895 background.


White color preview on #EFC895 background

This text has white color on #EFC895 background.