COLOR #EFB09E

HEX: #EFB09E RGB: (239,176,158)

Color info

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

RGB color model

#EFB09E color RGB value is (239,176,158).

RGB: (239,176,158) (94%, 69%, 62%)

RGB channels and saturation

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

239
176
158

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

Portions of RGB colors in percentages

R + G + B = 239 + 176 + 158 = 573 (100%)
R 239 of 573 ~ 41.71%
G 176 of 573 ~ 30.72%
B 158 of 573 ~ 27.57'%

%41.71
%30.72
%27.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.36%
  • 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
%26.36
%33.89
%6.27

Codes

Color #EFB09E in popluar color models

EF B0 9E
RGB 239 176 158
HSL 13° 71.68% 77.84%
HSB/HSV 13° 33.89% 93.73%
CMYK 0.00% 26.36% 33.89%
6.27%

Color #EFB09E in popluar number systems.

HEX EF B0 9E
Decimal 239 176 158
Binary 11101111 10110000 10011110
Octal 357 260 236

Shades and tints

Shades of #EFB09E

#EFB09E
(239,176,158)
#DAA090
(218,160,144)
#C59082
(197,144,130)
#B08074
(176,128,116)
#9B7066
(155,112,102)
#866058
(134,96,88)
#71504A
(113,80,74)
#5C403C
(92,64,60)
#47302E
(71,48,46)
#322020
(50,32,32)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #EFB09E

#EFB09E
(239,176,158)
#F0B7A6
(240,183,166)
#F1BEAE
(241,190,174)
#F2C5B6
(242,197,182)
#F3CCBE
(243,204,190)
#F4D3C6
(244,211,198)
#F5DACE
(245,218,206)
#F6E1D6
(246,225,214)
#F7E8DE
(247,232,222)
#F8EFE6
(248,239,230)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB09E; }

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

This text font color is #EFB09E.

Background Color

.myBgColor { background-color: #EFB09E; }

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

This div background color is #EFB09E.

Border color

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

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

This div border color is #EFB09E.

Opacity

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

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

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

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

This text has shadow with #EFB09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB09E.

Preview

Color preview on black background

This text has color #EFB09E on black background.


Color preview on white background

This text has color #EFB09E on white background.


Black color preview on #EFB09E background

This text has black color on #EFB09E background.


White color preview on #EFB09E background

This text has white color on #EFB09E background.


Related colors

Complementary color

Complementary color for #hex is #104F61.


I love getcolorcode.com

Triadic colors

1 #9EEFB0 and #B09EEF with #EFB09E are triadic colors.

2 #9EB0EF and #B0EF9E with #EFB09E are triadic colors.