COLOR #EFB087

HEX: #EFB087
RGB: (239,176,135)

Color info

#EFB087 contains mainly red color. Web safe color of #EFB087 is #FF9999 (or #F99).

RGB color model

#EFB087 color RGB value is (239,176,135).

  • red value is 239;
  • green value is 176;
  • blue value is 135.
RGB:
(239,176,135)
(94%,69%,53%)

RGB channels and saturation

R 239 of 255 = 94%
G 176 of 255 = 69%
B 135 of 255 = 53%

239
176
135

R + G + B ~ 72%. #EFB087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 176 + 135 = 550 (100%)
R 239 of 550 ~ 43.45%
G 176 of 550 ~ 32%
B 135 of 550 ~ 24.55%

%43.45
%32
%24.55

CMYK color model

#EFB087 color CMYK value is (0,26,44,6).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 43.51%
  • key color value is 6.27%
CMYK:
(0,26,44,6)
C0M26Y44K6 
(0%,26%,44%,6%)
(0.00/0.26/0.44/0.06)	

CMYK percentages

%0
%26.36
%43.51
%6.27

Codes

Color #EFB087 in popluar color models

EFB087
RGB239176135
HSL24°76.47%73.33%
HSB/HSV24°43.51%93.73%
CMYK0.00%26.36%43.51%
6.27%

Color #EFB087 in popluar number systems.

HEXEFB087
Decimal239176135
Binary111011111011000010000111
Octal357260207

Shades and tints

Shades of #EFB087

#EFB087
(239,176,135)
#DAA07B
(218,160,123)
#C5906F
(197,144,111)
#B08063
(176,128,99)
#9B7057
(155,112,87)
#86604B
(134,96,75)
#71503F
(113,80,63)
#5C4033
(92,64,51)
#473027
(71,48,39)
#32201B
(50,32,27)
#1D100F
(29,16,15)
#000000
(0,0,0)

Tints of #EFB087

#EFB087
(239,176,135)
#F0B791
(240,183,145)
#F1BE9B
(241,190,155)
#F2C5A5
(242,197,165)
#F3CCAF
(243,204,175)
#F4D3B9
(244,211,185)
#F5DAC3
(245,218,195)
#F6E1CD
(246,225,205)
#F7E8D7
(247,232,215)
#F8EFE1
(248,239,225)
#F9F6EB
(249,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB087 color. Also use rgb(239,176,135) instead hex code.

Text Font Color

.myTextColor { color: #EFB087; }

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

This text font color is #EFB087.


Background Color

.myBgColor { background-color: #EFB087; }

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

This div background color is #EFB087.


Border color

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

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

This div border color is #EFB087.


Opacity

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

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

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

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

This text has shadow with #EFB087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB087 on black background.


Color preview on white background

This text has color #EFB087 on white background.



Black color preview on #EFB087 background

This text has black color on #EFB087 background.


White color preview on #EFB087 background

This text has white color on #EFB087 background.