COLOR #E0B39E

HEX: #E0B39E RGB: (224,179,158)

Color info

#E0B39E contains mainly red and green colors. Web safe color of #E0B39E is #CC9999 (or #C99).

RGB color model

#E0B39E color RGB value is (224,179,158).

RGB: (224,179,158) (88%, 70%, 62%)

RGB channels and saturation

R 224 of 255 = 88%
G 179 of 255 = 70%
B 158 of 255 = 62%

224
179
158

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

Portions of RGB colors in percentages

R + G + B = 224 + 179 + 158 = 561 (100%)
R 224 of 561 ~ 39.93%
G 179 of 561 ~ 31.91%
B 158 of 561 ~ 28.16'%

%39.93
%31.91
%28.16

CMYK color model

#E0B39E color CMYK value is (0,20,29,12).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 29.46%
  • key color value is 12.16%

CMYK: (0,20,29,12)
C0M20Y29K12 (0%, 20%, 29%, 12%)
(0.00 / 0.20 / 0.29 / 0.12)

CMYK percentages

%0
%20.09
%29.46
%12.16

Codes

Color #E0B39E in popluar color models

E0 B3 9E
RGB 224 179 158
HSL 19° 51.56% 74.90%
HSB/HSV 19° 29.46% 87.84%
CMYK 0.00% 20.09% 29.46%
12.16%

Color #E0B39E in popluar number systems.

HEX E0 B3 9E
Decimal 224 179 158
Binary 11100000 10110011 10011110
Octal 340 263 236

Shades and tints

Shades of #E0B39E

#E0B39E
(224,179,158)
#CCA390
(204,163,144)
#B89382
(184,147,130)
#A48374
(164,131,116)
#907366
(144,115,102)
#7C6358
(124,99,88)
#68534A
(104,83,74)
#54433C
(84,67,60)
#40332E
(64,51,46)
#2C2320
(44,35,32)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #E0B39E

#E0B39E
(224,179,158)
#E2B9A6
(226,185,166)
#E4BFAE
(228,191,174)
#E6C5B6
(230,197,182)
#E8CBBE
(232,203,190)
#EAD1C6
(234,209,198)
#ECD7CE
(236,215,206)
#EEDDD6
(238,221,214)
#F0E3DE
(240,227,222)
#F2E9E6
(242,233,230)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B39E color. Also use rgb(224,179,158) instead hex code.

Text Font Color

.myTextColor { color: #E0B39E; }

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

This text font color is #E0B39E.

Background Color

.myBgColor { background-color: #E0B39E; }

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

This div background color is #E0B39E.

Border color

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

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

This div border color is #E0B39E.

Opacity

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

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

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

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

This text has shadow with #E0B39E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B39E.

Preview

Color preview on black background

This text has color #E0B39E on black background.


Color preview on white background

This text has color #E0B39E on white background.


Black color preview on #E0B39E background

This text has black color on #E0B39E background.


White color preview on #E0B39E background

This text has white color on #E0B39E background.


Related colors

Complementary color

Complementary color for #hex is #1F4C61.


I love getcolorcode.com

Triadic colors

1 #9EE0B3 and #B39EE0 with #E0B39E are triadic colors.

2 #9EB3E0 and #B3E09E with #E0B39E are triadic colors.