COLOR #E1C689

HEX: #E1C689
RGB: (225,198,137)

Color info

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

RGB color model

#E1C689 color RGB value is (225,198,137).

  • red value is 225;
  • green value is 198;
  • blue value is 137.
RGB:
(225,198,137)
(88%,78%,54%)

RGB channels and saturation

R 225 of 255 = 88%
G 198 of 255 = 78%
B 137 of 255 = 54%

225
198
137

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

Portions of RGB colors in percentages

R + G + B =
225 + 198 + 137 = 560 (100%)
R 225 of 560 ~ 40.18%
G 198 of 560 ~ 35.36%
B 137 of 560 ~ 24.46%

%40.18
%35.36
%24.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 39.11%
  • key color value is 11.76%
CMYK:
(0,12,39,12)
C0M12Y39K12 
(0%,12%,39%,12%)
(0.00/0.12/0.39/0.12)	

CMYK percentages

%0
%12
%39.11
%11.76

Codes

Color #E1C689 in popluar color models

E1C689
RGB225198137
HSL42°59.46%70.98%
HSB/HSV42°39.11%88.24%
CMYK0.00%12.00%39.11%
11.76%

Color #E1C689 in popluar number systems.

HEXE1C689
Decimal225198137
Binary111000011100011010001001
Octal341306211

Shades and tints

Shades of #E1C689

#E1C689
(225,198,137)
#CDB47D
(205,180,125)
#B9A271
(185,162,113)
#A59065
(165,144,101)
#917E59
(145,126,89)
#7D6C4D
(125,108,77)
#695A41
(105,90,65)
#554835
(85,72,53)
#413629
(65,54,41)
#2D241D
(45,36,29)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #E1C689

#E1C689
(225,198,137)
#E3CB93
(227,203,147)
#E5D09D
(229,208,157)
#E7D5A7
(231,213,167)
#E9DAB1
(233,218,177)
#EBDFBB
(235,223,187)
#EDE4C5
(237,228,197)
#EFE9CF
(239,233,207)
#F1EED9
(241,238,217)
#F3F3E3
(243,243,227)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C689 color. Also use rgb(225,198,137) instead hex code.

Text Font Color

.myTextColor { color: #E1C689; }

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

This text font color is #E1C689.


Background Color

.myBgColor { background-color: #E1C689; }

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

This div background color is #E1C689.


Border color

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

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

This div border color is #E1C689.


Opacity

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

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

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

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

This text has shadow with #E1C689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C689 on black background.


Color preview on white background

This text has color #E1C689 on white background.



Black color preview on #E1C689 background

This text has black color on #E1C689 background.


White color preview on #E1C689 background

This text has white color on #E1C689 background.