COLOR #E0C185

HEX: #E0C185
RGB: (224,193,133)

Color info

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

RGB color model

#E0C185 color RGB value is (224,193,133).

  • red value is 224;
  • green value is 193;
  • blue value is 133.
RGB:
(224,193,133)
(88%,76%,52%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 133 of 255 = 52%

224
193
133

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

Portions of RGB colors in percentages

R + G + B =
224 + 193 + 133 = 550 (100%)
R 224 of 550 ~ 40.73%
G 193 of 550 ~ 35.09%
B 133 of 550 ~ 24.18%

%40.73
%35.09
%24.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 40.63%
  • key color value is 12.16%
CMYK:
(0,14,41,12)
C0M14Y41K12 
(0%,14%,41%,12%)
(0.00/0.14/0.41/0.12)	

CMYK percentages

%0
%13.84
%40.63
%12.16

Codes

Color #E0C185 in popluar color models

E0C185
RGB224193133
HSL40°59.48%70.00%
HSB/HSV40°40.63%87.84%
CMYK0.00%13.84%40.63%
12.16%

Color #E0C185 in popluar number systems.

HEXE0C185
Decimal224193133
Binary111000001100000110000101
Octal340301205

Shades and tints

Shades of #E0C185

#E0C185
(224,193,133)
#CCB079
(204,176,121)
#B89F6D
(184,159,109)
#A48E61
(164,142,97)
#907D55
(144,125,85)
#7C6C49
(124,108,73)
#685B3D
(104,91,61)
#544A31
(84,74,49)
#403925
(64,57,37)
#2C2819
(44,40,25)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #E0C185

#E0C185
(224,193,133)
#E2C690
(226,198,144)
#E4CB9B
(228,203,155)
#E6D0A6
(230,208,166)
#E8D5B1
(232,213,177)
#EADABC
(234,218,188)
#ECDFC7
(236,223,199)
#EEE4D2
(238,228,210)
#F0E9DD
(240,233,221)
#F2EEE8
(242,238,232)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C185 color. Also use rgb(224,193,133) instead hex code.

Text Font Color

.myTextColor { color: #E0C185; }

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

This text font color is #E0C185.


Background Color

.myBgColor { background-color: #E0C185; }

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

This div background color is #E0C185.


Border color

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

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

This div border color is #E0C185.


Opacity

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

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

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

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

This text has shadow with #E0C185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C185 on black background.


Color preview on white background

This text has color #E0C185 on white background.



Black color preview on #E0C185 background

This text has black color on #E0C185 background.


White color preview on #E0C185 background

This text has white color on #E0C185 background.