COLOR #EFE0B0

HEX: #EFE0B0 RGB: (239,224,176)

Color info

#EFE0B0 contains mainly red and green colors. Web safe color of #EFE0B0 is #FFCC99 (or #FC9).

RGB color model

#EFE0B0 color RGB value is (239,224,176).

RGB: (239,224,176) (94%, 88%, 69%)

RGB channels and saturation

R 239 of 255 = 94%
G 224 of 255 = 88%
B 176 of 255 = 69%

239
224
176

R + G + B ~ 84%. #EFE0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 224 + 176 = 639 (100%)
R 239 of 639 ~ 37.4%
G 224 of 639 ~ 35.05%
B 176 of 639 ~ 27.54'%

%37.4
%35.05
%27.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 26.36%
  • key color value is 6.27%

CMYK: (0,6,26,6)
C0M6Y26K6 (0%, 6%, 26%, 6%)
(0.00 / 0.06 / 0.26 / 0.06)

CMYK percentages

%0
%6.28
%26.36
%6.27

Codes

Color #EFE0B0 in popluar color models

EF E0 B0
RGB 239 224 176
HSL 46° 66.32% 81.37%
HSB/HSV 46° 26.36% 93.73%
CMYK 0.00% 6.28% 26.36%
6.27%

Color #EFE0B0 in popluar number systems.

HEX EF E0 B0
Decimal 239 224 176
Binary 11101111 11100000 10110000
Octal 357 340 260

Shades and tints

Shades of #EFE0B0

#EFE0B0
(239,224,176)
#DACCA0
(218,204,160)
#C5B890
(197,184,144)
#B0A480
(176,164,128)
#9B9070
(155,144,112)
#867C60
(134,124,96)
#716850
(113,104,80)
#5C5440
(92,84,64)
#474030
(71,64,48)
#322C20
(50,44,32)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #EFE0B0

#EFE0B0
(239,224,176)
#F0E2B7
(240,226,183)
#F1E4BE
(241,228,190)
#F2E6C5
(242,230,197)
#F3E8CC
(243,232,204)
#F4EAD3
(244,234,211)
#F5ECDA
(245,236,218)
#F6EEE1
(246,238,225)
#F7F0E8
(247,240,232)
#F8F2EF
(248,242,239)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE0B0; }

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

This text font color is #EFE0B0.

Background Color

.myBgColor { background-color: #EFE0B0; }

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

This div background color is #EFE0B0.

Border color

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

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

This div border color is #EFE0B0.

Opacity

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

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

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

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

This text has shadow with #EFE0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE0B0.

Preview

Color preview on black background

This text has color #EFE0B0 on black background.


Color preview on white background

This text has color #EFE0B0 on white background.


Black color preview on #EFE0B0 background

This text has black color on #EFE0B0 background.


White color preview on #EFE0B0 background

This text has white color on #EFE0B0 background.


Related colors

Complementary color

Complementary color for #hex is #101F4F.


I love getcolorcode.com

Triadic colors

1 #B0EFE0 and #E0B0EF with #EFE0B0 are triadic colors.

2 #B0E0EF and #E0EFB0 with #EFE0B0 are triadic colors.