COLOR #E2B32F

HEX: #E2B32F
RGB: (226,179,47)

Color info

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

RGB color model

#E2B32F color RGB value is (226,179,47).

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

RGB channels and saturation

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

226
179
47

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

Portions of RGB colors in percentages

R + G + B =
226 + 179 + 47 = 452 (100%)
R 226 of 452 ~ 50%
G 179 of 452 ~ 39.6%
B 47 of 452 ~ 10.4%

%50
%39.6
%10.4

CMYK color model

#E2B32F color CMYK value is (0,21,79,11).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 79.20%
  • key color value is 11.37%
CMYK:
(0,21,79,11)
C0M21Y79K11 
(0%,21%,79%,11%)
(0.00/0.21/0.79/0.11)	

CMYK percentages

%0
%20.8
%79.2
%11.37

Codes

Color #E2B32F in popluar color models

E2B32F
RGB22617947
HSL44°75.53%53.53%
HSB/HSV44°79.20%88.63%
CMYK0.00%20.80%79.20%
11.37%

Color #E2B32F in popluar number systems.

HEXE2B32F
Decimal22617947
Binary1110001010110011101111
Octal34226357

Shades and tints

Shades of #E2B32F

#E2B32F
(226,179,47)
#CEA32B
(206,163,43)
#BA9327
(186,147,39)
#A68323
(166,131,35)
#92731F
(146,115,31)
#7E631B
(126,99,27)
#6A5317
(106,83,23)
#564313
(86,67,19)
#42330F
(66,51,15)
#2E230B
(46,35,11)
#1A1307
(26,19,7)
#000000
(0,0,0)

Tints of #E2B32F

#E2B32F
(226,179,47)
#E4B941
(228,185,65)
#E6BF53
(230,191,83)
#E8C565
(232,197,101)
#EACB77
(234,203,119)
#ECD189
(236,209,137)
#EED79B
(238,215,155)
#F0DDAD
(240,221,173)
#F2E3BF
(242,227,191)
#F4E9D1
(244,233,209)
#F6EFE3
(246,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B32F; }

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

This text font color is #E2B32F.


Background Color

.myBgColor { background-color: #E2B32F; }

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

This div background color is #E2B32F.


Border color

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

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

This div border color is #E2B32F.


Opacity

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

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

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

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

This text has shadow with #E2B32F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B32F on black background.


Color preview on white background

This text has color #E2B32F on white background.



Black color preview on #E2B32F background

This text has black color on #E2B32F background.


White color preview on #E2B32F background

This text has white color on #E2B32F background.