COLOR #E6870A

HEX: #E6870A RGB: (230,135,10)

Color info

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

RGB color model

#E6870A color RGB value is (230,135,10).

RGB: (230,135,10) (90%, 53%, 4%)

RGB channels and saturation

R 230 of 255 = 90%
G 135 of 255 = 53%
B 10 of 255 = 4%

230
135
10

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

Portions of RGB colors in percentages

R + G + B = 230 + 135 + 10 = 375 (100%)
R 230 of 375 ~ 61.33%
G 135 of 375 ~ 36%
B 10 of 375 ~ 2.67'%

%61.33
%36

CMYK color model

#E6870A color CMYK value is (0,41,96,10).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 95.65%
  • key color value is 9.80%

CMYK: (0,41,96,10)
C0M41Y96K10 (0%, 41%, 96%, 10%)
(0.00 / 0.41 / 0.96 / 0.10)

CMYK percentages

%0
%41.3
%95.65
%9.8

Codes

Color #E6870A in popluar color models

E6 87 0A
RGB 230 135 10
HSL 34° 91.67% 47.06%
HSB/HSV 34° 95.65% 90.20%
CMYK 0.00% 41.30% 95.65%
9.80%

Color #E6870A in popluar number systems.

HEX E6 87 0A
Decimal 230 135 10
Binary 11100110 10000111 1010
Octal 346 207 12

Shades and tints

Shades of #E6870A

#E6870A
(230,135,10)
#D27B0A
(210,123,10)
#BE6F0A
(190,111,10)
#AA630A
(170,99,10)
#96570A
(150,87,10)
#824B0A
(130,75,10)
#6E3F0A
(110,63,10)
#5A330A
(90,51,10)
#46270A
(70,39,10)
#321B0A
(50,27,10)
#1E0F0A
(30,15,10)
#000000
(0,0,0)

Tints of #E6870A

#E6870A
(230,135,10)
#E89120
(232,145,32)
#EA9B36
(234,155,54)
#ECA54C
(236,165,76)
#EEAF62
(238,175,98)
#F0B978
(240,185,120)
#F2C38E
(242,195,142)
#F4CDA4
(244,205,164)
#F6D7BA
(246,215,186)
#F8E1D0
(248,225,208)
#FAEBE6
(250,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6870A color. Also use rgb(230,135,10) instead hex code.

Text Font Color

.myTextColor { color: #E6870A; }

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

This text font color is #E6870A.

Background Color

.myBgColor { background-color: #E6870A; }

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

This div background color is #E6870A.

Border color

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

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

This div border color is #E6870A.

Opacity

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

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

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

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

This text has shadow with #E6870A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6870A.

Preview

Color preview on black background

This text has color #E6870A on black background.


Color preview on white background

This text has color #E6870A on white background.


Black color preview on #E6870A background

This text has black color on #E6870A background.


White color preview on #E6870A background

This text has white color on #E6870A background.


Related colors

Complementary color

Complementary color for #hex is #1978F5.


I love getcolorcode.com

Triadic colors

1 #0AE687 and #870AE6 with #E6870A are triadic colors.

2 #0A87E6 and #87E60A with #E6870A are triadic colors.