COLOR #E2B11C

HEX: #E2B11C
RGB: (226,177,28)

Color info

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

RGB color model

#E2B11C color RGB value is (226,177,28).

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

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 28 of 255 = 11%

226
177
28

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

Portions of RGB colors in percentages

R + G + B =
226 + 177 + 28 = 431 (100%)
R 226 of 431 ~ 52.44%
G 177 of 431 ~ 41.07%
B 28 of 431 ~ 6.5%

%52.44
%41.07

CMYK color model

#E2B11C color CMYK value is (0,22,88,11).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 87.61%
  • key color value is 11.37%
CMYK:
(0,22,88,11)
C0M22Y88K11 
(0%,22%,88%,11%)
(0.00/0.22/0.88/0.11)	

CMYK percentages

%0
%21.68
%87.61
%11.37

Codes

Color #E2B11C in popluar color models

E2B11C
RGB22617728
HSL45°77.95%49.80%
HSB/HSV45°87.61%88.63%
CMYK0.00%21.68%87.61%
11.37%

Color #E2B11C in popluar number systems.

HEXE2B11C
Decimal22617728
Binary111000101011000111100
Octal34226134

Shades and tints

Shades of #E2B11C

#E2B11C
(226,177,28)
#CEA11A
(206,161,26)
#BA9118
(186,145,24)
#A68116
(166,129,22)
#927114
(146,113,20)
#7E6112
(126,97,18)
#6A5110
(106,81,16)
#56410E
(86,65,14)
#42310C
(66,49,12)
#2E210A
(46,33,10)
#1A1108
(26,17,8)
#000000
(0,0,0)

Tints of #E2B11C

#E2B11C
(226,177,28)
#E4B830
(228,184,48)
#E6BF44
(230,191,68)
#E8C658
(232,198,88)
#EACD6C
(234,205,108)
#ECD480
(236,212,128)
#EEDB94
(238,219,148)
#F0E2A8
(240,226,168)
#F2E9BC
(242,233,188)
#F4F0D0
(244,240,208)
#F6F7E4
(246,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B11C; }

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

This text font color is #E2B11C.


Background Color

.myBgColor { background-color: #E2B11C; }

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

This div background color is #E2B11C.


Border color

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

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

This div border color is #E2B11C.


Opacity

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

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

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

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

This text has shadow with #E2B11C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B11C on black background.


Color preview on white background

This text has color #E2B11C on white background.



Black color preview on #E2B11C background

This text has black color on #E2B11C background.


White color preview on #E2B11C background

This text has white color on #E2B11C background.