COLOR #EFCA86

HEX: #EFCA86
RGB: (239,202,134)

Color info

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

RGB color model

#EFCA86 color RGB value is (239,202,134).

  • red value is 239;
  • green value is 202;
  • blue value is 134.
RGB:
(239,202,134)
(94%,79%,53%)

RGB channels and saturation

R 239 of 255 = 94%
G 202 of 255 = 79%
B 134 of 255 = 53%

239
202
134

R + G + B ~ 75%. #EFCA86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 202 + 134 = 575 (100%)
R 239 of 575 ~ 41.57%
G 202 of 575 ~ 35.13%
B 134 of 575 ~ 23.3%

%41.57
%35.13
%23.3

CMYK color model

#EFCA86 color CMYK value is (0,15,44,6).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 43.93%
  • key color value is 6.27%
CMYK:
(0,15,44,6)
C0M15Y44K6 
(0%,15%,44%,6%)
(0.00/0.15/0.44/0.06)	

CMYK percentages

%0
%15.48
%43.93
%6.27

Codes

Color #EFCA86 in popluar color models

EFCA86
RGB239202134
HSL39°76.64%73.14%
HSB/HSV39°43.93%93.73%
CMYK0.00%15.48%43.93%
6.27%

Color #EFCA86 in popluar number systems.

HEXEFCA86
Decimal239202134
Binary111011111100101010000110
Octal357312206

Shades and tints

Shades of #EFCA86

#EFCA86
(239,202,134)
#DAB87A
(218,184,122)
#C5A66E
(197,166,110)
#B09462
(176,148,98)
#9B8256
(155,130,86)
#86704A
(134,112,74)
#715E3E
(113,94,62)
#5C4C32
(92,76,50)
#473A26
(71,58,38)
#32281A
(50,40,26)
#1D160E
(29,22,14)
#000000
(0,0,0)

Tints of #EFCA86

#EFCA86
(239,202,134)
#F0CE91
(240,206,145)
#F1D29C
(241,210,156)
#F2D6A7
(242,214,167)
#F3DAB2
(243,218,178)
#F4DEBD
(244,222,189)
#F5E2C8
(245,226,200)
#F6E6D3
(246,230,211)
#F7EADE
(247,234,222)
#F8EEE9
(248,238,233)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCA86 color. Also use rgb(239,202,134) instead hex code.

Text Font Color

.myTextColor { color: #EFCA86; }

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

This text font color is #EFCA86.


Background Color

.myBgColor { background-color: #EFCA86; }

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

This div background color is #EFCA86.


Border color

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

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

This div border color is #EFCA86.


Opacity

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

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

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

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

This text has shadow with #EFCA86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCA86 on black background.


Color preview on white background

This text has color #EFCA86 on white background.



Black color preview on #EFCA86 background

This text has black color on #EFCA86 background.


White color preview on #EFCA86 background

This text has white color on #EFCA86 background.