COLOR #EFB975

HEX: #EFB975
RGB: (239,185,117)

Color info

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

RGB color model

#EFB975 color RGB value is (239,185,117).

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

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 117 of 255 = 46%

239
185
117

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

Portions of RGB colors in percentages

R + G + B =
239 + 185 + 117 = 541 (100%)
R 239 of 541 ~ 44.18%
G 185 of 541 ~ 34.2%
B 117 of 541 ~ 21.63%

%44.18
%34.2
%21.63

CMYK color model

#EFB975 color CMYK value is (0,23,51,6).

  • cyan value is 0.00%
  • magenta value is 22.59%
  • yellow value is 51.05%
  • key color value is 6.27%
CMYK:
(0,23,51,6)
C0M23Y51K6 
(0%,23%,51%,6%)
(0.00/0.23/0.51/0.06)	

CMYK percentages

%0
%22.59
%51.05
%6.27

Codes

Color #EFB975 in popluar color models

EFB975
RGB239185117
HSL33°79.22%69.80%
HSB/HSV33°51.05%93.73%
CMYK0.00%22.59%51.05%
6.27%

Color #EFB975 in popluar number systems.

HEXEFB975
Decimal239185117
Binary11101111101110011110101
Octal357271165

Shades and tints

Shades of #EFB975

#EFB975
(239,185,117)
#DAA96B
(218,169,107)
#C59961
(197,153,97)
#B08957
(176,137,87)
#9B794D
(155,121,77)
#866943
(134,105,67)
#715939
(113,89,57)
#5C492F
(92,73,47)
#473925
(71,57,37)
#32291B
(50,41,27)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #EFB975

#EFB975
(239,185,117)
#F0BF81
(240,191,129)
#F1C58D
(241,197,141)
#F2CB99
(242,203,153)
#F3D1A5
(243,209,165)
#F4D7B1
(244,215,177)
#F5DDBD
(245,221,189)
#F6E3C9
(246,227,201)
#F7E9D5
(247,233,213)
#F8EFE1
(248,239,225)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB975; }

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

This text font color is #EFB975.


Background Color

.myBgColor { background-color: #EFB975; }

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

This div background color is #EFB975.


Border color

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

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

This div border color is #EFB975.


Opacity

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

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

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

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

This text has shadow with #EFB975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB975 on black background.


Color preview on white background

This text has color #EFB975 on white background.



Black color preview on #EFB975 background

This text has black color on #EFB975 background.


White color preview on #EFB975 background

This text has white color on #EFB975 background.