COLOR #EFC968

HEX: #EFC968
RGB: (239,201,104)

Color info

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

RGB color model

#EFC968 color RGB value is (239,201,104).

  • red value is 239;
  • green value is 201;
  • blue value is 104.
RGB:
(239,201,104)
(94%,79%,41%)

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 104 of 255 = 41%

239
201
104

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

Portions of RGB colors in percentages

R + G + B =
239 + 201 + 104 = 544 (100%)
R 239 of 544 ~ 43.93%
G 201 of 544 ~ 36.95%
B 104 of 544 ~ 19.12%

%43.93
%36.95
%19.12

CMYK color model

#EFC968 color CMYK value is (0,16,56,6).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 56.49%
  • key color value is 6.27%
CMYK:
(0,16,56,6)
C0M16Y56K6 
(0%,16%,56%,6%)
(0.00/0.16/0.56/0.06)	

CMYK percentages

%0
%15.9
%56.49
%6.27

Codes

Color #EFC968 in popluar color models

EFC968
RGB239201104
HSL43°80.84%67.25%
HSB/HSV43°56.49%93.73%
CMYK0.00%15.90%56.49%
6.27%

Color #EFC968 in popluar number systems.

HEXEFC968
Decimal239201104
Binary11101111110010011101000
Octal357311150

Shades and tints

Shades of #EFC968

#EFC968
(239,201,104)
#DAB75F
(218,183,95)
#C5A556
(197,165,86)
#B0934D
(176,147,77)
#9B8144
(155,129,68)
#866F3B
(134,111,59)
#715D32
(113,93,50)
#5C4B29
(92,75,41)
#473920
(71,57,32)
#322717
(50,39,23)
#1D150E
(29,21,14)
#000000
(0,0,0)

Tints of #EFC968

#EFC968
(239,201,104)
#F0CD75
(240,205,117)
#F1D182
(241,209,130)
#F2D58F
(242,213,143)
#F3D99C
(243,217,156)
#F4DDA9
(244,221,169)
#F5E1B6
(245,225,182)
#F6E5C3
(246,229,195)
#F7E9D0
(247,233,208)
#F8EDDD
(248,237,221)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC968 color. Also use rgb(239,201,104) instead hex code.

Text Font Color

.myTextColor { color: #EFC968; }

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

This text font color is #EFC968.


Background Color

.myBgColor { background-color: #EFC968; }

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

This div background color is #EFC968.


Border color

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

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

This div border color is #EFC968.


Opacity

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

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

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

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

This text has shadow with #EFC968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC968 on black background.


Color preview on white background

This text has color #EFC968 on white background.



Black color preview on #EFC968 background

This text has black color on #EFC968 background.


White color preview on #EFC968 background

This text has white color on #EFC968 background.