COLOR #EFBC3F

HEX: #EFBC3F
RGB: (239,188,63)

Color info

#EFBC3F contains mainly red and green colors. Web safe color of #EFBC3F is #FFCC33 (or #FC3).

RGB color model

#EFBC3F color RGB value is (239,188,63).

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

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 63 of 255 = 25%

239
188
63

R + G + B ~ 64%. #EFBC3F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 188 + 63 = 490 (100%)
R 239 of 490 ~ 48.78%
G 188 of 490 ~ 38.37%
B 63 of 490 ~ 12.86%

%48.78
%38.37
%12.86

CMYK color model

#EFBC3F color CMYK value is (0,21,74,6).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 73.64%
  • key color value is 6.27%
CMYK:
(0,21,74,6)
C0M21Y74K6 
(0%,21%,74%,6%)
(0.00/0.21/0.74/0.06)	

CMYK percentages

%0
%21.34
%73.64
%6.27

Codes

Color #EFBC3F in popluar color models

EFBC3F
RGB23918863
HSL43°84.62%59.22%
HSB/HSV43°73.64%93.73%
CMYK0.00%21.34%73.64%
6.27%

Color #EFBC3F in popluar number systems.

HEXEFBC3F
Decimal23918863
Binary1110111110111100111111
Octal35727477

Shades and tints

Shades of #EFBC3F

#EFBC3F
(239,188,63)
#DAAB3A
(218,171,58)
#C59A35
(197,154,53)
#B08930
(176,137,48)
#9B782B
(155,120,43)
#866726
(134,103,38)
#715621
(113,86,33)
#5C451C
(92,69,28)
#473417
(71,52,23)
#322312
(50,35,18)
#1D120D
(29,18,13)
#000000
(0,0,0)

Tints of #EFBC3F

#EFBC3F
(239,188,63)
#F0C250
(240,194,80)
#F1C861
(241,200,97)
#F2CE72
(242,206,114)
#F3D483
(243,212,131)
#F4DA94
(244,218,148)
#F5E0A5
(245,224,165)
#F6E6B6
(246,230,182)
#F7ECC7
(247,236,199)
#F8F2D8
(248,242,216)
#F9F8E9
(249,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBC3F; }

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

This text font color is #EFBC3F.


Background Color

.myBgColor { background-color: #EFBC3F; }

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

This div background color is #EFBC3F.


Border color

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

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

This div border color is #EFBC3F.


Opacity

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

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

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

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

This text has shadow with #EFBC3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBC3F on black background.


Color preview on white background

This text has color #EFBC3F on white background.



Black color preview on #EFBC3F background

This text has black color on #EFBC3F background.


White color preview on #EFBC3F background

This text has white color on #EFBC3F background.