COLOR #E3BC16

HEX: #E3BC16 RGB: (227,188,22)

Color info

#E3BC16 contains mainly red and green colors. Web safe color of #E3BC16 is #CCCC00 (or #CC0).

RGB color model

#E3BC16 color RGB value is (227,188,22).

RGB: (227,188,22) (89%, 74%, 9%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 22 of 255 = 9%

227
188
22

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

Portions of RGB colors in percentages

R + G + B = 227 + 188 + 22 = 437 (100%)
R 227 of 437 ~ 51.95%
G 188 of 437 ~ 43.02%
B 22 of 437 ~ 5.03'%

%51.95
%43.02

CMYK color model

#E3BC16 color CMYK value is (0,17,90,11).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 90.31%
  • key color value is 10.98%

CMYK: (0,17,90,11)
C0M17Y90K11 (0%, 17%, 90%, 11%)
(0.00 / 0.17 / 0.90 / 0.11)

CMYK percentages

%0
%17.18
%90.31
%10.98

Codes

Color #E3BC16 in popluar color models

E3 BC 16
RGB 227 188 22
HSL 49° 82.33% 48.82%
HSB/HSV 49° 90.31% 89.02%
CMYK 0.00% 17.18% 90.31%
10.98%

Color #E3BC16 in popluar number systems.

HEX E3 BC 16
Decimal 227 188 22
Binary 11100011 10111100 10110
Octal 343 274 26

Shades and tints

Shades of #E3BC16

#E3BC16
(227,188,22)
#CFAB14
(207,171,20)
#BB9A12
(187,154,18)
#A78910
(167,137,16)
#93780E
(147,120,14)
#7F670C
(127,103,12)
#6B560A
(107,86,10)
#574508
(87,69,8)
#433406
(67,52,6)
#2F2304
(47,35,4)
#1B1202
(27,18,2)
#000000
(0,0,0)

Tints of #E3BC16

#E3BC16
(227,188,22)
#E5C22B
(229,194,43)
#E7C840
(231,200,64)
#E9CE55
(233,206,85)
#EBD46A
(235,212,106)
#EDDA7F
(237,218,127)
#EFE094
(239,224,148)
#F1E6A9
(241,230,169)
#F3ECBE
(243,236,190)
#F5F2D3
(245,242,211)
#F7F8E8
(247,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BC16 color. Also use rgb(227,188,22) instead hex code.

Text Font Color

.myTextColor { color: #E3BC16; }

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

This text font color is #E3BC16.

Background Color

.myBgColor { background-color: #E3BC16; }

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

This div background color is #E3BC16.

Border color

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

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

This div border color is #E3BC16.

Opacity

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

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

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

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

This text has shadow with #E3BC16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BC16.

Preview

Color preview on black background

This text has color #E3BC16 on black background.


Color preview on white background

This text has color #E3BC16 on white background.


Black color preview on #E3BC16 background

This text has black color on #E3BC16 background.


White color preview on #E3BC16 background

This text has white color on #E3BC16 background.


Related colors

Complementary color

Complementary color for #hex is #1C43E9.


I love getcolorcode.com

Triadic colors

1 #16E3BC and #BC16E3 with #E3BC16 are triadic colors.

2 #16BCE3 and #BCE316 with #E3BC16 are triadic colors.