COLOR #E2C182

HEX: #E2C182
RGB: (226,193,130)

Color info

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

RGB color model

#E2C182 color RGB value is (226,193,130).

  • red value is 226;
  • green value is 193;
  • blue value is 130.
RGB:
(226,193,130)
(89%,76%,51%)

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 130 of 255 = 51%

226
193
130

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

Portions of RGB colors in percentages

R + G + B =
226 + 193 + 130 = 549 (100%)
R 226 of 549 ~ 41.17%
G 193 of 549 ~ 35.15%
B 130 of 549 ~ 23.68%

%41.17
%35.15
%23.68

CMYK color model

#E2C182 color CMYK value is (0,15,42,11).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 42.48%
  • key color value is 11.37%
CMYK:
(0,15,42,11)
C0M15Y42K11 
(0%,15%,42%,11%)
(0.00/0.15/0.42/0.11)	

CMYK percentages

%0
%14.6
%42.48
%11.37

Codes

Color #E2C182 in popluar color models

E2C182
RGB226193130
HSL39°62.34%69.80%
HSB/HSV39°42.48%88.63%
CMYK0.00%14.60%42.48%
11.37%

Color #E2C182 in popluar number systems.

HEXE2C182
Decimal226193130
Binary111000101100000110000010
Octal342301202

Shades and tints

Shades of #E2C182

#E2C182
(226,193,130)
#CEB077
(206,176,119)
#BA9F6C
(186,159,108)
#A68E61
(166,142,97)
#927D56
(146,125,86)
#7E6C4B
(126,108,75)
#6A5B40
(106,91,64)
#564A35
(86,74,53)
#42392A
(66,57,42)
#2E281F
(46,40,31)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #E2C182

#E2C182
(226,193,130)
#E4C68D
(228,198,141)
#E6CB98
(230,203,152)
#E8D0A3
(232,208,163)
#EAD5AE
(234,213,174)
#ECDAB9
(236,218,185)
#EEDFC4
(238,223,196)
#F0E4CF
(240,228,207)
#F2E9DA
(242,233,218)
#F4EEE5
(244,238,229)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C182 color. Also use rgb(226,193,130) instead hex code.

Text Font Color

.myTextColor { color: #E2C182; }

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

This text font color is #E2C182.


Background Color

.myBgColor { background-color: #E2C182; }

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

This div background color is #E2C182.


Border color

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

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

This div border color is #E2C182.


Opacity

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

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

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

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

This text has shadow with #E2C182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C182 on black background.


Color preview on white background

This text has color #E2C182 on white background.



Black color preview on #E2C182 background

This text has black color on #E2C182 background.


White color preview on #E2C182 background

This text has white color on #E2C182 background.