COLOR #E3C485

HEX: #E3C485 RGB: (227,196,133)

Color info

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

RGB color model

#E3C485 color RGB value is (227,196,133).

RGB: (227,196,133) (89%, 77%, 52%)

RGB channels and saturation

R 227 of 255 = 89%
G 196 of 255 = 77%
B 133 of 255 = 52%

227
196
133

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

Portions of RGB colors in percentages

R + G + B = 227 + 196 + 133 = 556 (100%)
R 227 of 556 ~ 40.83%
G 196 of 556 ~ 35.25%
B 133 of 556 ~ 23.92'%

%40.83
%35.25
%23.92

CMYK color model

#E3C485 color CMYK value is (0,14,41,11).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 41.41%
  • key color value is 10.98%

CMYK: (0,14,41,11)
C0M14Y41K11 (0%, 14%, 41%, 11%)
(0.00 / 0.14 / 0.41 / 0.11)

CMYK percentages

%0
%13.66
%41.41
%10.98

Codes

Color #E3C485 in popluar color models

E3 C4 85
RGB 227 196 133
HSL 40° 62.67% 70.59%
HSB/HSV 40° 41.41% 89.02%
CMYK 0.00% 13.66% 41.41%
10.98%

Color #E3C485 in popluar number systems.

HEX E3 C4 85
Decimal 227 196 133
Binary 11100011 11000100 10000101
Octal 343 304 205

Shades and tints

Shades of #E3C485

#E3C485
(227,196,133)
#CFB379
(207,179,121)
#BBA26D
(187,162,109)
#A79161
(167,145,97)
#938055
(147,128,85)
#7F6F49
(127,111,73)
#6B5E3D
(107,94,61)
#574D31
(87,77,49)
#433C25
(67,60,37)
#2F2B19
(47,43,25)
#1B1A0D
(27,26,13)
#000000
(0,0,0)

Tints of #E3C485

#E3C485
(227,196,133)
#E5C990
(229,201,144)
#E7CE9B
(231,206,155)
#E9D3A6
(233,211,166)
#EBD8B1
(235,216,177)
#EDDDBC
(237,221,188)
#EFE2C7
(239,226,199)
#F1E7D2
(241,231,210)
#F3ECDD
(243,236,221)
#F5F1E8
(245,241,232)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C485 color. Also use rgb(227,196,133) instead hex code.

Text Font Color

.myTextColor { color: #E3C485; }

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

This text font color is #E3C485.

Background Color

.myBgColor { background-color: #E3C485; }

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

This div background color is #E3C485.

Border color

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

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

This div border color is #E3C485.

Opacity

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

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

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

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

This text has shadow with #E3C485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C485.

Preview

Color preview on black background

This text has color #E3C485 on black background.


Color preview on white background

This text has color #E3C485 on white background.


Black color preview on #E3C485 background

This text has black color on #E3C485 background.


White color preview on #E3C485 background

This text has white color on #E3C485 background.


Related colors

Complementary color

Complementary color for #hex is #1C3B7A.


I love getcolorcode.com

Triadic colors

1 #85E3C4 and #C485E3 with #E3C485 are triadic colors.

2 #85C4E3 and #C4E385 with #E3C485 are triadic colors.