COLOR #E4B31C

HEX: #E4B31C
RGB: (228,179,28)

Color info

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

RGB color model

#E4B31C color RGB value is (228,179,28).

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

RGB channels and saturation

R 228 of 255 = 89%
G 179 of 255 = 70%
B 28 of 255 = 11%

228
179
28

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

Portions of RGB colors in percentages

R + G + B =
228 + 179 + 28 = 435 (100%)
R 228 of 435 ~ 52.41%
G 179 of 435 ~ 41.15%
B 28 of 435 ~ 6.44%

%52.41
%41.15

CMYK color model

#E4B31C color CMYK value is (0,21,88,11).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 87.72%
  • key color value is 10.59%
CMYK:
(0,21,88,11)
C0M21Y88K11 
(0%,21%,88%,11%)
(0.00/0.21/0.88/0.11)	

CMYK percentages

%0
%21.49
%87.72
%10.59

Codes

Color #E4B31C in popluar color models

E4B31C
RGB22817928
HSL45°78.74%50.20%
HSB/HSV45°87.72%89.41%
CMYK0.00%21.49%87.72%
10.59%

Color #E4B31C in popluar number systems.

HEXE4B31C
Decimal22817928
Binary111001001011001111100
Octal34426334

Shades and tints

Shades of #E4B31C

#E4B31C
(228,179,28)
#D0A31A
(208,163,26)
#BC9318
(188,147,24)
#A88316
(168,131,22)
#947314
(148,115,20)
#806312
(128,99,18)
#6C5310
(108,83,16)
#58430E
(88,67,14)
#44330C
(68,51,12)
#30230A
(48,35,10)
#1C1308
(28,19,8)
#000000
(0,0,0)

Tints of #E4B31C

#E4B31C
(228,179,28)
#E6B930
(230,185,48)
#E8BF44
(232,191,68)
#EAC558
(234,197,88)
#ECCB6C
(236,203,108)
#EED180
(238,209,128)
#F0D794
(240,215,148)
#F2DDA8
(242,221,168)
#F4E3BC
(244,227,188)
#F6E9D0
(246,233,208)
#F8EFE4
(248,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B31C; }

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

This text font color is #E4B31C.


Background Color

.myBgColor { background-color: #E4B31C; }

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

This div background color is #E4B31C.


Border color

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

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

This div border color is #E4B31C.


Opacity

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

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

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

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

This text has shadow with #E4B31C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B31C on black background.


Color preview on white background

This text has color #E4B31C on white background.



Black color preview on #E4B31C background

This text has black color on #E4B31C background.


White color preview on #E4B31C background

This text has white color on #E4B31C background.