COLOR #EFBF37

HEX: #EFBF37
RGB: (239,191,55)

Color info

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

RGB color model

#EFBF37 color RGB value is (239,191,55).

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

RGB channels and saturation

R 239 of 255 = 94%
G 191 of 255 = 75%
B 55 of 255 = 22%

239
191
55

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

Portions of RGB colors in percentages

R + G + B =
239 + 191 + 55 = 485 (100%)
R 239 of 485 ~ 49.28%
G 191 of 485 ~ 39.38%
B 55 of 485 ~ 11.34%

%49.28
%39.38
%11.34

CMYK color model

#EFBF37 color CMYK value is (0,20,77,6).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 76.99%
  • key color value is 6.27%
CMYK:
(0,20,77,6)
C0M20Y77K6 
(0%,20%,77%,6%)
(0.00/0.20/0.77/0.06)	

CMYK percentages

%0
%20.08
%76.99
%6.27

Codes

Color #EFBF37 in popluar color models

EFBF37
RGB23919155
HSL44°85.19%57.65%
HSB/HSV44°76.99%93.73%
CMYK0.00%20.08%76.99%
6.27%

Color #EFBF37 in popluar number systems.

HEXEFBF37
Decimal23919155
Binary1110111110111111110111
Octal35727767

Shades and tints

Shades of #EFBF37

#EFBF37
(239,191,55)
#DAAE32
(218,174,50)
#C59D2D
(197,157,45)
#B08C28
(176,140,40)
#9B7B23
(155,123,35)
#866A1E
(134,106,30)
#715919
(113,89,25)
#5C4814
(92,72,20)
#47370F
(71,55,15)
#32260A
(50,38,10)
#1D1505
(29,21,5)
#000000
(0,0,0)

Tints of #EFBF37

#EFBF37
(239,191,55)
#F0C449
(240,196,73)
#F1C95B
(241,201,91)
#F2CE6D
(242,206,109)
#F3D37F
(243,211,127)
#F4D891
(244,216,145)
#F5DDA3
(245,221,163)
#F6E2B5
(246,226,181)
#F7E7C7
(247,231,199)
#F8ECD9
(248,236,217)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBF37; }

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

This text font color is #EFBF37.


Background Color

.myBgColor { background-color: #EFBF37; }

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

This div background color is #EFBF37.


Border color

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

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

This div border color is #EFBF37.


Opacity

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

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

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

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

This text has shadow with #EFBF37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBF37 on black background.


Color preview on white background

This text has color #EFBF37 on white background.



Black color preview on #EFBF37 background

This text has black color on #EFBF37 background.


White color preview on #EFBF37 background

This text has white color on #EFBF37 background.