COLOR #EFCBA2

HEX: #EFCBA2
RGB: (239,203,162)

Color info

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

RGB color model

#EFCBA2 color RGB value is (239,203,162).

  • red value is 239;
  • green value is 203;
  • blue value is 162.
RGB:
(239,203,162)
(94%,80%,64%)

RGB channels and saturation

R 239 of 255 = 94%
G 203 of 255 = 80%
B 162 of 255 = 64%

239
203
162

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

Portions of RGB colors in percentages

R + G + B =
239 + 203 + 162 = 604 (100%)
R 239 of 604 ~ 39.57%
G 203 of 604 ~ 33.61%
B 162 of 604 ~ 26.82%

%39.57
%33.61
%26.82

CMYK color model

#EFCBA2 color CMYK value is (0,15,32,6).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 32.22%
  • key color value is 6.27%
CMYK:
(0,15,32,6)
C0M15Y32K6 
(0%,15%,32%,6%)
(0.00/0.15/0.32/0.06)	

CMYK percentages

%0
%15.06
%32.22
%6.27

Codes

Color #EFCBA2 in popluar color models

EFCBA2
RGB239203162
HSL32°70.64%78.63%
HSB/HSV32°32.22%93.73%
CMYK0.00%15.06%32.22%
6.27%

Color #EFCBA2 in popluar number systems.

HEXEFCBA2
Decimal239203162
Binary111011111100101110100010
Octal357313242

Shades and tints

Shades of #EFCBA2

#EFCBA2
(239,203,162)
#DAB994
(218,185,148)
#C5A786
(197,167,134)
#B09578
(176,149,120)
#9B836A
(155,131,106)
#86715C
(134,113,92)
#715F4E
(113,95,78)
#5C4D40
(92,77,64)
#473B32
(71,59,50)
#322924
(50,41,36)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EFCBA2

#EFCBA2
(239,203,162)
#F0CFAA
(240,207,170)
#F1D3B2
(241,211,178)
#F2D7BA
(242,215,186)
#F3DBC2
(243,219,194)
#F4DFCA
(244,223,202)
#F5E3D2
(245,227,210)
#F6E7DA
(246,231,218)
#F7EBE2
(247,235,226)
#F8EFEA
(248,239,234)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCBA2 color. Also use rgb(239,203,162) instead hex code.

Text Font Color

.myTextColor { color: #EFCBA2; }

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

This text font color is #EFCBA2.


Background Color

.myBgColor { background-color: #EFCBA2; }

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

This div background color is #EFCBA2.


Border color

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

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

This div border color is #EFCBA2.


Opacity

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

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

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

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

This text has shadow with #EFCBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCBA2 on black background.


Color preview on white background

This text has color #EFCBA2 on white background.



Black color preview on #EFCBA2 background

This text has black color on #EFCBA2 background.


White color preview on #EFCBA2 background

This text has white color on #EFCBA2 background.