COLOR #E7C289

HEX: #E7C289
RGB: (231,194,137)

Color info

#E7C289 contains mainly red and green colors. Web safe color of #E7C289 is #FFCC99 (or #FC9).

RGB color model

#E7C289 color RGB value is (231,194,137).

  • red value is 231;
  • green value is 194;
  • blue value is 137.
RGB:
(231,194,137)
(91%,76%,54%)

RGB channels and saturation

R 231 of 255 = 91%
G 194 of 255 = 76%
B 137 of 255 = 54%

231
194
137

R + G + B ~ 74%. #E7C289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 194 + 137 = 562 (100%)
R 231 of 562 ~ 41.1%
G 194 of 562 ~ 34.52%
B 137 of 562 ~ 24.38%

%41.1
%34.52
%24.38

CMYK color model

#E7C289 color CMYK value is (0,16,41,9).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 40.69%
  • key color value is 9.41%
CMYK:
(0,16,41,9)
C0M16Y41K9 
(0%,16%,41%,9%)
(0.00/0.16/0.41/0.09)	

CMYK percentages

%0
%16.02
%40.69
%9.41

Codes

Color #E7C289 in popluar color models

E7C289
RGB231194137
HSL36°66.20%72.16%
HSB/HSV36°40.69%90.59%
CMYK0.00%16.02%40.69%
9.41%

Color #E7C289 in popluar number systems.

HEXE7C289
Decimal231194137
Binary111001111100001010001001
Octal347302211

Shades and tints

Shades of #E7C289

#E7C289
(231,194,137)
#D2B17D
(210,177,125)
#BDA071
(189,160,113)
#A88F65
(168,143,101)
#937E59
(147,126,89)
#7E6D4D
(126,109,77)
#695C41
(105,92,65)
#544B35
(84,75,53)
#3F3A29
(63,58,41)
#2A291D
(42,41,29)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #E7C289

#E7C289
(231,194,137)
#E9C793
(233,199,147)
#EBCC9D
(235,204,157)
#EDD1A7
(237,209,167)
#EFD6B1
(239,214,177)
#F1DBBB
(241,219,187)
#F3E0C5
(243,224,197)
#F5E5CF
(245,229,207)
#F7EAD9
(247,234,217)
#F9EFE3
(249,239,227)
#FBF4ED
(251,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C289 color. Also use rgb(231,194,137) instead hex code.

Text Font Color

.myTextColor { color: #E7C289; }

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

This text font color is #E7C289.


Background Color

.myBgColor { background-color: #E7C289; }

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

This div background color is #E7C289.


Border color

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

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

This div border color is #E7C289.


Opacity

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

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

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

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

This text has shadow with #E7C289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C289 on black background.


Color preview on white background

This text has color #E7C289 on white background.



Black color preview on #E7C289 background

This text has black color on #E7C289 background.


White color preview on #E7C289 background

This text has white color on #E7C289 background.