COLOR #EFBC61

HEX: #EFBC61
RGB: (239,188,97)

Color info

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

RGB color model

#EFBC61 color RGB value is (239,188,97).

  • red value is 239;
  • green value is 188;
  • blue value is 97.
RGB:
(239,188,97)
(94%,74%,38%)

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 97 of 255 = 38%

239
188
97

R + G + B ~ 69%. #EFBC61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 188 + 97 = 524 (100%)
R 239 of 524 ~ 45.61%
G 188 of 524 ~ 35.88%
B 97 of 524 ~ 18.51%

%45.61
%35.88
%18.51

CMYK color model

#EFBC61 color CMYK value is (0,21,59,6).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 59.41%
  • key color value is 6.27%
CMYK:
(0,21,59,6)
C0M21Y59K6 
(0%,21%,59%,6%)
(0.00/0.21/0.59/0.06)	

CMYK percentages

%0
%21.34
%59.41
%6.27

Codes

Color #EFBC61 in popluar color models

EFBC61
RGB23918897
HSL38°81.61%65.88%
HSB/HSV38°59.41%93.73%
CMYK0.00%21.34%59.41%
6.27%

Color #EFBC61 in popluar number systems.

HEXEFBC61
Decimal23918897
Binary11101111101111001100001
Octal357274141

Shades and tints

Shades of #EFBC61

#EFBC61
(239,188,97)
#DAAB59
(218,171,89)
#C59A51
(197,154,81)
#B08949
(176,137,73)
#9B7841
(155,120,65)
#866739
(134,103,57)
#715631
(113,86,49)
#5C4529
(92,69,41)
#473421
(71,52,33)
#322319
(50,35,25)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #EFBC61

#EFBC61
(239,188,97)
#F0C26F
(240,194,111)
#F1C87D
(241,200,125)
#F2CE8B
(242,206,139)
#F3D499
(243,212,153)
#F4DAA7
(244,218,167)
#F5E0B5
(245,224,181)
#F6E6C3
(246,230,195)
#F7ECD1
(247,236,209)
#F8F2DF
(248,242,223)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBC61 color. Also use rgb(239,188,97) instead hex code.

Text Font Color

.myTextColor { color: #EFBC61; }

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

This text font color is #EFBC61.


Background Color

.myBgColor { background-color: #EFBC61; }

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

This div background color is #EFBC61.


Border color

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

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

This div border color is #EFBC61.


Opacity

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

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

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

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

This text has shadow with #EFBC61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBC61 on black background.


Color preview on white background

This text has color #EFBC61 on white background.



Black color preview on #EFBC61 background

This text has black color on #EFBC61 background.


White color preview on #EFBC61 background

This text has white color on #EFBC61 background.