COLOR #EFB537

HEX: #EFB537
RGB: (239,181,55)

Color info

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

RGB color model

#EFB537 color RGB value is (239,181,55).

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

RGB channels and saturation

R 239 of 255 = 94%
G 181 of 255 = 71%
B 55 of 255 = 22%

239
181
55

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

Portions of RGB colors in percentages

R + G + B =
239 + 181 + 55 = 475 (100%)
R 239 of 475 ~ 50.32%
G 181 of 475 ~ 38.11%
B 55 of 475 ~ 11.58%

%50.32
%38.11
%11.58

CMYK color model

#EFB537 color CMYK value is (0,24,77,6).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 76.99%
  • key color value is 6.27%
CMYK:
(0,24,77,6)
C0M24Y77K6 
(0%,24%,77%,6%)
(0.00/0.24/0.77/0.06)	

CMYK percentages

%0
%24.27
%76.99
%6.27

Codes

Color #EFB537 in popluar color models

EFB537
RGB23918155
HSL41°85.19%57.65%
HSB/HSV41°76.99%93.73%
CMYK0.00%24.27%76.99%
6.27%

Color #EFB537 in popluar number systems.

HEXEFB537
Decimal23918155
Binary1110111110110101110111
Octal35726567

Shades and tints

Shades of #EFB537

#EFB537
(239,181,55)
#DAA532
(218,165,50)
#C5952D
(197,149,45)
#B08528
(176,133,40)
#9B7523
(155,117,35)
#86651E
(134,101,30)
#715519
(113,85,25)
#5C4514
(92,69,20)
#47350F
(71,53,15)
#32250A
(50,37,10)
#1D1505
(29,21,5)
#000000
(0,0,0)

Tints of #EFB537

#EFB537
(239,181,55)
#F0BB49
(240,187,73)
#F1C15B
(241,193,91)
#F2C76D
(242,199,109)
#F3CD7F
(243,205,127)
#F4D391
(244,211,145)
#F5D9A3
(245,217,163)
#F6DFB5
(246,223,181)
#F7E5C7
(247,229,199)
#F8EBD9
(248,235,217)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB537; }

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

This text font color is #EFB537.


Background Color

.myBgColor { background-color: #EFB537; }

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

This div background color is #EFB537.


Border color

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

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

This div border color is #EFB537.


Opacity

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

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

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

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

This text has shadow with #EFB537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB537 on black background.


Color preview on white background

This text has color #EFB537 on white background.



Black color preview on #EFB537 background

This text has black color on #EFB537 background.


White color preview on #EFB537 background

This text has white color on #EFB537 background.