COLOR #EFC76F

HEX: #EFC76F RGB: (239,199,111)

Color info

#EFC76F contains mainly red and green colors. Web safe color of #EFC76F is #FFCC66 (or #FC6).

RGB color model

#EFC76F color RGB value is (239,199,111).

RGB: (239,199,111) (94%, 78%, 44%)

RGB channels and saturation

R 239 of 255 = 94%
G 199 of 255 = 78%
B 111 of 255 = 44%

239
199
111

R + G + B ~ 72%. #EFC76F is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 199 + 111 = 549 (100%)
R 239 of 549 ~ 43.53%
G 199 of 549 ~ 36.25%
B 111 of 549 ~ 20.22'%

%43.53
%36.25
%20.22

CMYK color model

#EFC76F color CMYK value is (0,17,54,6).

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

CMYK: (0,17,54,6)
C0M17Y54K6 (0%, 17%, 54%, 6%)
(0.00 / 0.17 / 0.54 / 0.06)

CMYK percentages

%0
%16.74
%53.56
%6.27

Codes

Color #EFC76F in popluar color models

EF C7 6F
RGB 239 199 111
HSL 41° 80.00% 68.63%
HSB/HSV 41° 53.56% 93.73%
CMYK 0.00% 16.74% 53.56%
6.27%

Color #EFC76F in popluar number systems.

HEX EF C7 6F
Decimal 239 199 111
Binary 11101111 11000111 1101111
Octal 357 307 157

Shades and tints

Shades of #EFC76F

#EFC76F
(239,199,111)
#DAB565
(218,181,101)
#C5A35B
(197,163,91)
#B09151
(176,145,81)
#9B7F47
(155,127,71)
#866D3D
(134,109,61)
#715B33
(113,91,51)
#5C4929
(92,73,41)
#47371F
(71,55,31)
#322515
(50,37,21)
#1D130B
(29,19,11)
#000000
(0,0,0)

Tints of #EFC76F

#EFC76F
(239,199,111)
#F0CC7C
(240,204,124)
#F1D189
(241,209,137)
#F2D696
(242,214,150)
#F3DBA3
(243,219,163)
#F4E0B0
(244,224,176)
#F5E5BD
(245,229,189)
#F6EACA
(246,234,202)
#F7EFD7
(247,239,215)
#F8F4E4
(248,244,228)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC76F; }

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

This text font color is #EFC76F.

Background Color

.myBgColor { background-color: #EFC76F; }

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

This div background color is #EFC76F.

Border color

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

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

This div border color is #EFC76F.

Opacity

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

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

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

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

This text has shadow with #EFC76F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC76F.

Preview

Color preview on black background

This text has color #EFC76F on black background.


Color preview on white background

This text has color #EFC76F on white background.


Black color preview on #EFC76F background

This text has black color on #EFC76F background.


White color preview on #EFC76F background

This text has white color on #EFC76F background.


Related colors

Complementary color

Complementary color for #hex is #103890.


I love getcolorcode.com

Triadic colors

1 #6FEFC7 and #C76FEF with #EFC76F are triadic colors.

2 #6FC7EF and #C7EF6F with #EFC76F are triadic colors.