COLOR #EFBF2B

HEX: #EFBF2B
RGB: (239,191,43)

Color info

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

RGB color model

#EFBF2B color RGB value is (239,191,43).

  • red value is 239;
  • green value is 191;
  • blue value is 43.
RGB:
(239,191,43)
(94%,75%,17%)

RGB channels and saturation

R 239 of 255 = 94%
G 191 of 255 = 75%
B 43 of 255 = 17%

239
191
43

R + G + B ~ 62%. #EFBF2B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 191 + 43 = 473 (100%)
R 239 of 473 ~ 50.53%
G 191 of 473 ~ 40.38%
B 43 of 473 ~ 9.09%

%50.53
%40.38

CMYK color model

#EFBF2B color CMYK value is (0,20,82,6).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 82.01%
  • key color value is 6.27%
CMYK:
(0,20,82,6)
C0M20Y82K6 
(0%,20%,82%,6%)
(0.00/0.20/0.82/0.06)	

CMYK percentages

%0
%20.08
%82.01
%6.27

Codes

Color #EFBF2B in popluar color models

EFBF2B
RGB23919143
HSL45°85.96%55.29%
HSB/HSV45°82.01%93.73%
CMYK0.00%20.08%82.01%
6.27%

Color #EFBF2B in popluar number systems.

HEXEFBF2B
Decimal23919143
Binary1110111110111111101011
Octal35727753

Shades and tints

Shades of #EFBF2B

#EFBF2B
(239,191,43)
#DAAE28
(218,174,40)
#C59D25
(197,157,37)
#B08C22
(176,140,34)
#9B7B1F
(155,123,31)
#866A1C
(134,106,28)
#715919
(113,89,25)
#5C4816
(92,72,22)
#473713
(71,55,19)
#322610
(50,38,16)
#1D150D
(29,21,13)
#000000
(0,0,0)

Tints of #EFBF2B

#EFBF2B
(239,191,43)
#F0C43E
(240,196,62)
#F1C951
(241,201,81)
#F2CE64
(242,206,100)
#F3D377
(243,211,119)
#F4D88A
(244,216,138)
#F5DD9D
(245,221,157)
#F6E2B0
(246,226,176)
#F7E7C3
(247,231,195)
#F8ECD6
(248,236,214)
#F9F1E9
(249,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBF2B color. Also use rgb(239,191,43) instead hex code.

Text Font Color

.myTextColor { color: #EFBF2B; }

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

This text font color is #EFBF2B.


Background Color

.myBgColor { background-color: #EFBF2B; }

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

This div background color is #EFBF2B.


Border color

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

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

This div border color is #EFBF2B.


Opacity

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

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

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

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

This text has shadow with #EFBF2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBF2B on black background.


Color preview on white background

This text has color #EFBF2B on white background.



Black color preview on #EFBF2B background

This text has black color on #EFBF2B background.


White color preview on #EFBF2B background

This text has white color on #EFBF2B background.