COLOR #E2B135

HEX: #E2B135
RGB: (226,177,53)

Color info

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

RGB color model

#E2B135 color RGB value is (226,177,53).

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

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 53 of 255 = 21%

226
177
53

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

Portions of RGB colors in percentages

R + G + B =
226 + 177 + 53 = 456 (100%)
R 226 of 456 ~ 49.56%
G 177 of 456 ~ 38.82%
B 53 of 456 ~ 11.62%

%49.56
%38.82
%11.62

CMYK color model

#E2B135 color CMYK value is (0,22,77,11).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 76.55%
  • key color value is 11.37%
CMYK:
(0,22,77,11)
C0M22Y77K11 
(0%,22%,77%,11%)
(0.00/0.22/0.77/0.11)	

CMYK percentages

%0
%21.68
%76.55
%11.37

Codes

Color #E2B135 in popluar color models

E2B135
RGB22617753
HSL43°74.89%54.71%
HSB/HSV43°76.55%88.63%
CMYK0.00%21.68%76.55%
11.37%

Color #E2B135 in popluar number systems.

HEXE2B135
Decimal22617753
Binary1110001010110001110101
Octal34226165

Shades and tints

Shades of #E2B135

#E2B135
(226,177,53)
#CEA131
(206,161,49)
#BA912D
(186,145,45)
#A68129
(166,129,41)
#927125
(146,113,37)
#7E6121
(126,97,33)
#6A511D
(106,81,29)
#564119
(86,65,25)
#423115
(66,49,21)
#2E2111
(46,33,17)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #E2B135

#E2B135
(226,177,53)
#E4B847
(228,184,71)
#E6BF59
(230,191,89)
#E8C66B
(232,198,107)
#EACD7D
(234,205,125)
#ECD48F
(236,212,143)
#EEDBA1
(238,219,161)
#F0E2B3
(240,226,179)
#F2E9C5
(242,233,197)
#F4F0D7
(244,240,215)
#F6F7E9
(246,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B135; }

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

This text font color is #E2B135.


Background Color

.myBgColor { background-color: #E2B135; }

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

This div background color is #E2B135.


Border color

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

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

This div border color is #E2B135.


Opacity

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

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

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

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

This text has shadow with #E2B135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B135 on black background.


Color preview on white background

This text has color #E2B135 on white background.



Black color preview on #E2B135 background

This text has black color on #E2B135 background.


White color preview on #E2B135 background

This text has white color on #E2B135 background.