COLOR #E2B14C

HEX: #E2B14C
RGB: (226,177,76)

Color info

#E2B14C contains mainly red and green colors. Web safe color of #E2B14C is #CC9933 (or #C93).

RGB color model

#E2B14C color RGB value is (226,177,76).

  • red value is 226;
  • green value is 177;
  • blue value is 76.
RGB:
(226,177,76)
(89%,69%,30%)

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 76 of 255 = 30%

226
177
76

R + G + B ~ 63%. #E2B14C is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 177 + 76 = 479 (100%)
R 226 of 479 ~ 47.18%
G 177 of 479 ~ 36.95%
B 76 of 479 ~ 15.87%

%47.18
%36.95
%15.87

CMYK color model

#E2B14C color CMYK value is (0,22,66,11).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 66.37%
  • key color value is 11.37%
CMYK:
(0,22,66,11)
C0M22Y66K11 
(0%,22%,66%,11%)
(0.00/0.22/0.66/0.11)	

CMYK percentages

%0
%21.68
%66.37
%11.37

Codes

Color #E2B14C in popluar color models

E2B14C
RGB22617776
HSL40°72.12%59.22%
HSB/HSV40°66.37%88.63%
CMYK0.00%21.68%66.37%
11.37%

Color #E2B14C in popluar number systems.

HEXE2B14C
Decimal22617776
Binary11100010101100011001100
Octal342261114

Shades and tints

Shades of #E2B14C

#E2B14C
(226,177,76)
#CEA146
(206,161,70)
#BA9140
(186,145,64)
#A6813A
(166,129,58)
#927134
(146,113,52)
#7E612E
(126,97,46)
#6A5128
(106,81,40)
#564122
(86,65,34)
#42311C
(66,49,28)
#2E2116
(46,33,22)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #E2B14C

#E2B14C
(226,177,76)
#E4B85C
(228,184,92)
#E6BF6C
(230,191,108)
#E8C67C
(232,198,124)
#EACD8C
(234,205,140)
#ECD49C
(236,212,156)
#EEDBAC
(238,219,172)
#F0E2BC
(240,226,188)
#F2E9CC
(242,233,204)
#F4F0DC
(244,240,220)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B14C color. Also use rgb(226,177,76) instead hex code.

Text Font Color

.myTextColor { color: #E2B14C; }

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

This text font color is #E2B14C.


Background Color

.myBgColor { background-color: #E2B14C; }

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

This div background color is #E2B14C.


Border color

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

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

This div border color is #E2B14C.


Opacity

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

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

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

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

This text has shadow with #E2B14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B14C on black background.


Color preview on white background

This text has color #E2B14C on white background.



Black color preview on #E2B14C background

This text has black color on #E2B14C background.


White color preview on #E2B14C background

This text has white color on #E2B14C background.