COLOR #E2BC3B

HEX: #E2BC3B
RGB: (226,188,59)

Color info

#E2BC3B contains mainly red and green colors. Web safe color of #E2BC3B is #CCCC33 (or #CC3).

RGB color model

#E2BC3B color RGB value is (226,188,59).

  • red value is 226;
  • green value is 188;
  • blue value is 59.
RGB:
(226,188,59)
(89%,74%,23%)

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 59 of 255 = 23%

226
188
59

R + G + B ~ 62%. #E2BC3B is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 188 + 59 = 473 (100%)
R 226 of 473 ~ 47.78%
G 188 of 473 ~ 39.75%
B 59 of 473 ~ 12.47%

%47.78
%39.75
%12.47

CMYK color model

#E2BC3B color CMYK value is (0,17,74,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 73.89%
  • key color value is 11.37%
CMYK:
(0,17,74,11)
C0M17Y74K11 
(0%,17%,74%,11%)
(0.00/0.17/0.74/0.11)	

CMYK percentages

%0
%16.81
%73.89
%11.37

Codes

Color #E2BC3B in popluar color models

E2BC3B
RGB22618859
HSL46°74.22%55.88%
HSB/HSV46°73.89%88.63%
CMYK0.00%16.81%73.89%
11.37%

Color #E2BC3B in popluar number systems.

HEXE2BC3B
Decimal22618859
Binary1110001010111100111011
Octal34227473

Shades and tints

Shades of #E2BC3B

#E2BC3B
(226,188,59)
#CEAB36
(206,171,54)
#BA9A31
(186,154,49)
#A6892C
(166,137,44)
#927827
(146,120,39)
#7E6722
(126,103,34)
#6A561D
(106,86,29)
#564518
(86,69,24)
#423413
(66,52,19)
#2E230E
(46,35,14)
#1A1209
(26,18,9)
#000000
(0,0,0)

Tints of #E2BC3B

#E2BC3B
(226,188,59)
#E4C24C
(228,194,76)
#E6C85D
(230,200,93)
#E8CE6E
(232,206,110)
#EAD47F
(234,212,127)
#ECDA90
(236,218,144)
#EEE0A1
(238,224,161)
#F0E6B2
(240,230,178)
#F2ECC3
(242,236,195)
#F4F2D4
(244,242,212)
#F6F8E5
(246,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BC3B color. Also use rgb(226,188,59) instead hex code.

Text Font Color

.myTextColor { color: #E2BC3B; }

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

This text font color is #E2BC3B.


Background Color

.myBgColor { background-color: #E2BC3B; }

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

This div background color is #E2BC3B.


Border color

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

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

This div border color is #E2BC3B.


Opacity

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

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

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

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

This text has shadow with #E2BC3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BC3B on black background.


Color preview on white background

This text has color #E2BC3B on white background.



Black color preview on #E2BC3B background

This text has black color on #E2BC3B background.


White color preview on #E2BC3B background

This text has white color on #E2BC3B background.