COLOR #E2B666

HEX: #E2B666 RGB: (226,182,102)

Color info

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

RGB color model

#E2B666 color RGB value is (226,182,102).

RGB: (226,182,102) (89%, 71%, 40%)

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 102 of 255 = 40%

226
182
102

R + G + B ~ 67%. #E2B666 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 182 + 102 = 510 (100%)
R 226 of 510 ~ 44.31%
G 182 of 510 ~ 35.69%
B 102 of 510 ~ 20'%

%44.31
%35.69
%20

CMYK color model

#E2B666 color CMYK value is (0,19,55,11).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 54.87%
  • key color value is 11.37%

CMYK: (0,19,55,11)
C0M19Y55K11 (0%, 19%, 55%, 11%)
(0.00 / 0.19 / 0.55 / 0.11)

CMYK percentages

%0
%19.47
%54.87
%11.37

Codes

Color #E2B666 in popluar color models

E2 B6 66
RGB 226 182 102
HSL 39° 68.13% 64.31%
HSB/HSV 39° 54.87% 88.63%
CMYK 0.00% 19.47% 54.87%
11.37%

Color #E2B666 in popluar number systems.

HEX E2 B6 66
Decimal 226 182 102
Binary 11100010 10110110 1100110
Octal 342 266 146

Shades and tints

Shades of #E2B666

#E2B666
(226,182,102)
#CEA65D
(206,166,93)
#BA9654
(186,150,84)
#A6864B
(166,134,75)
#927642
(146,118,66)
#7E6639
(126,102,57)
#6A5630
(106,86,48)
#564627
(86,70,39)
#42361E
(66,54,30)
#2E2615
(46,38,21)
#1A160C
(26,22,12)
#000000
(0,0,0)

Tints of #E2B666

#E2B666
(226,182,102)
#E4BC73
(228,188,115)
#E6C280
(230,194,128)
#E8C88D
(232,200,141)
#EACE9A
(234,206,154)
#ECD4A7
(236,212,167)
#EEDAB4
(238,218,180)
#F0E0C1
(240,224,193)
#F2E6CE
(242,230,206)
#F4ECDB
(244,236,219)
#F6F2E8
(246,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B666 color. Also use rgb(226,182,102) instead hex code.

Text Font Color

.myTextColor { color: #E2B666; }

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

This text font color is #E2B666.

Background Color

.myBgColor { background-color: #E2B666; }

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

This div background color is #E2B666.

Border color

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

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

This div border color is #E2B666.

Opacity

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

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

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

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

This text has shadow with #E2B666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B666.

Preview

Color preview on black background

This text has color #E2B666 on black background.


Color preview on white background

This text has color #E2B666 on white background.


Black color preview on #E2B666 background

This text has black color on #E2B666 background.


White color preview on #E2B666 background

This text has white color on #E2B666 background.


Related colors

Complementary color

Complementary color for #hex is #1D4999.


I love getcolorcode.com

Triadic colors

1 #66E2B6 and #B666E2 with #E2B666 are triadic colors.

2 #66B6E2 and #B6E266 with #E2B666 are triadic colors.