COLOR #EFC49A

HEX: #EFC49A
RGB: (239,196,154)

Color info

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

RGB color model

#EFC49A color RGB value is (239,196,154).

  • red value is 239;
  • green value is 196;
  • blue value is 154.
RGB:
(239,196,154)
(94%,77%,60%)

RGB channels and saturation

R 239 of 255 = 94%
G 196 of 255 = 77%
B 154 of 255 = 60%

239
196
154

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

Portions of RGB colors in percentages

R + G + B =
239 + 196 + 154 = 589 (100%)
R 239 of 589 ~ 40.58%
G 196 of 589 ~ 33.28%
B 154 of 589 ~ 26.15%

%40.58
%33.28
%26.15

CMYK color model

#EFC49A color CMYK value is (0,18,36,6).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 35.56%
  • key color value is 6.27%
CMYK:
(0,18,36,6)
C0M18Y36K6 
(0%,18%,36%,6%)
(0.00/0.18/0.36/0.06)	

CMYK percentages

%0
%17.99
%35.56
%6.27

Codes

Color #EFC49A in popluar color models

EFC49A
RGB239196154
HSL30°72.65%77.06%
HSB/HSV30°35.56%93.73%
CMYK0.00%17.99%35.56%
6.27%

Color #EFC49A in popluar number systems.

HEXEFC49A
Decimal239196154
Binary111011111100010010011010
Octal357304232

Shades and tints

Shades of #EFC49A

#EFC49A
(239,196,154)
#DAB38C
(218,179,140)
#C5A27E
(197,162,126)
#B09170
(176,145,112)
#9B8062
(155,128,98)
#866F54
(134,111,84)
#715E46
(113,94,70)
#5C4D38
(92,77,56)
#473C2A
(71,60,42)
#322B1C
(50,43,28)
#1D1A0E
(29,26,14)
#000000
(0,0,0)

Tints of #EFC49A

#EFC49A
(239,196,154)
#F0C9A3
(240,201,163)
#F1CEAC
(241,206,172)
#F2D3B5
(242,211,181)
#F3D8BE
(243,216,190)
#F4DDC7
(244,221,199)
#F5E2D0
(245,226,208)
#F6E7D9
(246,231,217)
#F7ECE2
(247,236,226)
#F8F1EB
(248,241,235)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC49A color. Also use rgb(239,196,154) instead hex code.

Text Font Color

.myTextColor { color: #EFC49A; }

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

This text font color is #EFC49A.


Background Color

.myBgColor { background-color: #EFC49A; }

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

This div background color is #EFC49A.


Border color

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

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

This div border color is #EFC49A.


Opacity

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

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

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

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

This text has shadow with #EFC49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC49A on black background.


Color preview on white background

This text has color #EFC49A on white background.



Black color preview on #EFC49A background

This text has black color on #EFC49A background.


White color preview on #EFC49A background

This text has white color on #EFC49A background.