COLOR #E1C383

HEX: #E1C383 RGB: (225,195,131)

Color info

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

RGB color model

#E1C383 color RGB value is (225,195,131).

RGB: (225,195,131) (88%, 76%, 51%)

RGB channels and saturation

R 225 of 255 = 88%
G 195 of 255 = 76%
B 131 of 255 = 51%

225
195
131

R + G + B ~ 72%. #E1C383 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 195 + 131 = 551 (100%)
R 225 of 551 ~ 40.83%
G 195 of 551 ~ 35.39%
B 131 of 551 ~ 23.77'%

%40.83
%35.39
%23.77

CMYK color model

#E1C383 color CMYK value is (0,13,42,12).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 41.78%
  • key color value is 11.76%

CMYK: (0,13,42,12)
C0M13Y42K12 (0%, 13%, 42%, 12%)
(0.00 / 0.13 / 0.42 / 0.12)

CMYK percentages

%0
%13.33
%41.78
%11.76

Codes

Color #E1C383 in popluar color models

E1 C3 83
RGB 225 195 131
HSL 41° 61.04% 69.80%
HSB/HSV 41° 41.78% 88.24%
CMYK 0.00% 13.33% 41.78%
11.76%

Color #E1C383 in popluar number systems.

HEX E1 C3 83
Decimal 225 195 131
Binary 11100001 11000011 10000011
Octal 341 303 203

Shades and tints

Shades of #E1C383

#E1C383
(225,195,131)
#CDB278
(205,178,120)
#B9A16D
(185,161,109)
#A59062
(165,144,98)
#917F57
(145,127,87)
#7D6E4C
(125,110,76)
#695D41
(105,93,65)
#554C36
(85,76,54)
#413B2B
(65,59,43)
#2D2A20
(45,42,32)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1C383

#E1C383
(225,195,131)
#E3C88E
(227,200,142)
#E5CD99
(229,205,153)
#E7D2A4
(231,210,164)
#E9D7AF
(233,215,175)
#EBDCBA
(235,220,186)
#EDE1C5
(237,225,197)
#EFE6D0
(239,230,208)
#F1EBDB
(241,235,219)
#F3F0E6
(243,240,230)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C383 color. Also use rgb(225,195,131) instead hex code.

Text Font Color

.myTextColor { color: #E1C383; }

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

This text font color is #E1C383.

Background Color

.myBgColor { background-color: #E1C383; }

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

This div background color is #E1C383.

Border color

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

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

This div border color is #E1C383.

Opacity

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

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

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

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

This text has shadow with #E1C383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C383.

Preview

Color preview on black background

This text has color #E1C383 on black background.


Color preview on white background

This text has color #E1C383 on white background.


Black color preview on #E1C383 background

This text has black color on #E1C383 background.


White color preview on #E1C383 background

This text has white color on #E1C383 background.


Related colors

Complementary color

Complementary color for #hex is #1E3C7C.


I love getcolorcode.com

Triadic colors

1 #83E1C3 and #C383E1 with #E1C383 are triadic colors.

2 #83C3E1 and #C3E183 with #E1C383 are triadic colors.