COLOR #EFC667

HEX: #EFC667
RGB: (239,198,103)

Color info

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

RGB color model

#EFC667 color RGB value is (239,198,103).

  • red value is 239;
  • green value is 198;
  • blue value is 103.
RGB:
(239,198,103)
(94%,78%,40%)

RGB channels and saturation

R 239 of 255 = 94%
G 198 of 255 = 78%
B 103 of 255 = 40%

239
198
103

R + G + B ~ 71%. #EFC667 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 198 + 103 = 540 (100%)
R 239 of 540 ~ 44.26%
G 198 of 540 ~ 36.67%
B 103 of 540 ~ 19.07%

%44.26
%36.67
%19.07

CMYK color model

#EFC667 color CMYK value is (0,17,57,6).

  • cyan value is 0.00%
  • magenta value is 17.15%
  • yellow value is 56.90%
  • key color value is 6.27%
CMYK:
(0,17,57,6)
C0M17Y57K6 
(0%,17%,57%,6%)
(0.00/0.17/0.57/0.06)	

CMYK percentages

%0
%17.15
%56.9
%6.27

Codes

Color #EFC667 in popluar color models

EFC667
RGB239198103
HSL42°80.95%67.06%
HSB/HSV42°56.90%93.73%
CMYK0.00%17.15%56.90%
6.27%

Color #EFC667 in popluar number systems.

HEXEFC667
Decimal239198103
Binary11101111110001101100111
Octal357306147

Shades and tints

Shades of #EFC667

#EFC667
(239,198,103)
#DAB45E
(218,180,94)
#C5A255
(197,162,85)
#B0904C
(176,144,76)
#9B7E43
(155,126,67)
#866C3A
(134,108,58)
#715A31
(113,90,49)
#5C4828
(92,72,40)
#47361F
(71,54,31)
#322416
(50,36,22)
#1D120D
(29,18,13)
#000000
(0,0,0)

Tints of #EFC667

#EFC667
(239,198,103)
#F0CB74
(240,203,116)
#F1D081
(241,208,129)
#F2D58E
(242,213,142)
#F3DA9B
(243,218,155)
#F4DFA8
(244,223,168)
#F5E4B5
(245,228,181)
#F6E9C2
(246,233,194)
#F7EECF
(247,238,207)
#F8F3DC
(248,243,220)
#F9F8E9
(249,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC667 color. Also use rgb(239,198,103) instead hex code.

Text Font Color

.myTextColor { color: #EFC667; }

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

This text font color is #EFC667.


Background Color

.myBgColor { background-color: #EFC667; }

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

This div background color is #EFC667.


Border color

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

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

This div border color is #EFC667.


Opacity

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

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

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

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

This text has shadow with #EFC667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC667 on black background.


Color preview on white background

This text has color #EFC667 on white background.



Black color preview on #EFC667 background

This text has black color on #EFC667 background.


White color preview on #EFC667 background

This text has white color on #EFC667 background.