COLOR #E1CB8A

HEX: #E1CB8A
RGB: (225,203,138)

Color info

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

RGB color model

#E1CB8A color RGB value is (225,203,138).

  • red value is 225;
  • green value is 203;
  • blue value is 138.
RGB:
(225,203,138)
(88%,80%,54%)

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 138 of 255 = 54%

225
203
138

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

Portions of RGB colors in percentages

R + G + B =
225 + 203 + 138 = 566 (100%)
R 225 of 566 ~ 39.75%
G 203 of 566 ~ 35.87%
B 138 of 566 ~ 24.38%

%39.75
%35.87
%24.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 38.67%
  • key color value is 11.76%
CMYK:
(0,10,39,12)
C0M10Y39K12 
(0%,10%,39%,12%)
(0.00/0.10/0.39/0.12)	

CMYK percentages

%0
%9.78
%38.67
%11.76

Codes

Color #E1CB8A in popluar color models

E1CB8A
RGB225203138
HSL45°59.18%71.18%
HSB/HSV45°38.67%88.24%
CMYK0.00%9.78%38.67%
11.76%

Color #E1CB8A in popluar number systems.

HEXE1CB8A
Decimal225203138
Binary111000011100101110001010
Octal341313212

Shades and tints

Shades of #E1CB8A

#E1CB8A
(225,203,138)
#CDB97E
(205,185,126)
#B9A772
(185,167,114)
#A59566
(165,149,102)
#91835A
(145,131,90)
#7D714E
(125,113,78)
#695F42
(105,95,66)
#554D36
(85,77,54)
#413B2A
(65,59,42)
#2D291E
(45,41,30)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #E1CB8A

#E1CB8A
(225,203,138)
#E3CF94
(227,207,148)
#E5D39E
(229,211,158)
#E7D7A8
(231,215,168)
#E9DBB2
(233,219,178)
#EBDFBC
(235,223,188)
#EDE3C6
(237,227,198)
#EFE7D0
(239,231,208)
#F1EBDA
(241,235,218)
#F3EFE4
(243,239,228)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CB8A color. Also use rgb(225,203,138) instead hex code.

Text Font Color

.myTextColor { color: #E1CB8A; }

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

This text font color is #E1CB8A.


Background Color

.myBgColor { background-color: #E1CB8A; }

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

This div background color is #E1CB8A.


Border color

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

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

This div border color is #E1CB8A.


Opacity

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

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

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

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

This text has shadow with #E1CB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CB8A on black background.


Color preview on white background

This text has color #E1CB8A on white background.



Black color preview on #E1CB8A background

This text has black color on #E1CB8A background.


White color preview on #E1CB8A background

This text has white color on #E1CB8A background.