COLOR #E9B294

HEX: #E9B294
RGB: (233,178,148)

Color info

#E9B294 contains mainly red and green colors. Web safe color of #E9B294 is #FF9999 (or #F99).

RGB color model

#E9B294 color RGB value is (233,178,148).

  • red value is 233;
  • green value is 178;
  • blue value is 148.
RGB:
(233,178,148)
(91%,70%,58%)

RGB channels and saturation

R 233 of 255 = 91%
G 178 of 255 = 70%
B 148 of 255 = 58%

233
178
148

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

Portions of RGB colors in percentages

R + G + B =
233 + 178 + 148 = 559 (100%)
R 233 of 559 ~ 41.68%
G 178 of 559 ~ 31.84%
B 148 of 559 ~ 26.48%

%41.68
%31.84
%26.48

CMYK color model

#E9B294 color CMYK value is (0,24,36,9).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 36.48%
  • key color value is 8.63%
CMYK:
(0,24,36,9)
C0M24Y36K9 
(0%,24%,36%,9%)
(0.00/0.24/0.36/0.09)	

CMYK percentages

%0
%23.61
%36.48
%8.63

Codes

Color #E9B294 in popluar color models

E9B294
RGB233178148
HSL21°65.89%74.71%
HSB/HSV21°36.48%91.37%
CMYK0.00%23.61%36.48%
8.63%

Color #E9B294 in popluar number systems.

HEXE9B294
Decimal233178148
Binary111010011011001010010100
Octal351262224

Shades and tints

Shades of #E9B294

#E9B294
(233,178,148)
#D4A287
(212,162,135)
#BF927A
(191,146,122)
#AA826D
(170,130,109)
#957260
(149,114,96)
#806253
(128,98,83)
#6B5246
(107,82,70)
#564239
(86,66,57)
#41322C
(65,50,44)
#2C221F
(44,34,31)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #E9B294

#E9B294
(233,178,148)
#EBB99D
(235,185,157)
#EDC0A6
(237,192,166)
#EFC7AF
(239,199,175)
#F1CEB8
(241,206,184)
#F3D5C1
(243,213,193)
#F5DCCA
(245,220,202)
#F7E3D3
(247,227,211)
#F9EADC
(249,234,220)
#FBF1E5
(251,241,229)
#FDF8EE
(253,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B294 color. Also use rgb(233,178,148) instead hex code.

Text Font Color

.myTextColor { color: #E9B294; }

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

This text font color is #E9B294.


Background Color

.myBgColor { background-color: #E9B294; }

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

This div background color is #E9B294.


Border color

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

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

This div border color is #E9B294.


Opacity

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

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

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

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

This text has shadow with #E9B294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B294 on black background.


Color preview on white background

This text has color #E9B294 on white background.



Black color preview on #E9B294 background

This text has black color on #E9B294 background.


White color preview on #E9B294 background

This text has white color on #E9B294 background.