COLOR #E1C785

HEX: #E1C785 RGB: (225,199,133)

Color info

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

RGB color model

#E1C785 color RGB value is (225,199,133).

RGB: (225,199,133) (88%, 78%, 52%)

RGB channels and saturation

R 225 of 255 = 88%
G 199 of 255 = 78%
B 133 of 255 = 52%

225
199
133

R + G + B ~ 73%. #E1C785 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 199 + 133 = 557 (100%)
R 225 of 557 ~ 40.39%
G 199 of 557 ~ 35.73%
B 133 of 557 ~ 23.88'%

%40.39
%35.73
%23.88

CMYK color model

#E1C785 color CMYK value is (0,12,41,12).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 40.89%
  • key color value is 11.76%

CMYK: (0,12,41,12)
C0M12Y41K12 (0%, 12%, 41%, 12%)
(0.00 / 0.12 / 0.41 / 0.12)

CMYK percentages

%0
%11.56
%40.89
%11.76

Codes

Color #E1C785 in popluar color models

E1 C7 85
RGB 225 199 133
HSL 43° 60.53% 70.20%
HSB/HSV 43° 40.89% 88.24%
CMYK 0.00% 11.56% 40.89%
11.76%

Color #E1C785 in popluar number systems.

HEX E1 C7 85
Decimal 225 199 133
Binary 11100001 11000111 10000101
Octal 341 307 205

Shades and tints

Shades of #E1C785

#E1C785
(225,199,133)
#CDB579
(205,181,121)
#B9A36D
(185,163,109)
#A59161
(165,145,97)
#917F55
(145,127,85)
#7D6D49
(125,109,73)
#695B3D
(105,91,61)
#554931
(85,73,49)
#413725
(65,55,37)
#2D2519
(45,37,25)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #E1C785

#E1C785
(225,199,133)
#E3CC90
(227,204,144)
#E5D19B
(229,209,155)
#E7D6A6
(231,214,166)
#E9DBB1
(233,219,177)
#EBE0BC
(235,224,188)
#EDE5C7
(237,229,199)
#EFEAD2
(239,234,210)
#F1EFDD
(241,239,221)
#F3F4E8
(243,244,232)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C785 color. Also use rgb(225,199,133) instead hex code.

Text Font Color

.myTextColor { color: #E1C785; }

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

This text font color is #E1C785.

Background Color

.myBgColor { background-color: #E1C785; }

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

This div background color is #E1C785.

Border color

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

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

This div border color is #E1C785.

Opacity

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

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

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

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

This text has shadow with #E1C785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C785.

Preview

Color preview on black background

This text has color #E1C785 on black background.


Color preview on white background

This text has color #E1C785 on white background.


Black color preview on #E1C785 background

This text has black color on #E1C785 background.


White color preview on #E1C785 background

This text has white color on #E1C785 background.


Related colors

Complementary color

Complementary color for #hex is #1E387A.


I love getcolorcode.com

Triadic colors

1 #85E1C7 and #C785E1 with #E1C785 are triadic colors.

2 #85C7E1 and #C7E185 with #E1C785 are triadic colors.