COLOR #E2C792

HEX: #E2C792
RGB: (226,199,146)

Color info

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

RGB color model

#E2C792 color RGB value is (226,199,146).

  • red value is 226;
  • green value is 199;
  • blue value is 146.
RGB:
(226,199,146)
(89%,78%,57%)

RGB channels and saturation

R 226 of 255 = 89%
G 199 of 255 = 78%
B 146 of 255 = 57%

226
199
146

R + G + B ~ 75%. #E2C792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 199 + 146 = 571 (100%)
R 226 of 571 ~ 39.58%
G 199 of 571 ~ 34.85%
B 146 of 571 ~ 25.57%

%39.58
%34.85
%25.57

CMYK color model

#E2C792 color CMYK value is (0,12,35,11).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 35.40%
  • key color value is 11.37%
CMYK:
(0,12,35,11)
C0M12Y35K11 
(0%,12%,35%,11%)
(0.00/0.12/0.35/0.11)	

CMYK percentages

%0
%11.95
%35.4
%11.37

Codes

Color #E2C792 in popluar color models

E2C792
RGB226199146
HSL40°57.97%72.94%
HSB/HSV40°35.40%88.63%
CMYK0.00%11.95%35.40%
11.37%

Color #E2C792 in popluar number systems.

HEXE2C792
Decimal226199146
Binary111000101100011110010010
Octal342307222

Shades and tints

Shades of #E2C792

#E2C792
(226,199,146)
#CEB585
(206,181,133)
#BAA378
(186,163,120)
#A6916B
(166,145,107)
#927F5E
(146,127,94)
#7E6D51
(126,109,81)
#6A5B44
(106,91,68)
#564937
(86,73,55)
#42372A
(66,55,42)
#2E251D
(46,37,29)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #E2C792

#E2C792
(226,199,146)
#E4CC9B
(228,204,155)
#E6D1A4
(230,209,164)
#E8D6AD
(232,214,173)
#EADBB6
(234,219,182)
#ECE0BF
(236,224,191)
#EEE5C8
(238,229,200)
#F0EAD1
(240,234,209)
#F2EFDA
(242,239,218)
#F4F4E3
(244,244,227)
#F6F9EC
(246,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C792 color. Also use rgb(226,199,146) instead hex code.

Text Font Color

.myTextColor { color: #E2C792; }

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

This text font color is #E2C792.


Background Color

.myBgColor { background-color: #E2C792; }

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

This div background color is #E2C792.


Border color

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

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

This div border color is #E2C792.


Opacity

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

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

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

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

This text has shadow with #E2C792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C792 on black background.


Color preview on white background

This text has color #E2C792 on white background.



Black color preview on #E2C792 background

This text has black color on #E2C792 background.


White color preview on #E2C792 background

This text has white color on #E2C792 background.