COLOR #EFB19E

HEX: #EFB19E
RGB: (239,177,158)

Color info

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

RGB color model

#EFB19E color RGB value is (239,177,158).

  • red value is 239;
  • green value is 177;
  • blue value is 158.
RGB:
(239,177,158)
(94%,69%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 177 of 255 = 69%
B 158 of 255 = 62%

239
177
158

R + G + B ~ 75%. #EFB19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 177 + 158 = 574 (100%)
R 239 of 574 ~ 41.64%
G 177 of 574 ~ 30.84%
B 158 of 574 ~ 27.53%

%41.64
%30.84
%27.53

CMYK color model

#EFB19E color CMYK value is (0,26,34,6).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 33.89%
  • key color value is 6.27%
CMYK:
(0,26,34,6)
C0M26Y34K6 
(0%,26%,34%,6%)
(0.00/0.26/0.34/0.06)	

CMYK percentages

%0
%25.94
%33.89
%6.27

Codes

Color #EFB19E in popluar color models

EFB19E
RGB239177158
HSL14°71.68%77.84%
HSB/HSV14°33.89%93.73%
CMYK0.00%25.94%33.89%
6.27%

Color #EFB19E in popluar number systems.

HEXEFB19E
Decimal239177158
Binary111011111011000110011110
Octal357261236

Shades and tints

Shades of #EFB19E

#EFB19E
(239,177,158)
#DAA190
(218,161,144)
#C59182
(197,145,130)
#B08174
(176,129,116)
#9B7166
(155,113,102)
#866158
(134,97,88)
#71514A
(113,81,74)
#5C413C
(92,65,60)
#47312E
(71,49,46)
#322120
(50,33,32)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #EFB19E

#EFB19E
(239,177,158)
#F0B8A6
(240,184,166)
#F1BFAE
(241,191,174)
#F2C6B6
(242,198,182)
#F3CDBE
(243,205,190)
#F4D4C6
(244,212,198)
#F5DBCE
(245,219,206)
#F6E2D6
(246,226,214)
#F7E9DE
(247,233,222)
#F8F0E6
(248,240,230)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB19E color. Also use rgb(239,177,158) instead hex code.

Text Font Color

.myTextColor { color: #EFB19E; }

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

This text font color is #EFB19E.


Background Color

.myBgColor { background-color: #EFB19E; }

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

This div background color is #EFB19E.


Border color

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

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

This div border color is #EFB19E.


Opacity

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

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

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

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

This text has shadow with #EFB19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB19E on black background.


Color preview on white background

This text has color #EFB19E on white background.



Black color preview on #EFB19E background

This text has black color on #EFB19E background.


White color preview on #EFB19E background

This text has white color on #EFB19E background.