COLOR #EFC975

HEX: #EFC975
RGB: (239,201,117)

Color info

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

RGB color model

#EFC975 color RGB value is (239,201,117).

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

RGB channels and saturation

R 239 of 255 = 94%
G 201 of 255 = 79%
B 117 of 255 = 46%

239
201
117

R + G + B ~ 73%. #EFC975 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 201 + 117 = 557 (100%)
R 239 of 557 ~ 42.91%
G 201 of 557 ~ 36.09%
B 117 of 557 ~ 21.01%

%42.91
%36.09
%21.01

CMYK color model

#EFC975 color CMYK value is (0,16,51,6).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 51.05%
  • key color value is 6.27%
CMYK:
(0,16,51,6)
C0M16Y51K6 
(0%,16%,51%,6%)
(0.00/0.16/0.51/0.06)	

CMYK percentages

%0
%15.9
%51.05
%6.27

Codes

Color #EFC975 in popluar color models

EFC975
RGB239201117
HSL41°79.22%69.80%
HSB/HSV41°51.05%93.73%
CMYK0.00%15.90%51.05%
6.27%

Color #EFC975 in popluar number systems.

HEXEFC975
Decimal239201117
Binary11101111110010011110101
Octal357311165

Shades and tints

Shades of #EFC975

#EFC975
(239,201,117)
#DAB76B
(218,183,107)
#C5A561
(197,165,97)
#B09357
(176,147,87)
#9B814D
(155,129,77)
#866F43
(134,111,67)
#715D39
(113,93,57)
#5C4B2F
(92,75,47)
#473925
(71,57,37)
#32271B
(50,39,27)
#1D1511
(29,21,17)
#000000
(0,0,0)

Tints of #EFC975

#EFC975
(239,201,117)
#F0CD81
(240,205,129)
#F1D18D
(241,209,141)
#F2D599
(242,213,153)
#F3D9A5
(243,217,165)
#F4DDB1
(244,221,177)
#F5E1BD
(245,225,189)
#F6E5C9
(246,229,201)
#F7E9D5
(247,233,213)
#F8EDE1
(248,237,225)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC975; }

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

This text font color is #EFC975.


Background Color

.myBgColor { background-color: #EFC975; }

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

This div background color is #EFC975.


Border color

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

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

This div border color is #EFC975.


Opacity

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

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

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

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

This text has shadow with #EFC975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC975 on black background.


Color preview on white background

This text has color #EFC975 on white background.



Black color preview on #EFC975 background

This text has black color on #EFC975 background.


White color preview on #EFC975 background

This text has white color on #EFC975 background.