COLOR #E2C27A

HEX: #E2C27A RGB: (226,194,122)

Color info

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

RGB color model

#E2C27A color RGB value is (226,194,122).

RGB: (226,194,122) (89%, 76%, 48%)

RGB channels and saturation

R 226 of 255 = 89%
G 194 of 255 = 76%
B 122 of 255 = 48%

226
194
122

R + G + B ~ 71%. #E2C27A is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 194 + 122 = 542 (100%)
R 226 of 542 ~ 41.7%
G 194 of 542 ~ 35.79%
B 122 of 542 ~ 22.51'%

%41.7
%35.79
%22.51

CMYK color model

#E2C27A color CMYK value is (0,14,46,11).

  • cyan value is 0.00%
  • magenta value is 14.16%
  • yellow value is 46.02%
  • key color value is 11.37%

CMYK: (0,14,46,11)
C0M14Y46K11 (0%, 14%, 46%, 11%)
(0.00 / 0.14 / 0.46 / 0.11)

CMYK percentages

%0
%14.16
%46.02
%11.37

Codes

Color #E2C27A in popluar color models

E2 C2 7A
RGB 226 194 122
HSL 42° 64.20% 68.24%
HSB/HSV 42° 46.02% 88.63%
CMYK 0.00% 14.16% 46.02%
11.37%

Color #E2C27A in popluar number systems.

HEX E2 C2 7A
Decimal 226 194 122
Binary 11100010 11000010 1111010
Octal 342 302 172

Shades and tints

Shades of #E2C27A

#E2C27A
(226,194,122)
#CEB16F
(206,177,111)
#BAA064
(186,160,100)
#A68F59
(166,143,89)
#927E4E
(146,126,78)
#7E6D43
(126,109,67)
#6A5C38
(106,92,56)
#564B2D
(86,75,45)
#423A22
(66,58,34)
#2E2917
(46,41,23)
#1A180C
(26,24,12)
#000000
(0,0,0)

Tints of #E2C27A

#E2C27A
(226,194,122)
#E4C786
(228,199,134)
#E6CC92
(230,204,146)
#E8D19E
(232,209,158)
#EAD6AA
(234,214,170)
#ECDBB6
(236,219,182)
#EEE0C2
(238,224,194)
#F0E5CE
(240,229,206)
#F2EADA
(242,234,218)
#F4EFE6
(244,239,230)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C27A color. Also use rgb(226,194,122) instead hex code.

Text Font Color

.myTextColor { color: #E2C27A; }

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

This text font color is #E2C27A.

Background Color

.myBgColor { background-color: #E2C27A; }

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

This div background color is #E2C27A.

Border color

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

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

This div border color is #E2C27A.

Opacity

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

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

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

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

This text has shadow with #E2C27A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C27A.

Preview

Color preview on black background

This text has color #E2C27A on black background.


Color preview on white background

This text has color #E2C27A on white background.


Black color preview on #E2C27A background

This text has black color on #E2C27A background.


White color preview on #E2C27A background

This text has white color on #E2C27A background.


Related colors

Complementary color

Complementary color for #hex is #1D3D85.


I love getcolorcode.com

Triadic colors

1 #7AE2C2 and #C27AE2 with #E2C27A are triadic colors.

2 #7AC2E2 and #C2E27A with #E2C27A are triadic colors.