COLOR #EFC7A5

HEX: #EFC7A5 RGB: (239,199,165)

Color info

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

RGB color model

#EFC7A5 color RGB value is (239,199,165).

RGB: (239,199,165) (94%, 78%, 65%)

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 165 of 255 = 65%

239
199
165

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

Portions of RGB colors in percentages

R + G + B = 239 + 199 + 165 = 603 (100%)
R 239 of 603 ~ 39.64%
G 199 of 603 ~ 33%
B 165 of 603 ~ 27.36'%

%39.64
%33
%27.36

CMYK color model

#EFC7A5 color CMYK value is (0,17,31,6).

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 30.96%
  • key color value is 6.27%

CMYK: (0,17,31,6)
C0M17Y31K6 (0%, 17%, 31%, 6%)
(0.00 / 0.17 / 0.31 / 0.06)

CMYK percentages

%0
%16.74
%30.96
%6.27

Codes

Color #EFC7A5 in popluar color models

EF C7 A5
RGB 239 199 165
HSL 28° 69.81% 79.22%
HSB/HSV 28° 30.96% 93.73%
CMYK 0.00% 16.74% 30.96%
6.27%

Color #EFC7A5 in popluar number systems.

HEX EF C7 A5
Decimal 239 199 165
Binary 11101111 11000111 10100101
Octal 357 307 245

Shades and tints

Shades of #EFC7A5

#EFC7A5
(239,199,165)
#DAB596
(218,181,150)
#C5A387
(197,163,135)
#B09178
(176,145,120)
#9B7F69
(155,127,105)
#866D5A
(134,109,90)
#715B4B
(113,91,75)
#5C493C
(92,73,60)
#47372D
(71,55,45)
#32251E
(50,37,30)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #EFC7A5

#EFC7A5
(239,199,165)
#F0CCAD
(240,204,173)
#F1D1B5
(241,209,181)
#F2D6BD
(242,214,189)
#F3DBC5
(243,219,197)
#F4E0CD
(244,224,205)
#F5E5D5
(245,229,213)
#F6EADD
(246,234,221)
#F7EFE5
(247,239,229)
#F8F4ED
(248,244,237)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC7A5 color. Also use rgb(239,199,165) instead hex code.

Text Font Color

.myTextColor { color: #EFC7A5; }

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

This text font color is #EFC7A5.

Background Color

.myBgColor { background-color: #EFC7A5; }

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

This div background color is #EFC7A5.

Border color

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

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

This div border color is #EFC7A5.

Opacity

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

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

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

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

This text has shadow with #EFC7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC7A5.

Preview

Color preview on black background

This text has color #EFC7A5 on black background.


Color preview on white background

This text has color #EFC7A5 on white background.


Black color preview on #EFC7A5 background

This text has black color on #EFC7A5 background.


White color preview on #EFC7A5 background

This text has white color on #EFC7A5 background.


Related colors

Complementary color

Complementary color for #hex is #10385A.


I love getcolorcode.com

Triadic colors

1 #A5EFC7 and #C7A5EF with #EFC7A5 are triadic colors.

2 #A5C7EF and #C7EFA5 with #EFC7A5 are triadic colors.