COLOR #E1C382

HEX: #E1C382 RGB: (225,195,130)

Color info

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

RGB color model

#E1C382 color RGB value is (225,195,130).

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

RGB channels and saturation

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

225
195
130

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

Portions of RGB colors in percentages

R + G + B = 225 + 195 + 130 = 550 (100%)
R 225 of 550 ~ 40.91%
G 195 of 550 ~ 35.45%
B 130 of 550 ~ 23.64'%

%40.91
%35.45
%23.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 42.22%
  • 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
%42.22
%11.76

Codes

Color #E1C382 in popluar color models

E1 C3 82
RGB 225 195 130
HSL 41° 61.29% 69.61%
HSB/HSV 41° 42.22% 88.24%
CMYK 0.00% 13.33% 42.22%
11.76%

Color #E1C382 in popluar number systems.

HEX E1 C3 82
Decimal 225 195 130
Binary 11100001 11000011 10000010
Octal 341 303 202

Shades and tints

Shades of #E1C382

#E1C382
(225,195,130)
#CDB277
(205,178,119)
#B9A16C
(185,161,108)
#A59061
(165,144,97)
#917F56
(145,127,86)
#7D6E4B
(125,110,75)
#695D40
(105,93,64)
#554C35
(85,76,53)
#413B2A
(65,59,42)
#2D2A1F
(45,42,31)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #E1C382

#E1C382
(225,195,130)
#E3C88D
(227,200,141)
#E5CD98
(229,205,152)
#E7D2A3
(231,210,163)
#E9D7AE
(233,215,174)
#EBDCB9
(235,220,185)
#EDE1C4
(237,225,196)
#EFE6CF
(239,230,207)
#F1EBDA
(241,235,218)
#F3F0E5
(243,240,229)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C382; }

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

This text font color is #E1C382.

Background Color

.myBgColor { background-color: #E1C382; }

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

This div background color is #E1C382.

Border color

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

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

This div border color is #E1C382.

Opacity

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

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

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

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

This text has shadow with #E1C382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C382.

Preview

Color preview on black background

This text has color #E1C382 on black background.


Color preview on white background

This text has color #E1C382 on white background.


Black color preview on #E1C382 background

This text has black color on #E1C382 background.


White color preview on #E1C382 background

This text has white color on #E1C382 background.


Related colors

Complementary color

Complementary color for #hex is #1E3C7D.


I love getcolorcode.com

Triadic colors

1 #82E1C3 and #C382E1 with #E1C382 are triadic colors.

2 #82C3E1 and #C3E182 with #E1C382 are triadic colors.