COLOR #E6841C

HEX: #E6841C
RGB: (230,132,28)

Color info

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

RGB color model

#E6841C color RGB value is (230,132,28).

  • red value is 230;
  • green value is 132;
  • blue value is 28.
RGB:
(230,132,28)
(90%,52%,11%)

RGB channels and saturation

R 230 of 255 = 90%
G 132 of 255 = 52%
B 28 of 255 = 11%

230
132
28

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

Portions of RGB colors in percentages

R + G + B =
230 + 132 + 28 = 390 (100%)
R 230 of 390 ~ 58.97%
G 132 of 390 ~ 33.85%
B 28 of 390 ~ 7.18%

%58.97
%33.85

CMYK color model

#E6841C color CMYK value is (0,43,88,10).

  • cyan value is 0.00%
  • magenta value is 42.61%
  • yellow value is 87.83%
  • key color value is 9.80%
CMYK:
(0,43,88,10)
C0M43Y88K10 
(0%,43%,88%,10%)
(0.00/0.43/0.88/0.10)	

CMYK percentages

%0
%42.61
%87.83
%9.8

Codes

Color #E6841C in popluar color models

E6841C
RGB23013228
HSL31°80.16%50.59%
HSB/HSV31°87.83%90.20%
CMYK0.00%42.61%87.83%
9.80%

Color #E6841C in popluar number systems.

HEXE6841C
Decimal23013228
Binary111001101000010011100
Octal34620434

Shades and tints

Shades of #E6841C

#E6841C
(230,132,28)
#D2781A
(210,120,26)
#BE6C18
(190,108,24)
#AA6016
(170,96,22)
#965414
(150,84,20)
#824812
(130,72,18)
#6E3C10
(110,60,16)
#5A300E
(90,48,14)
#46240C
(70,36,12)
#32180A
(50,24,10)
#1E0C08
(30,12,8)
#000000
(0,0,0)

Tints of #E6841C

#E6841C
(230,132,28)
#E88F30
(232,143,48)
#EA9A44
(234,154,68)
#ECA558
(236,165,88)
#EEB06C
(238,176,108)
#F0BB80
(240,187,128)
#F2C694
(242,198,148)
#F4D1A8
(244,209,168)
#F6DCBC
(246,220,188)
#F8E7D0
(248,231,208)
#FAF2E4
(250,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6841C color. Also use rgb(230,132,28) instead hex code.

Text Font Color

.myTextColor { color: #E6841C; }

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

This text font color is #E6841C.


Background Color

.myBgColor { background-color: #E6841C; }

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

This div background color is #E6841C.


Border color

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

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

This div border color is #E6841C.


Opacity

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

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

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

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

This text has shadow with #E6841C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6841C on black background.


Color preview on white background

This text has color #E6841C on white background.



Black color preview on #E6841C background

This text has black color on #E6841C background.


White color preview on #E6841C background

This text has white color on #E6841C background.