COLOR #E4863C

HEX: #E4863C
RGB: (228,134,60)

Color info

#E4863C contains mainly red color. Web safe color of #E4863C is #CC9933 (or #C93).

RGB color model

#E4863C color RGB value is (228,134,60).

  • red value is 228;
  • green value is 134;
  • blue value is 60.
RGB:
(228,134,60)
(89%,53%,24%)

RGB channels and saturation

R 228 of 255 = 89%
G 134 of 255 = 53%
B 60 of 255 = 24%

228
134
60

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

Portions of RGB colors in percentages

R + G + B =
228 + 134 + 60 = 422 (100%)
R 228 of 422 ~ 54.03%
G 134 of 422 ~ 31.75%
B 60 of 422 ~ 14.22%

%54.03
%31.75
%14.22

CMYK color model

#E4863C color CMYK value is (0,41,74,11).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 73.68%
  • key color value is 10.59%
CMYK:
(0,41,74,11)
C0M41Y74K11 
(0%,41%,74%,11%)
(0.00/0.41/0.74/0.11)	

CMYK percentages

%0
%41.23
%73.68
%10.59

Codes

Color #E4863C in popluar color models

E4863C
RGB22813460
HSL26°75.68%56.47%
HSB/HSV26°73.68%89.41%
CMYK0.00%41.23%73.68%
10.59%

Color #E4863C in popluar number systems.

HEXE4863C
Decimal22813460
Binary1110010010000110111100
Octal34420674

Shades and tints

Shades of #E4863C

#E4863C
(228,134,60)
#D07A37
(208,122,55)
#BC6E32
(188,110,50)
#A8622D
(168,98,45)
#945628
(148,86,40)
#804A23
(128,74,35)
#6C3E1E
(108,62,30)
#583219
(88,50,25)
#442614
(68,38,20)
#301A0F
(48,26,15)
#1C0E0A
(28,14,10)
#000000
(0,0,0)

Tints of #E4863C

#E4863C
(228,134,60)
#E6914D
(230,145,77)
#E89C5E
(232,156,94)
#EAA76F
(234,167,111)
#ECB280
(236,178,128)
#EEBD91
(238,189,145)
#F0C8A2
(240,200,162)
#F2D3B3
(242,211,179)
#F4DEC4
(244,222,196)
#F6E9D5
(246,233,213)
#F8F4E6
(248,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4863C color. Also use rgb(228,134,60) instead hex code.

Text Font Color

.myTextColor { color: #E4863C; }

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

This text font color is #E4863C.


Background Color

.myBgColor { background-color: #E4863C; }

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

This div background color is #E4863C.


Border color

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

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

This div border color is #E4863C.


Opacity

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

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

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

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

This text has shadow with #E4863C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4863C on black background.


Color preview on white background

This text has color #E4863C on white background.



Black color preview on #E4863C background

This text has black color on #E4863C background.


White color preview on #E4863C background

This text has white color on #E4863C background.