COLOR #E2B32E

HEX: #E2B32E
RGB: (226,179,46)

Color info

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

RGB color model

#E2B32E color RGB value is (226,179,46).

  • red value is 226;
  • green value is 179;
  • blue value is 46.
RGB:
(226,179,46)
(89%,70%,18%)

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 46 of 255 = 18%

226
179
46

R + G + B ~ 59%. #E2B32E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
226 + 179 + 46 = 451 (100%)
R 226 of 451 ~ 50.11%
G 179 of 451 ~ 39.69%
B 46 of 451 ~ 10.2%

%50.11
%39.69
%10.2

CMYK color model

#E2B32E color CMYK value is (0,21,80,11).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 79.65%
  • key color value is 11.37%
CMYK:
(0,21,80,11)
C0M21Y80K11 
(0%,21%,80%,11%)
(0.00/0.21/0.80/0.11)	

CMYK percentages

%0
%20.8
%79.65
%11.37

Codes

Color #E2B32E in popluar color models

E2B32E
RGB22617946
HSL44°75.63%53.33%
HSB/HSV44°79.65%88.63%
CMYK0.00%20.80%79.65%
11.37%

Color #E2B32E in popluar number systems.

HEXE2B32E
Decimal22617946
Binary1110001010110011101110
Octal34226356

Shades and tints

Shades of #E2B32E

#E2B32E
(226,179,46)
#CEA32A
(206,163,42)
#BA9326
(186,147,38)
#A68322
(166,131,34)
#92731E
(146,115,30)
#7E631A
(126,99,26)
#6A5316
(106,83,22)
#564312
(86,67,18)
#42330E
(66,51,14)
#2E230A
(46,35,10)
#1A1306
(26,19,6)
#000000
(0,0,0)

Tints of #E2B32E

#E2B32E
(226,179,46)
#E4B941
(228,185,65)
#E6BF54
(230,191,84)
#E8C567
(232,197,103)
#EACB7A
(234,203,122)
#ECD18D
(236,209,141)
#EED7A0
(238,215,160)
#F0DDB3
(240,221,179)
#F2E3C6
(242,227,198)
#F4E9D9
(244,233,217)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B32E color. Also use rgb(226,179,46) instead hex code.

Text Font Color

.myTextColor { color: #E2B32E; }

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

This text font color is #E2B32E.


Background Color

.myBgColor { background-color: #E2B32E; }

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

This div background color is #E2B32E.


Border color

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

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

This div border color is #E2B32E.


Opacity

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

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

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

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

This text has shadow with #E2B32E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B32E on black background.


Color preview on white background

This text has color #E2B32E on white background.



Black color preview on #E2B32E background

This text has black color on #E2B32E background.


White color preview on #E2B32E background

This text has white color on #E2B32E background.