COLOR #E3BA2E

HEX: #E3BA2E
RGB: (227,186,46)

Color info

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

RGB color model

#E3BA2E color RGB value is (227,186,46).

  • red value is 227;
  • green value is 186;
  • blue value is 46.
RGB:
(227,186,46)
(89%,73%,18%)

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 46 of 255 = 18%

227
186
46

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

Portions of RGB colors in percentages

R + G + B =
227 + 186 + 46 = 459 (100%)
R 227 of 459 ~ 49.46%
G 186 of 459 ~ 40.52%
B 46 of 459 ~ 10.02%

%49.46
%40.52
%10.02

CMYK color model

#E3BA2E color CMYK value is (0,18,80,11).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 79.74%
  • key color value is 10.98%
CMYK:
(0,18,80,11)
C0M18Y80K11 
(0%,18%,80%,11%)
(0.00/0.18/0.80/0.11)	

CMYK percentages

%0
%18.06
%79.74
%10.98

Codes

Color #E3BA2E in popluar color models

E3BA2E
RGB22718646
HSL46°76.37%53.53%
HSB/HSV46°79.74%89.02%
CMYK0.00%18.06%79.74%
10.98%

Color #E3BA2E in popluar number systems.

HEXE3BA2E
Decimal22718646
Binary1110001110111010101110
Octal34327256

Shades and tints

Shades of #E3BA2E

#E3BA2E
(227,186,46)
#CFAA2A
(207,170,42)
#BB9A26
(187,154,38)
#A78A22
(167,138,34)
#937A1E
(147,122,30)
#7F6A1A
(127,106,26)
#6B5A16
(107,90,22)
#574A12
(87,74,18)
#433A0E
(67,58,14)
#2F2A0A
(47,42,10)
#1B1A06
(27,26,6)
#000000
(0,0,0)

Tints of #E3BA2E

#E3BA2E
(227,186,46)
#E5C041
(229,192,65)
#E7C654
(231,198,84)
#E9CC67
(233,204,103)
#EBD27A
(235,210,122)
#EDD88D
(237,216,141)
#EFDEA0
(239,222,160)
#F1E4B3
(241,228,179)
#F3EAC6
(243,234,198)
#F5F0D9
(245,240,217)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BA2E color. Also use rgb(227,186,46) instead hex code.

Text Font Color

.myTextColor { color: #E3BA2E; }

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

This text font color is #E3BA2E.


Background Color

.myBgColor { background-color: #E3BA2E; }

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

This div background color is #E3BA2E.


Border color

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

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

This div border color is #E3BA2E.


Opacity

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

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

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

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

This text has shadow with #E3BA2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BA2E on black background.


Color preview on white background

This text has color #E3BA2E on white background.



Black color preview on #E3BA2E background

This text has black color on #E3BA2E background.


White color preview on #E3BA2E background

This text has white color on #E3BA2E background.