COLOR #E4831A

HEX: #E4831A
RGB: (228,131,26)

Color info

#E4831A contains mainly red color. Web safe color of #E4831A is #CC9900 (or #C90).

RGB color model

#E4831A color RGB value is (228,131,26).

  • red value is 228;
  • green value is 131;
  • blue value is 26.
RGB:
(228,131,26)
(89%,51%,10%)

RGB channels and saturation

R 228 of 255 = 89%
G 131 of 255 = 51%
B 26 of 255 = 10%

228
131
26

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

Portions of RGB colors in percentages

R + G + B =
228 + 131 + 26 = 385 (100%)
R 228 of 385 ~ 59.22%
G 131 of 385 ~ 34.03%
B 26 of 385 ~ 6.75%

%59.22
%34.03

CMYK color model

#E4831A color CMYK value is (0,43,89,11).

  • cyan value is 0.00%
  • magenta value is 42.54%
  • yellow value is 88.60%
  • key color value is 10.59%
CMYK:
(0,43,89,11)
C0M43Y89K11 
(0%,43%,89%,11%)
(0.00/0.43/0.89/0.11)	

CMYK percentages

%0
%42.54
%88.6
%10.59

Codes

Color #E4831A in popluar color models

E4831A
RGB22813126
HSL31°79.53%49.80%
HSB/HSV31°88.60%89.41%
CMYK0.00%42.54%88.60%
10.59%

Color #E4831A in popluar number systems.

HEXE4831A
Decimal22813126
Binary111001001000001111010
Octal34420332

Shades and tints

Shades of #E4831A

#E4831A
(228,131,26)
#D07818
(208,120,24)
#BC6D16
(188,109,22)
#A86214
(168,98,20)
#945712
(148,87,18)
#804C10
(128,76,16)
#6C410E
(108,65,14)
#58360C
(88,54,12)
#442B0A
(68,43,10)
#302008
(48,32,8)
#1C1506
(28,21,6)
#000000
(0,0,0)

Tints of #E4831A

#E4831A
(228,131,26)
#E68E2E
(230,142,46)
#E89942
(232,153,66)
#EAA456
(234,164,86)
#ECAF6A
(236,175,106)
#EEBA7E
(238,186,126)
#F0C592
(240,197,146)
#F2D0A6
(242,208,166)
#F4DBBA
(244,219,186)
#F6E6CE
(246,230,206)
#F8F1E2
(248,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4831A color. Also use rgb(228,131,26) instead hex code.

Text Font Color

.myTextColor { color: #E4831A; }

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

This text font color is #E4831A.


Background Color

.myBgColor { background-color: #E4831A; }

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

This div background color is #E4831A.


Border color

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

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

This div border color is #E4831A.


Opacity

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

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

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

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

This text has shadow with #E4831A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4831A on black background.


Color preview on white background

This text has color #E4831A on white background.



Black color preview on #E4831A background

This text has black color on #E4831A background.


White color preview on #E4831A background

This text has white color on #E4831A background.