COLOR #E0B493

HEX: #E0B493
RGB: (224,180,147)

Color info

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

RGB color model

#E0B493 color RGB value is (224,180,147).

  • red value is 224;
  • green value is 180;
  • blue value is 147.
RGB:
(224,180,147)
(88%,71%,58%)

RGB channels and saturation

R 224 of 255 = 88%
G 180 of 255 = 71%
B 147 of 255 = 58%

224
180
147

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

Portions of RGB colors in percentages

R + G + B =
224 + 180 + 147 = 551 (100%)
R 224 of 551 ~ 40.65%
G 180 of 551 ~ 32.67%
B 147 of 551 ~ 26.68%

%40.65
%32.67
%26.68

CMYK color model

#E0B493 color CMYK value is (0,20,34,12).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 34.38%
  • key color value is 12.16%
CMYK:
(0,20,34,12)
C0M20Y34K12 
(0%,20%,34%,12%)
(0.00/0.20/0.34/0.12)	

CMYK percentages

%0
%19.64
%34.38
%12.16

Codes

Color #E0B493 in popluar color models

E0B493
RGB224180147
HSL26°55.40%72.75%
HSB/HSV26°34.38%87.84%
CMYK0.00%19.64%34.38%
12.16%

Color #E0B493 in popluar number systems.

HEXE0B493
Decimal224180147
Binary111000001011010010010011
Octal340264223

Shades and tints

Shades of #E0B493

#E0B493
(224,180,147)
#CCA486
(204,164,134)
#B89479
(184,148,121)
#A4846C
(164,132,108)
#90745F
(144,116,95)
#7C6452
(124,100,82)
#685445
(104,84,69)
#544438
(84,68,56)
#40342B
(64,52,43)
#2C241E
(44,36,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #E0B493

#E0B493
(224,180,147)
#E2BA9C
(226,186,156)
#E4C0A5
(228,192,165)
#E6C6AE
(230,198,174)
#E8CCB7
(232,204,183)
#EAD2C0
(234,210,192)
#ECD8C9
(236,216,201)
#EEDED2
(238,222,210)
#F0E4DB
(240,228,219)
#F2EAE4
(242,234,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B493 color. Also use rgb(224,180,147) instead hex code.

Text Font Color

.myTextColor { color: #E0B493; }

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

This text font color is #E0B493.


Background Color

.myBgColor { background-color: #E0B493; }

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

This div background color is #E0B493.


Border color

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

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

This div border color is #E0B493.


Opacity

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

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

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

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

This text has shadow with #E0B493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B493 on black background.


Color preview on white background

This text has color #E0B493 on white background.



Black color preview on #E0B493 background

This text has black color on #E0B493 background.


White color preview on #E0B493 background

This text has white color on #E0B493 background.