COLOR #E2C36C

HEX: #E2C36C
RGB: (226,195,108)

Color info

#E2C36C contains mainly red and green colors. Web safe color of #E2C36C is #CCCC66 (or #CC6).

RGB color model

#E2C36C color RGB value is (226,195,108).

  • red value is 226;
  • green value is 195;
  • blue value is 108.
RGB:
(226,195,108)
(89%,76%,42%)

RGB channels and saturation

R 226 of 255 = 89%
G 195 of 255 = 76%
B 108 of 255 = 42%

226
195
108

R + G + B ~ 69%. #E2C36C is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 195 + 108 = 529 (100%)
R 226 of 529 ~ 42.72%
G 195 of 529 ~ 36.86%
B 108 of 529 ~ 20.42%

%42.72
%36.86
%20.42

CMYK color model

#E2C36C color CMYK value is (0,14,52,11).

  • cyan value is 0.00%
  • magenta value is 13.72%
  • yellow value is 52.21%
  • key color value is 11.37%
CMYK:
(0,14,52,11)
C0M14Y52K11 
(0%,14%,52%,11%)
(0.00/0.14/0.52/0.11)	

CMYK percentages

%0
%13.72
%52.21
%11.37

Codes

Color #E2C36C in popluar color models

E2C36C
RGB226195108
HSL44°67.05%65.49%
HSB/HSV44°52.21%88.63%
CMYK0.00%13.72%52.21%
11.37%

Color #E2C36C in popluar number systems.

HEXE2C36C
Decimal226195108
Binary11100010110000111101100
Octal342303154

Shades and tints

Shades of #E2C36C

#E2C36C
(226,195,108)
#CEB263
(206,178,99)
#BAA15A
(186,161,90)
#A69051
(166,144,81)
#927F48
(146,127,72)
#7E6E3F
(126,110,63)
#6A5D36
(106,93,54)
#564C2D
(86,76,45)
#423B24
(66,59,36)
#2E2A1B
(46,42,27)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #E2C36C

#E2C36C
(226,195,108)
#E4C879
(228,200,121)
#E6CD86
(230,205,134)
#E8D293
(232,210,147)
#EAD7A0
(234,215,160)
#ECDCAD
(236,220,173)
#EEE1BA
(238,225,186)
#F0E6C7
(240,230,199)
#F2EBD4
(242,235,212)
#F4F0E1
(244,240,225)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C36C color. Also use rgb(226,195,108) instead hex code.

Text Font Color

.myTextColor { color: #E2C36C; }

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

This text font color is #E2C36C.


Background Color

.myBgColor { background-color: #E2C36C; }

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

This div background color is #E2C36C.


Border color

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

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

This div border color is #E2C36C.


Opacity

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

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

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

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

This text has shadow with #E2C36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C36C on black background.


Color preview on white background

This text has color #E2C36C on white background.



Black color preview on #E2C36C background

This text has black color on #E2C36C background.


White color preview on #E2C36C background

This text has white color on #E2C36C background.