COLOR #E6880E

HEX: #E6880E RGB: (230,136,14)

Color info

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

RGB color model

#E6880E color RGB value is (230,136,14).

RGB: (230,136,14) (90%, 53%, 5%)

RGB channels and saturation

R 230 of 255 = 90%
G 136 of 255 = 53%
B 14 of 255 = 5%

230
136
14

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

Portions of RGB colors in percentages

R + G + B = 230 + 136 + 14 = 380 (100%)
R 230 of 380 ~ 60.53%
G 136 of 380 ~ 35.79%
B 14 of 380 ~ 3.68'%

%60.53
%35.79

CMYK color model

#E6880E color CMYK value is (0,41,94,10).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 93.91%
  • key color value is 9.80%

CMYK: (0,41,94,10)
C0M41Y94K10 (0%, 41%, 94%, 10%)
(0.00 / 0.41 / 0.94 / 0.10)

CMYK percentages

%0
%40.87
%93.91
%9.8

Codes

Color #E6880E in popluar color models

E6 88 0E
RGB 230 136 14
HSL 34° 88.52% 47.84%
HSB/HSV 34° 93.91% 90.20%
CMYK 0.00% 40.87% 93.91%
9.80%

Color #E6880E in popluar number systems.

HEX E6 88 0E
Decimal 230 136 14
Binary 11100110 10001000 1110
Octal 346 210 16

Shades and tints

Shades of #E6880E

#E6880E
(230,136,14)
#D27C0D
(210,124,13)
#BE700C
(190,112,12)
#AA640B
(170,100,11)
#96580A
(150,88,10)
#824C09
(130,76,9)
#6E4008
(110,64,8)
#5A3407
(90,52,7)
#462806
(70,40,6)
#321C05
(50,28,5)
#1E1004
(30,16,4)
#000000
(0,0,0)

Tints of #E6880E

#E6880E
(230,136,14)
#E89223
(232,146,35)
#EA9C38
(234,156,56)
#ECA64D
(236,166,77)
#EEB062
(238,176,98)
#F0BA77
(240,186,119)
#F2C48C
(242,196,140)
#F4CEA1
(244,206,161)
#F6D8B6
(246,216,182)
#F8E2CB
(248,226,203)
#FAECE0
(250,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6880E; }

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

This text font color is #E6880E.

Background Color

.myBgColor { background-color: #E6880E; }

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

This div background color is #E6880E.

Border color

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

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

This div border color is #E6880E.

Opacity

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

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

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

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

This text has shadow with #E6880E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6880E.

Preview

Color preview on black background

This text has color #E6880E on black background.


Color preview on white background

This text has color #E6880E on white background.


Black color preview on #E6880E background

This text has black color on #E6880E background.


White color preview on #E6880E background

This text has white color on #E6880E background.


Related colors

Complementary color

Complementary color for #hex is #1977F1.


I love getcolorcode.com

Triadic colors

1 #0EE688 and #880EE6 with #E6880E are triadic colors.

2 #0E88E6 and #88E60E with #E6880E are triadic colors.