COLOR #E68E2E

HEX: #E68E2E
RGB: (230,142,46)

Color info

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

RGB color model

#E68E2E color RGB value is (230,142,46).

  • red value is 230;
  • green value is 142;
  • blue value is 46.
RGB:
(230,142,46)
(90%,56%,18%)

RGB channels and saturation

R 230 of 255 = 90%
G 142 of 255 = 56%
B 46 of 255 = 18%

230
142
46

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

Portions of RGB colors in percentages

R + G + B =
230 + 142 + 46 = 418 (100%)
R 230 of 418 ~ 55.02%
G 142 of 418 ~ 33.97%
B 46 of 418 ~ 11%

%55.02
%33.97
%11

CMYK color model

#E68E2E color CMYK value is (0,38,80,10).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 80.00%
  • key color value is 9.80%
CMYK:
(0,38,80,10)
C0M38Y80K10 
(0%,38%,80%,10%)
(0.00/0.38/0.80/0.10)	

CMYK percentages

%0
%38.26
%80
%9.8

Codes

Color #E68E2E in popluar color models

E68E2E
RGB23014246
HSL31°78.63%54.12%
HSB/HSV31°80.00%90.20%
CMYK0.00%38.26%80.00%
9.80%

Color #E68E2E in popluar number systems.

HEXE68E2E
Decimal23014246
Binary1110011010001110101110
Octal34621656

Shades and tints

Shades of #E68E2E

#E68E2E
(230,142,46)
#D2822A
(210,130,42)
#BE7626
(190,118,38)
#AA6A22
(170,106,34)
#965E1E
(150,94,30)
#82521A
(130,82,26)
#6E4616
(110,70,22)
#5A3A12
(90,58,18)
#462E0E
(70,46,14)
#32220A
(50,34,10)
#1E1606
(30,22,6)
#000000
(0,0,0)

Tints of #E68E2E

#E68E2E
(230,142,46)
#E89841
(232,152,65)
#EAA254
(234,162,84)
#ECAC67
(236,172,103)
#EEB67A
(238,182,122)
#F0C08D
(240,192,141)
#F2CAA0
(242,202,160)
#F4D4B3
(244,212,179)
#F6DEC6
(246,222,198)
#F8E8D9
(248,232,217)
#FAF2EC
(250,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68E2E color. Also use rgb(230,142,46) instead hex code.

Text Font Color

.myTextColor { color: #E68E2E; }

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

This text font color is #E68E2E.


Background Color

.myBgColor { background-color: #E68E2E; }

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

This div background color is #E68E2E.


Border color

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

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

This div border color is #E68E2E.


Opacity

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

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

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

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

This text has shadow with #E68E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68E2E on black background.


Color preview on white background

This text has color #E68E2E on white background.



Black color preview on #E68E2E background

This text has black color on #E68E2E background.


White color preview on #E68E2E background

This text has white color on #E68E2E background.