COLOR #EFB81F

HEX: #EFB81F
RGB: (239,184,31)

Color info

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

RGB color model

#EFB81F color RGB value is (239,184,31).

  • red value is 239;
  • green value is 184;
  • blue value is 31.
RGB:
(239,184,31)
(94%,72%,12%)

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 31 of 255 = 12%

239
184
31

R + G + B ~ 59%. #EFB81F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
239 + 184 + 31 = 454 (100%)
R 239 of 454 ~ 52.64%
G 184 of 454 ~ 40.53%
B 31 of 454 ~ 6.83%

%52.64
%40.53

CMYK color model

#EFB81F color CMYK value is (0,23,87,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 87.03%
  • key color value is 6.27%
CMYK:
(0,23,87,6)
C0M23Y87K6 
(0%,23%,87%,6%)
(0.00/0.23/0.87/0.06)	

CMYK percentages

%0
%23.01
%87.03
%6.27

Codes

Color #EFB81F in popluar color models

EFB81F
RGB23918431
HSL44°86.67%52.94%
HSB/HSV44°87.03%93.73%
CMYK0.00%23.01%87.03%
6.27%

Color #EFB81F in popluar number systems.

HEXEFB81F
Decimal23918431
Binary111011111011100011111
Octal35727037

Shades and tints

Shades of #EFB81F

#EFB81F
(239,184,31)
#DAA81D
(218,168,29)
#C5981B
(197,152,27)
#B08819
(176,136,25)
#9B7817
(155,120,23)
#866815
(134,104,21)
#715813
(113,88,19)
#5C4811
(92,72,17)
#47380F
(71,56,15)
#32280D
(50,40,13)
#1D180B
(29,24,11)
#000000
(0,0,0)

Tints of #EFB81F

#EFB81F
(239,184,31)
#F0BE33
(240,190,51)
#F1C447
(241,196,71)
#F2CA5B
(242,202,91)
#F3D06F
(243,208,111)
#F4D683
(244,214,131)
#F5DC97
(245,220,151)
#F6E2AB
(246,226,171)
#F7E8BF
(247,232,191)
#F8EED3
(248,238,211)
#F9F4E7
(249,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB81F color. Also use rgb(239,184,31) instead hex code.

Text Font Color

.myTextColor { color: #EFB81F; }

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

This text font color is #EFB81F.


Background Color

.myBgColor { background-color: #EFB81F; }

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

This div background color is #EFB81F.


Border color

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

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

This div border color is #EFB81F.


Opacity

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

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

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

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

This text has shadow with #EFB81F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB81F on black background.


Color preview on white background

This text has color #EFB81F on white background.



Black color preview on #EFB81F background

This text has black color on #EFB81F background.


White color preview on #EFB81F background

This text has white color on #EFB81F background.