COLOR #EFA76C

HEX: #EFA76C RGB: (239,167,108)

Color info

#EFA76C contains mainly red color. Web safe color of #EFA76C is #FF9966 (or #F96).

RGB color model

#EFA76C color RGB value is (239,167,108).

RGB: (239,167,108) (94%, 65%, 42%)

RGB channels and saturation

R 239 of 255 = 94%
G 167 of 255 = 65%
B 108 of 255 = 42%

239
167
108

R + G + B ~ 67%. #EFA76C is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 167 + 108 = 514 (100%)
R 239 of 514 ~ 46.5%
G 167 of 514 ~ 32.49%
B 108 of 514 ~ 21.01'%

%46.5
%32.49
%21.01

CMYK color model

#EFA76C color CMYK value is (0,30,55,6).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 54.81%
  • key color value is 6.27%

CMYK: (0,30,55,6)
C0M30Y55K6 (0%, 30%, 55%, 6%)
(0.00 / 0.30 / 0.55 / 0.06)

CMYK percentages

%0
%30.13
%54.81
%6.27

Codes

Color #EFA76C in popluar color models

EF A7 6C
RGB 239 167 108
HSL 27° 80.37% 68.04%
HSB/HSV 27° 54.81% 93.73%
CMYK 0.00% 30.13% 54.81%
6.27%

Color #EFA76C in popluar number systems.

HEX EF A7 6C
Decimal 239 167 108
Binary 11101111 10100111 1101100
Octal 357 247 154

Shades and tints

Shades of #EFA76C

#EFA76C
(239,167,108)
#DA9863
(218,152,99)
#C5895A
(197,137,90)
#B07A51
(176,122,81)
#9B6B48
(155,107,72)
#865C3F
(134,92,63)
#714D36
(113,77,54)
#5C3E2D
(92,62,45)
#472F24
(71,47,36)
#32201B
(50,32,27)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #EFA76C

#EFA76C
(239,167,108)
#F0AF79
(240,175,121)
#F1B786
(241,183,134)
#F2BF93
(242,191,147)
#F3C7A0
(243,199,160)
#F4CFAD
(244,207,173)
#F5D7BA
(245,215,186)
#F6DFC7
(246,223,199)
#F7E7D4
(247,231,212)
#F8EFE1
(248,239,225)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA76C color. Also use rgb(239,167,108) instead hex code.

Text Font Color

.myTextColor { color: #EFA76C; }

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

This text font color is #EFA76C.

Background Color

.myBgColor { background-color: #EFA76C; }

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

This div background color is #EFA76C.

Border color

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

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

This div border color is #EFA76C.

Opacity

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

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

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

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

This text has shadow with #EFA76C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA76C.

Preview

Color preview on black background

This text has color #EFA76C on black background.


Color preview on white background

This text has color #EFA76C on white background.


Black color preview on #EFA76C background

This text has black color on #EFA76C background.


White color preview on #EFA76C background

This text has white color on #EFA76C background.


Related colors

Complementary color

Complementary color for #hex is #105893.


I love getcolorcode.com

Triadic colors

1 #6CEFA7 and #A76CEF with #EFA76C are triadic colors.

2 #6CA7EF and #A7EF6C with #EFA76C are triadic colors.