COLOR #E6881E

HEX: #E6881E
RGB: (230,136,30)

Color info

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

RGB color model

#E6881E color RGB value is (230,136,30).

  • red value is 230;
  • green value is 136;
  • blue value is 30.
RGB:
(230,136,30)
(90%,53%,12%)

RGB channels and saturation

R 230 of 255 = 90%
G 136 of 255 = 53%
B 30 of 255 = 12%

230
136
30

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

Portions of RGB colors in percentages

R + G + B =
230 + 136 + 30 = 396 (100%)
R 230 of 396 ~ 58.08%
G 136 of 396 ~ 34.34%
B 30 of 396 ~ 7.58%

%58.08
%34.34

CMYK color model

#E6881E color CMYK value is (0,41,87,10).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 86.96%
  • key color value is 9.80%
CMYK:
(0,41,87,10)
C0M41Y87K10 
(0%,41%,87%,10%)
(0.00/0.41/0.87/0.10)	

CMYK percentages

%0
%40.87
%86.96
%9.8

Codes

Color #E6881E in popluar color models

E6881E
RGB23013630
HSL32°80.00%50.98%
HSB/HSV32°86.96%90.20%
CMYK0.00%40.87%86.96%
9.80%

Color #E6881E in popluar number systems.

HEXE6881E
Decimal23013630
Binary111001101000100011110
Octal34621036

Shades and tints

Shades of #E6881E

#E6881E
(230,136,30)
#D27C1C
(210,124,28)
#BE701A
(190,112,26)
#AA6418
(170,100,24)
#965816
(150,88,22)
#824C14
(130,76,20)
#6E4012
(110,64,18)
#5A3410
(90,52,16)
#46280E
(70,40,14)
#321C0C
(50,28,12)
#1E100A
(30,16,10)
#000000
(0,0,0)

Tints of #E6881E

#E6881E
(230,136,30)
#E89232
(232,146,50)
#EA9C46
(234,156,70)
#ECA65A
(236,166,90)
#EEB06E
(238,176,110)
#F0BA82
(240,186,130)
#F2C496
(242,196,150)
#F4CEAA
(244,206,170)
#F6D8BE
(246,216,190)
#F8E2D2
(248,226,210)
#FAECE6
(250,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6881E color. Also use rgb(230,136,30) instead hex code.

Text Font Color

.myTextColor { color: #E6881E; }

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

This text font color is #E6881E.


Background Color

.myBgColor { background-color: #E6881E; }

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

This div background color is #E6881E.


Border color

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

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

This div border color is #E6881E.


Opacity

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

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

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

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

This text has shadow with #E6881E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6881E on black background.


Color preview on white background

This text has color #E6881E on white background.



Black color preview on #E6881E background

This text has black color on #E6881E background.


White color preview on #E6881E background

This text has white color on #E6881E background.