COLOR #EFB951

HEX: #EFB951
RGB: (239,185,81)

Color info

#EFB951 contains mainly red and green colors. Web safe color of #EFB951 is #FFCC66 (or #FC6).

RGB color model

#EFB951 color RGB value is (239,185,81).

  • red value is 239;
  • green value is 185;
  • blue value is 81.
RGB:
(239,185,81)
(94%,73%,32%)

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 81 of 255 = 32%

239
185
81

R + G + B ~ 66%. #EFB951 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 185 + 81 = 505 (100%)
R 239 of 505 ~ 47.33%
G 185 of 505 ~ 36.63%
B 81 of 505 ~ 16.04%

%47.33
%36.63
%16.04

CMYK color model

#EFB951 color CMYK value is (0,23,66,6).

  • cyan value is 0.00%
  • magenta value is 22.59%
  • yellow value is 66.11%
  • key color value is 6.27%
CMYK:
(0,23,66,6)
C0M23Y66K6 
(0%,23%,66%,6%)
(0.00/0.23/0.66/0.06)	

CMYK percentages

%0
%22.59
%66.11
%6.27

Codes

Color #EFB951 in popluar color models

EFB951
RGB23918581
HSL39°83.16%62.75%
HSB/HSV39°66.11%93.73%
CMYK0.00%22.59%66.11%
6.27%

Color #EFB951 in popluar number systems.

HEXEFB951
Decimal23918581
Binary11101111101110011010001
Octal357271121

Shades and tints

Shades of #EFB951

#EFB951
(239,185,81)
#DAA94A
(218,169,74)
#C59943
(197,153,67)
#B0893C
(176,137,60)
#9B7935
(155,121,53)
#86692E
(134,105,46)
#715927
(113,89,39)
#5C4920
(92,73,32)
#473919
(71,57,25)
#322912
(50,41,18)
#1D190B
(29,25,11)
#000000
(0,0,0)

Tints of #EFB951

#EFB951
(239,185,81)
#F0BF60
(240,191,96)
#F1C56F
(241,197,111)
#F2CB7E
(242,203,126)
#F3D18D
(243,209,141)
#F4D79C
(244,215,156)
#F5DDAB
(245,221,171)
#F6E3BA
(246,227,186)
#F7E9C9
(247,233,201)
#F8EFD8
(248,239,216)
#F9F5E7
(249,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB951 color. Also use rgb(239,185,81) instead hex code.

Text Font Color

.myTextColor { color: #EFB951; }

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

This text font color is #EFB951.


Background Color

.myBgColor { background-color: #EFB951; }

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

This div background color is #EFB951.


Border color

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

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

This div border color is #EFB951.


Opacity

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

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

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

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

This text has shadow with #EFB951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB951 on black background.


Color preview on white background

This text has color #EFB951 on white background.



Black color preview on #EFB951 background

This text has black color on #EFB951 background.


White color preview on #EFB951 background

This text has white color on #EFB951 background.