COLOR #EFB08E

HEX: #EFB08E RGB: (239,176,142)

Color info

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

RGB color model

#EFB08E color RGB value is (239,176,142).

RGB: (239,176,142) (94%, 69%, 56%)

RGB channels and saturation

R 239 of 255 = 94%
G 176 of 255 = 69%
B 142 of 255 = 56%

239
176
142

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

Portions of RGB colors in percentages

R + G + B = 239 + 176 + 142 = 557 (100%)
R 239 of 557 ~ 42.91%
G 176 of 557 ~ 31.6%
B 142 of 557 ~ 25.49'%

%42.91
%31.6
%25.49

CMYK color model

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

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

Codes

Color #EFB08E in popluar color models

EF B0 8E
RGB 239 176 142
HSL 21° 75.19% 74.71%
HSB/HSV 21° 40.59% 93.73%
CMYK 0.00% 26.36% 40.59%
6.27%

Color #EFB08E in popluar number systems.

HEX EF B0 8E
Decimal 239 176 142
Binary 11101111 10110000 10001110
Octal 357 260 216

Shades and tints

Shades of #EFB08E

#EFB08E
(239,176,142)
#DAA082
(218,160,130)
#C59076
(197,144,118)
#B0806A
(176,128,106)
#9B705E
(155,112,94)
#866052
(134,96,82)
#715046
(113,80,70)
#5C403A
(92,64,58)
#47302E
(71,48,46)
#322022
(50,32,34)
#1D1016
(29,16,22)
#000000
(0,0,0)

Tints of #EFB08E

#EFB08E
(239,176,142)
#F0B798
(240,183,152)
#F1BEA2
(241,190,162)
#F2C5AC
(242,197,172)
#F3CCB6
(243,204,182)
#F4D3C0
(244,211,192)
#F5DACA
(245,218,202)
#F6E1D4
(246,225,212)
#F7E8DE
(247,232,222)
#F8EFE8
(248,239,232)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB08E; }

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

This text font color is #EFB08E.

Background Color

.myBgColor { background-color: #EFB08E; }

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

This div background color is #EFB08E.

Border color

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

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

This div border color is #EFB08E.

Opacity

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

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

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

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

This text has shadow with #EFB08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB08E.

Preview

Color preview on black background

This text has color #EFB08E on black background.


Color preview on white background

This text has color #EFB08E on white background.


Black color preview on #EFB08E background

This text has black color on #EFB08E background.


White color preview on #EFB08E background

This text has white color on #EFB08E background.


Related colors

Complementary color

Complementary color for #hex is #104F71.


I love getcolorcode.com

Triadic colors

1 #8EEFB0 and #B08EEF with #EFB08E are triadic colors.

2 #8EB0EF and #B0EF8E with #EFB08E are triadic colors.