COLOR #EFB28D

HEX: #EFB28D
RGB: (239,178,141)

Color info

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

RGB color model

#EFB28D color RGB value is (239,178,141).

  • red value is 239;
  • green value is 178;
  • blue value is 141.
RGB:
(239,178,141)
(94%,70%,55%)

RGB channels and saturation

R 239 of 255 = 94%
G 178 of 255 = 70%
B 141 of 255 = 55%

239
178
141

R + G + B ~ 73%. #EFB28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 178 + 141 = 558 (100%)
R 239 of 558 ~ 42.83%
G 178 of 558 ~ 31.9%
B 141 of 558 ~ 25.27%

%42.83
%31.9
%25.27

CMYK color model

#EFB28D color CMYK value is (0,26,41,6).

  • cyan value is 0.00%
  • magenta value is 25.52%
  • yellow value is 41.00%
  • key color value is 6.27%
CMYK:
(0,26,41,6)
C0M26Y41K6 
(0%,26%,41%,6%)
(0.00/0.26/0.41/0.06)	

CMYK percentages

%0
%25.52
%41
%6.27

Codes

Color #EFB28D in popluar color models

EFB28D
RGB239178141
HSL23°75.38%74.51%
HSB/HSV23°41.00%93.73%
CMYK0.00%25.52%41.00%
6.27%

Color #EFB28D in popluar number systems.

HEXEFB28D
Decimal239178141
Binary111011111011001010001101
Octal357262215

Shades and tints

Shades of #EFB28D

#EFB28D
(239,178,141)
#DAA281
(218,162,129)
#C59275
(197,146,117)
#B08269
(176,130,105)
#9B725D
(155,114,93)
#866251
(134,98,81)
#715245
(113,82,69)
#5C4239
(92,66,57)
#47322D
(71,50,45)
#322221
(50,34,33)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #EFB28D

#EFB28D
(239,178,141)
#F0B997
(240,185,151)
#F1C0A1
(241,192,161)
#F2C7AB
(242,199,171)
#F3CEB5
(243,206,181)
#F4D5BF
(244,213,191)
#F5DCC9
(245,220,201)
#F6E3D3
(246,227,211)
#F7EADD
(247,234,221)
#F8F1E7
(248,241,231)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB28D color. Also use rgb(239,178,141) instead hex code.

Text Font Color

.myTextColor { color: #EFB28D; }

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

This text font color is #EFB28D.


Background Color

.myBgColor { background-color: #EFB28D; }

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

This div background color is #EFB28D.


Border color

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

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

This div border color is #EFB28D.


Opacity

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

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

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

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

This text has shadow with #EFB28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB28D on black background.


Color preview on white background

This text has color #EFB28D on white background.



Black color preview on #EFB28D background

This text has black color on #EFB28D background.


White color preview on #EFB28D background

This text has white color on #EFB28D background.