COLOR #E4BB14

HEX: #E4BB14
RGB: (228,187,20)

Color info

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

RGB color model

#E4BB14 color RGB value is (228,187,20).

  • red value is 228;
  • green value is 187;
  • blue value is 20.
RGB:
(228,187,20)
(89%,73%,8%)

RGB channels and saturation

R 228 of 255 = 89%
G 187 of 255 = 73%
B 20 of 255 = 8%

228
187
20

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

Portions of RGB colors in percentages

R + G + B =
228 + 187 + 20 = 435 (100%)
R 228 of 435 ~ 52.41%
G 187 of 435 ~ 42.99%
B 20 of 435 ~ 4.6%

%52.41
%42.99

CMYK color model

#E4BB14 color CMYK value is (0,18,91,11).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 91.23%
  • key color value is 10.59%
CMYK:
(0,18,91,11)
C0M18Y91K11 
(0%,18%,91%,11%)
(0.00/0.18/0.91/0.11)	

CMYK percentages

%0
%17.98
%91.23
%10.59

Codes

Color #E4BB14 in popluar color models

E4BB14
RGB22818720
HSL48°83.87%48.63%
HSB/HSV48°91.23%89.41%
CMYK0.00%17.98%91.23%
10.59%

Color #E4BB14 in popluar number systems.

HEXE4BB14
Decimal22818720
Binary111001001011101110100
Octal34427324

Shades and tints

Shades of #E4BB14

#E4BB14
(228,187,20)
#D0AA13
(208,170,19)
#BC9912
(188,153,18)
#A88811
(168,136,17)
#947710
(148,119,16)
#80660F
(128,102,15)
#6C550E
(108,85,14)
#58440D
(88,68,13)
#44330C
(68,51,12)
#30220B
(48,34,11)
#1C110A
(28,17,10)
#000000
(0,0,0)

Tints of #E4BB14

#E4BB14
(228,187,20)
#E6C129
(230,193,41)
#E8C73E
(232,199,62)
#EACD53
(234,205,83)
#ECD368
(236,211,104)
#EED97D
(238,217,125)
#F0DF92
(240,223,146)
#F2E5A7
(242,229,167)
#F4EBBC
(244,235,188)
#F6F1D1
(246,241,209)
#F8F7E6
(248,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BB14 color. Also use rgb(228,187,20) instead hex code.

Text Font Color

.myTextColor { color: #E4BB14; }

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

This text font color is #E4BB14.


Background Color

.myBgColor { background-color: #E4BB14; }

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

This div background color is #E4BB14.


Border color

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

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

This div border color is #E4BB14.


Opacity

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

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

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

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

This text has shadow with #E4BB14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BB14 on black background.


Color preview on white background

This text has color #E4BB14 on white background.



Black color preview on #E4BB14 background

This text has black color on #E4BB14 background.


White color preview on #E4BB14 background

This text has white color on #E4BB14 background.