COLOR #E1C898

HEX: #E1C898 RGB: (225,200,152)

Color info

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

RGB color model

#E1C898 color RGB value is (225,200,152).

RGB: (225,200,152) (88%, 78%, 60%)

RGB channels and saturation

R 225 of 255 = 88%
G 200 of 255 = 78%
B 152 of 255 = 60%

225
200
152

R + G + B ~ 75%. #E1C898 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 200 + 152 = 577 (100%)
R 225 of 577 ~ 38.99%
G 200 of 577 ~ 34.66%
B 152 of 577 ~ 26.34'%

%38.99
%34.66
%26.34

CMYK color model

#E1C898 color CMYK value is (0,11,32,12).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 32.44%
  • key color value is 11.76%
CMYK: (0,11,32,12) C0M11Y32K12 (0%,11%,32%,12%) (0.00/0.11/0.32/0.12) 

CMYK percentages

%0
%11.11
%32.44
%11.76

Codes

Color #E1C898 in popluar color models

E1 C8 98
RGB 225 200 152
HSL 39° 54.89% 73.92%
HSB/HSV 39° 32.44% 88.24%
CMYK 0.00% 11.11% 32.44%
11.76%

Color #E1C898 in popluar number systems.

HEX E1 C8 98
Decimal 225 200 152
Binary 11100001 11001000 10011000
Octal 341 310 230

Shades and tints

Shades of #E1C898

#E1C898
(225,200,152)
#CDB68B
(205,182,139)
#B9A47E
(185,164,126)
#A59271
(165,146,113)
#918064
(145,128,100)
#7D6E57
(125,110,87)
#695C4A
(105,92,74)
#554A3D
(85,74,61)
#413830
(65,56,48)
#2D2623
(45,38,35)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #E1C898

#E1C898
(225,200,152)
#E3CDA1
(227,205,161)
#E5D2AA
(229,210,170)
#E7D7B3
(231,215,179)
#E9DCBC
(233,220,188)
#EBE1C5
(235,225,197)
#EDE6CE
(237,230,206)
#EFEBD7
(239,235,215)
#F1F0E0
(241,240,224)
#F3F5E9
(243,245,233)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C898 color. Also use rgb(225,200,152) instead hex code.

Text Font Color

.myTextColor { color: #E1C898; }

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

This text font color is #E1C898.

Background Color

.myBgColor { background-color: #E1C898; }

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

This div background color is #E1C898.

Border color

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

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

This div border color is #E1C898.

Opacity

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

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

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

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

This text has shadow with #E1C898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C898.

Preview

Color preview on black background

This text has color #E1C898 on black background.


Color preview on white background

This text has color #E1C898 on white background.


Black color preview on #E1C898 background

This text has black color on #E1C898 background.


White color preview on #E1C898 background

This text has white color on #E1C898 background.


Related colors

Complementary color

Complementary color for #hex is #1E3767.


I love getcolorcode.com

Triadic colors

1 #98E1C8 and #C898E1 with #E1C898 are triadic colors.

2 #98C8E1 and #C8E198 with #E1C898 are triadic colors.