COLOR #E0B289

HEX: #E0B289
RGB: (224,178,137)

Color info

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

RGB color model

#E0B289 color RGB value is (224,178,137).

  • red value is 224;
  • green value is 178;
  • blue value is 137.
RGB:
(224,178,137)
(88%,70%,54%)

RGB channels and saturation

R 224 of 255 = 88%
G 178 of 255 = 70%
B 137 of 255 = 54%

224
178
137

R + G + B ~ 71%. #E0B289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 178 + 137 = 539 (100%)
R 224 of 539 ~ 41.56%
G 178 of 539 ~ 33.02%
B 137 of 539 ~ 25.42%

%41.56
%33.02
%25.42

CMYK color model

#E0B289 color CMYK value is (0,21,39,12).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 38.84%
  • key color value is 12.16%
CMYK:
(0,21,39,12)
C0M21Y39K12 
(0%,21%,39%,12%)
(0.00/0.21/0.39/0.12)	

CMYK percentages

%0
%20.54
%38.84
%12.16

Codes

Color #E0B289 in popluar color models

E0B289
RGB224178137
HSL28°58.39%70.78%
HSB/HSV28°38.84%87.84%
CMYK0.00%20.54%38.84%
12.16%

Color #E0B289 in popluar number systems.

HEXE0B289
Decimal224178137
Binary111000001011001010001001
Octal340262211

Shades and tints

Shades of #E0B289

#E0B289
(224,178,137)
#CCA27D
(204,162,125)
#B89271
(184,146,113)
#A48265
(164,130,101)
#907259
(144,114,89)
#7C624D
(124,98,77)
#685241
(104,82,65)
#544235
(84,66,53)
#403229
(64,50,41)
#2C221D
(44,34,29)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #E0B289

#E0B289
(224,178,137)
#E2B993
(226,185,147)
#E4C09D
(228,192,157)
#E6C7A7
(230,199,167)
#E8CEB1
(232,206,177)
#EAD5BB
(234,213,187)
#ECDCC5
(236,220,197)
#EEE3CF
(238,227,207)
#F0EAD9
(240,234,217)
#F2F1E3
(242,241,227)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B289 color. Also use rgb(224,178,137) instead hex code.

Text Font Color

.myTextColor { color: #E0B289; }

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

This text font color is #E0B289.


Background Color

.myBgColor { background-color: #E0B289; }

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

This div background color is #E0B289.


Border color

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

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

This div border color is #E0B289.


Opacity

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

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

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

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

This text has shadow with #E0B289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B289 on black background.


Color preview on white background

This text has color #E0B289 on white background.



Black color preview on #E0B289 background

This text has black color on #E0B289 background.


White color preview on #E0B289 background

This text has white color on #E0B289 background.