COLOR #E6861A

HEX: #E6861A
RGB: (230,134,26)

Color info

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

RGB color model

#E6861A color RGB value is (230,134,26).

  • red value is 230;
  • green value is 134;
  • blue value is 26.
RGB:
(230,134,26)
(90%,53%,10%)

RGB channels and saturation

R 230 of 255 = 90%
G 134 of 255 = 53%
B 26 of 255 = 10%

230
134
26

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

Portions of RGB colors in percentages

R + G + B =
230 + 134 + 26 = 390 (100%)
R 230 of 390 ~ 58.97%
G 134 of 390 ~ 34.36%
B 26 of 390 ~ 6.67%

%58.97
%34.36

CMYK color model

#E6861A color CMYK value is (0,42,89,10).

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 88.70%
  • key color value is 9.80%
CMYK:
(0,42,89,10)
C0M42Y89K10 
(0%,42%,89%,10%)
(0.00/0.42/0.89/0.10)	

CMYK percentages

%0
%41.74
%88.7
%9.8

Codes

Color #E6861A in popluar color models

E6861A
RGB23013426
HSL32°80.31%50.20%
HSB/HSV32°88.70%90.20%
CMYK0.00%41.74%88.70%
9.80%

Color #E6861A in popluar number systems.

HEXE6861A
Decimal23013426
Binary111001101000011011010
Octal34620632

Shades and tints

Shades of #E6861A

#E6861A
(230,134,26)
#D27A18
(210,122,24)
#BE6E16
(190,110,22)
#AA6214
(170,98,20)
#965612
(150,86,18)
#824A10
(130,74,16)
#6E3E0E
(110,62,14)
#5A320C
(90,50,12)
#46260A
(70,38,10)
#321A08
(50,26,8)
#1E0E06
(30,14,6)
#000000
(0,0,0)

Tints of #E6861A

#E6861A
(230,134,26)
#E8912E
(232,145,46)
#EA9C42
(234,156,66)
#ECA756
(236,167,86)
#EEB26A
(238,178,106)
#F0BD7E
(240,189,126)
#F2C892
(242,200,146)
#F4D3A6
(244,211,166)
#F6DEBA
(246,222,186)
#F8E9CE
(248,233,206)
#FAF4E2
(250,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6861A color. Also use rgb(230,134,26) instead hex code.

Text Font Color

.myTextColor { color: #E6861A; }

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

This text font color is #E6861A.


Background Color

.myBgColor { background-color: #E6861A; }

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

This div background color is #E6861A.


Border color

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

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

This div border color is #E6861A.


Opacity

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

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

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

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

This text has shadow with #E6861A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6861A on black background.


Color preview on white background

This text has color #E6861A on white background.



Black color preview on #E6861A background

This text has black color on #E6861A background.


White color preview on #E6861A background

This text has white color on #E6861A background.