COLOR #E2B678

HEX: #E2B678
RGB: (226,182,120)

Color info

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

RGB color model

#E2B678 color RGB value is (226,182,120).

  • red value is 226;
  • green value is 182;
  • blue value is 120.
RGB:
(226,182,120)
(89%,71%,47%)

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 120 of 255 = 47%

226
182
120

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

Portions of RGB colors in percentages

R + G + B =
226 + 182 + 120 = 528 (100%)
R 226 of 528 ~ 42.8%
G 182 of 528 ~ 34.47%
B 120 of 528 ~ 22.73%

%42.8
%34.47
%22.73

CMYK color model

#E2B678 color CMYK value is (0,19,47,11).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 46.90%
  • key color value is 11.37%
CMYK:
(0,19,47,11)
C0M19Y47K11 
(0%,19%,47%,11%)
(0.00/0.19/0.47/0.11)	

CMYK percentages

%0
%19.47
%46.9
%11.37

Codes

Color #E2B678 in popluar color models

E2B678
RGB226182120
HSL35°64.63%67.84%
HSB/HSV35°46.90%88.63%
CMYK0.00%19.47%46.90%
11.37%

Color #E2B678 in popluar number systems.

HEXE2B678
Decimal226182120
Binary11100010101101101111000
Octal342266170

Shades and tints

Shades of #E2B678

#E2B678
(226,182,120)
#CEA66E
(206,166,110)
#BA9664
(186,150,100)
#A6865A
(166,134,90)
#927650
(146,118,80)
#7E6646
(126,102,70)
#6A563C
(106,86,60)
#564632
(86,70,50)
#423628
(66,54,40)
#2E261E
(46,38,30)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #E2B678

#E2B678
(226,182,120)
#E4BC84
(228,188,132)
#E6C290
(230,194,144)
#E8C89C
(232,200,156)
#EACEA8
(234,206,168)
#ECD4B4
(236,212,180)
#EEDAC0
(238,218,192)
#F0E0CC
(240,224,204)
#F2E6D8
(242,230,216)
#F4ECE4
(244,236,228)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B678; }

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

This text font color is #E2B678.


Background Color

.myBgColor { background-color: #E2B678; }

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

This div background color is #E2B678.


Border color

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

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

This div border color is #E2B678.


Opacity

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

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

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

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

This text has shadow with #E2B678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B678 on black background.


Color preview on white background

This text has color #E2B678 on white background.



Black color preview on #E2B678 background

This text has black color on #E2B678 background.


White color preview on #E2B678 background

This text has white color on #E2B678 background.