COLOR #E9C38C

HEX: #E9C38C RGB: (233,195,140)

Color info

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

RGB color model

#E9C38C color RGB value is (233,195,140).

RGB: (233,195,140) (91%, 76%, 55%)

RGB channels and saturation

R 233 of 255 = 91%
G 195 of 255 = 76%
B 140 of 255 = 55%

233
195
140

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

Portions of RGB colors in percentages

R + G + B = 233 + 195 + 140 = 568 (100%)
R 233 of 568 ~ 41.02%
G 195 of 568 ~ 34.33%
B 140 of 568 ~ 24.65'%

%41.02
%34.33
%24.65

CMYK color model

#E9C38C color CMYK value is (0,16,40,9).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 39.91%
  • key color value is 8.63%

CMYK: (0,16,40,9)
C0M16Y40K9 (0%, 16%, 40%, 9%)
(0.00 / 0.16 / 0.40 / 0.09)

CMYK percentages

%0
%16.31
%39.91
%8.63

Codes

Color #E9C38C in popluar color models

E9 C3 8C
RGB 233 195 140
HSL 35° 67.88% 73.14%
HSB/HSV 35° 39.91% 91.37%
CMYK 0.00% 16.31% 39.91%
8.63%

Color #E9C38C in popluar number systems.

HEX E9 C3 8C
Decimal 233 195 140
Binary 11101001 11000011 10001100
Octal 351 303 214

Shades and tints

Shades of #E9C38C

#E9C38C
(233,195,140)
#D4B280
(212,178,128)
#BFA174
(191,161,116)
#AA9068
(170,144,104)
#957F5C
(149,127,92)
#806E50
(128,110,80)
#6B5D44
(107,93,68)
#564C38
(86,76,56)
#413B2C
(65,59,44)
#2C2A20
(44,42,32)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #E9C38C

#E9C38C
(233,195,140)
#EBC896
(235,200,150)
#EDCDA0
(237,205,160)
#EFD2AA
(239,210,170)
#F1D7B4
(241,215,180)
#F3DCBE
(243,220,190)
#F5E1C8
(245,225,200)
#F7E6D2
(247,230,210)
#F9EBDC
(249,235,220)
#FBF0E6
(251,240,230)
#FDF5F0
(253,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C38C color. Also use rgb(233,195,140) instead hex code.

Text Font Color

.myTextColor { color: #E9C38C; }

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

This text font color is #E9C38C.

Background Color

.myBgColor { background-color: #E9C38C; }

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

This div background color is #E9C38C.

Border color

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

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

This div border color is #E9C38C.

Opacity

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

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

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

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

This text has shadow with #E9C38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C38C.

Preview

Color preview on black background

This text has color #E9C38C on black background.


Color preview on white background

This text has color #E9C38C on white background.


Black color preview on #E9C38C background

This text has black color on #E9C38C background.


White color preview on #E9C38C background

This text has white color on #E9C38C background.


Related colors

Complementary color

Complementary color for #hex is #163C73.


I love getcolorcode.com

Triadic colors

1 #8CE9C3 and #C38CE9 with #E9C38C are triadic colors.

2 #8CC3E9 and #C3E98C with #E9C38C are triadic colors.