COLOR #EFB57D

HEX: #EFB57D
RGB: (239,181,125)

Color info

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

RGB color model

#EFB57D color RGB value is (239,181,125).

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

RGB channels and saturation

R 239 of 255 = 94%
G 181 of 255 = 71%
B 125 of 255 = 49%

239
181
125

R + G + B ~ 71%. #EFB57D is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 181 + 125 = 545 (100%)
R 239 of 545 ~ 43.85%
G 181 of 545 ~ 33.21%
B 125 of 545 ~ 22.94%

%43.85
%33.21
%22.94

CMYK color model

#EFB57D color CMYK value is (0,24,48,6).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 47.70%
  • key color value is 6.27%
CMYK:
(0,24,48,6)
C0M24Y48K6 
(0%,24%,48%,6%)
(0.00/0.24/0.48/0.06)	

CMYK percentages

%0
%24.27
%47.7
%6.27

Codes

Color #EFB57D in popluar color models

EFB57D
RGB239181125
HSL29°78.08%71.37%
HSB/HSV29°47.70%93.73%
CMYK0.00%24.27%47.70%
6.27%

Color #EFB57D in popluar number systems.

HEXEFB57D
Decimal239181125
Binary11101111101101011111101
Octal357265175

Shades and tints

Shades of #EFB57D

#EFB57D
(239,181,125)
#DAA572
(218,165,114)
#C59567
(197,149,103)
#B0855C
(176,133,92)
#9B7551
(155,117,81)
#866546
(134,101,70)
#71553B
(113,85,59)
#5C4530
(92,69,48)
#473525
(71,53,37)
#32251A
(50,37,26)
#1D150F
(29,21,15)
#000000
(0,0,0)

Tints of #EFB57D

#EFB57D
(239,181,125)
#F0BB88
(240,187,136)
#F1C193
(241,193,147)
#F2C79E
(242,199,158)
#F3CDA9
(243,205,169)
#F4D3B4
(244,211,180)
#F5D9BF
(245,217,191)
#F6DFCA
(246,223,202)
#F7E5D5
(247,229,213)
#F8EBE0
(248,235,224)
#F9F1EB
(249,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB57D; }

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

This text font color is #EFB57D.


Background Color

.myBgColor { background-color: #EFB57D; }

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

This div background color is #EFB57D.


Border color

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

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

This div border color is #EFB57D.


Opacity

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

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

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

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

This text has shadow with #EFB57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB57D on black background.


Color preview on white background

This text has color #EFB57D on white background.



Black color preview on #EFB57D background

This text has black color on #EFB57D background.


White color preview on #EFB57D background

This text has white color on #EFB57D background.