COLOR #E0B58E

HEX: #E0B58E
RGB: (224,181,142)

Color info

#E0B58E contains mainly red and green colors. Web safe color of #E0B58E is #CCCC99 (or #CC9).

RGB color model

#E0B58E color RGB value is (224,181,142).

  • red value is 224;
  • green value is 181;
  • blue value is 142.
RGB:
(224,181,142)
(88%,71%,56%)

RGB channels and saturation

R 224 of 255 = 88%
G 181 of 255 = 71%
B 142 of 255 = 56%

224
181
142

R + G + B ~ 72%. #E0B58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 181 + 142 = 547 (100%)
R 224 of 547 ~ 40.95%
G 181 of 547 ~ 33.09%
B 142 of 547 ~ 25.96%

%40.95
%33.09
%25.96

CMYK color model

#E0B58E color CMYK value is (0,19,37,12).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 36.61%
  • key color value is 12.16%
CMYK:
(0,19,37,12)
C0M19Y37K12 
(0%,19%,37%,12%)
(0.00/0.19/0.37/0.12)	

CMYK percentages

%0
%19.2
%36.61
%12.16

Codes

Color #E0B58E in popluar color models

E0B58E
RGB224181142
HSL29°56.94%71.76%
HSB/HSV29°36.61%87.84%
CMYK0.00%19.20%36.61%
12.16%

Color #E0B58E in popluar number systems.

HEXE0B58E
Decimal224181142
Binary111000001011010110001110
Octal340265216

Shades and tints

Shades of #E0B58E

#E0B58E
(224,181,142)
#CCA582
(204,165,130)
#B89576
(184,149,118)
#A4856A
(164,133,106)
#90755E
(144,117,94)
#7C6552
(124,101,82)
#685546
(104,85,70)
#54453A
(84,69,58)
#40352E
(64,53,46)
#2C2522
(44,37,34)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #E0B58E

#E0B58E
(224,181,142)
#E2BB98
(226,187,152)
#E4C1A2
(228,193,162)
#E6C7AC
(230,199,172)
#E8CDB6
(232,205,182)
#EAD3C0
(234,211,192)
#ECD9CA
(236,217,202)
#EEDFD4
(238,223,212)
#F0E5DE
(240,229,222)
#F2EBE8
(242,235,232)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B58E color. Also use rgb(224,181,142) instead hex code.

Text Font Color

.myTextColor { color: #E0B58E; }

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

This text font color is #E0B58E.


Background Color

.myBgColor { background-color: #E0B58E; }

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

This div background color is #E0B58E.


Border color

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

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

This div border color is #E0B58E.


Opacity

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

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

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

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

This text has shadow with #E0B58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B58E on black background.


Color preview on white background

This text has color #E0B58E on white background.



Black color preview on #E0B58E background

This text has black color on #E0B58E background.


White color preview on #E0B58E background

This text has white color on #E0B58E background.