COLOR #E4B112

HEX: #E4B112
RGB: (228,177,18)

Color info

#E4B112 contains mainly red and green colors. Web safe color of #E4B112 is #CC9900 (or #C90).

RGB color model

#E4B112 color RGB value is (228,177,18).

  • red value is 228;
  • green value is 177;
  • blue value is 18.
RGB:
(228,177,18)
(89%,69%,7%)

RGB channels and saturation

R 228 of 255 = 89%
G 177 of 255 = 69%
B 18 of 255 = 7%

228
177
18

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

Portions of RGB colors in percentages

R + G + B =
228 + 177 + 18 = 423 (100%)
R 228 of 423 ~ 53.9%
G 177 of 423 ~ 41.84%
B 18 of 423 ~ 4.26%

%53.9
%41.84

CMYK color model

#E4B112 color CMYK value is (0,22,92,11).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 92.11%
  • key color value is 10.59%
CMYK:
(0,22,92,11)
C0M22Y92K11 
(0%,22%,92%,11%)
(0.00/0.22/0.92/0.11)	

CMYK percentages

%0
%22.37
%92.11
%10.59

Codes

Color #E4B112 in popluar color models

E4B112
RGB22817718
HSL45°85.37%48.24%
HSB/HSV45°92.11%89.41%
CMYK0.00%22.37%92.11%
10.59%

Color #E4B112 in popluar number systems.

HEXE4B112
Decimal22817718
Binary111001001011000110010
Octal34426122

Shades and tints

Shades of #E4B112

#E4B112
(228,177,18)
#D0A111
(208,161,17)
#BC9110
(188,145,16)
#A8810F
(168,129,15)
#94710E
(148,113,14)
#80610D
(128,97,13)
#6C510C
(108,81,12)
#58410B
(88,65,11)
#44310A
(68,49,10)
#302109
(48,33,9)
#1C1108
(28,17,8)
#000000
(0,0,0)

Tints of #E4B112

#E4B112
(228,177,18)
#E6B827
(230,184,39)
#E8BF3C
(232,191,60)
#EAC651
(234,198,81)
#ECCD66
(236,205,102)
#EED47B
(238,212,123)
#F0DB90
(240,219,144)
#F2E2A5
(242,226,165)
#F4E9BA
(244,233,186)
#F6F0CF
(246,240,207)
#F8F7E4
(248,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B112 color. Also use rgb(228,177,18) instead hex code.

Text Font Color

.myTextColor { color: #E4B112; }

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

This text font color is #E4B112.


Background Color

.myBgColor { background-color: #E4B112; }

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

This div background color is #E4B112.


Border color

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

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

This div border color is #E4B112.


Opacity

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

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

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

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

This text has shadow with #E4B112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B112 on black background.


Color preview on white background

This text has color #E4B112 on white background.



Black color preview on #E4B112 background

This text has black color on #E4B112 background.


White color preview on #E4B112 background

This text has white color on #E4B112 background.