COLOR #EFC0A0

HEX: #EFC0A0
RGB: (239,192,160)

Color info

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

RGB color model

#EFC0A0 color RGB value is (239,192,160).

  • red value is 239;
  • green value is 192;
  • blue value is 160.
RGB:
(239,192,160)
(94%,75%,63%)

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 160 of 255 = 63%

239
192
160

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

Portions of RGB colors in percentages

R + G + B =
239 + 192 + 160 = 591 (100%)
R 239 of 591 ~ 40.44%
G 192 of 591 ~ 32.49%
B 160 of 591 ~ 27.07%

%40.44
%32.49
%27.07

CMYK color model

#EFC0A0 color CMYK value is (0,20,33,6).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 33.05%
  • key color value is 6.27%
CMYK:
(0,20,33,6)
C0M20Y33K6 
(0%,20%,33%,6%)
(0.00/0.20/0.33/0.06)	

CMYK percentages

%0
%19.67
%33.05
%6.27

Codes

Color #EFC0A0 in popluar color models

EFC0A0
RGB239192160
HSL24°71.17%78.24%
HSB/HSV24°33.05%93.73%
CMYK0.00%19.67%33.05%
6.27%

Color #EFC0A0 in popluar number systems.

HEXEFC0A0
Decimal239192160
Binary111011111100000010100000
Octal357300240

Shades and tints

Shades of #EFC0A0

#EFC0A0
(239,192,160)
#DAAF92
(218,175,146)
#C59E84
(197,158,132)
#B08D76
(176,141,118)
#9B7C68
(155,124,104)
#866B5A
(134,107,90)
#715A4C
(113,90,76)
#5C493E
(92,73,62)
#473830
(71,56,48)
#322722
(50,39,34)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #EFC0A0

#EFC0A0
(239,192,160)
#F0C5A8
(240,197,168)
#F1CAB0
(241,202,176)
#F2CFB8
(242,207,184)
#F3D4C0
(243,212,192)
#F4D9C8
(244,217,200)
#F5DED0
(245,222,208)
#F6E3D8
(246,227,216)
#F7E8E0
(247,232,224)
#F8EDE8
(248,237,232)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC0A0 color. Also use rgb(239,192,160) instead hex code.

Text Font Color

.myTextColor { color: #EFC0A0; }

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

This text font color is #EFC0A0.


Background Color

.myBgColor { background-color: #EFC0A0; }

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

This div background color is #EFC0A0.


Border color

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

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

This div border color is #EFC0A0.


Opacity

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

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

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

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

This text has shadow with #EFC0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC0A0 on black background.


Color preview on white background

This text has color #EFC0A0 on white background.



Black color preview on #EFC0A0 background

This text has black color on #EFC0A0 background.


White color preview on #EFC0A0 background

This text has white color on #EFC0A0 background.