COLOR #E4B31E

HEX: #E4B31E
RGB: (228,179,30)

Color info

#E4B31E contains mainly red and green colors. Web safe color of #E4B31E is #CC9933 (or #C93).

RGB color model

#E4B31E color RGB value is (228,179,30).

  • red value is 228;
  • green value is 179;
  • blue value is 30.
RGB:
(228,179,30)
(89%,70%,12%)

RGB channels and saturation

R 228 of 255 = 89%
G 179 of 255 = 70%
B 30 of 255 = 12%

228
179
30

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

Portions of RGB colors in percentages

R + G + B =
228 + 179 + 30 = 437 (100%)
R 228 of 437 ~ 52.17%
G 179 of 437 ~ 40.96%
B 30 of 437 ~ 6.86%

%52.17
%40.96

CMYK color model

#E4B31E color CMYK value is (0,21,87,11).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 86.84%
  • key color value is 10.59%
CMYK:
(0,21,87,11)
C0M21Y87K11 
(0%,21%,87%,11%)
(0.00/0.21/0.87/0.11)	

CMYK percentages

%0
%21.49
%86.84
%10.59

Codes

Color #E4B31E in popluar color models

E4B31E
RGB22817930
HSL45°78.57%50.59%
HSB/HSV45°86.84%89.41%
CMYK0.00%21.49%86.84%
10.59%

Color #E4B31E in popluar number systems.

HEXE4B31E
Decimal22817930
Binary111001001011001111110
Octal34426336

Shades and tints

Shades of #E4B31E

#E4B31E
(228,179,30)
#D0A31C
(208,163,28)
#BC931A
(188,147,26)
#A88318
(168,131,24)
#947316
(148,115,22)
#806314
(128,99,20)
#6C5312
(108,83,18)
#584310
(88,67,16)
#44330E
(68,51,14)
#30230C
(48,35,12)
#1C130A
(28,19,10)
#000000
(0,0,0)

Tints of #E4B31E

#E4B31E
(228,179,30)
#E6B932
(230,185,50)
#E8BF46
(232,191,70)
#EAC55A
(234,197,90)
#ECCB6E
(236,203,110)
#EED182
(238,209,130)
#F0D796
(240,215,150)
#F2DDAA
(242,221,170)
#F4E3BE
(244,227,190)
#F6E9D2
(246,233,210)
#F8EFE6
(248,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B31E color. Also use rgb(228,179,30) instead hex code.

Text Font Color

.myTextColor { color: #E4B31E; }

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

This text font color is #E4B31E.


Background Color

.myBgColor { background-color: #E4B31E; }

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

This div background color is #E4B31E.


Border color

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

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

This div border color is #E4B31E.


Opacity

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

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

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

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

This text has shadow with #E4B31E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B31E on black background.


Color preview on white background

This text has color #E4B31E on white background.



Black color preview on #E4B31E background

This text has black color on #E4B31E background.


White color preview on #E4B31E background

This text has white color on #E4B31E background.