COLOR #E68926

HEX: #E68926
RGB: (230,137,38)

Color info

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

RGB color model

#E68926 color RGB value is (230,137,38).

  • red value is 230;
  • green value is 137;
  • blue value is 38.
RGB:
(230,137,38)
(90%,54%,15%)

RGB channels and saturation

R 230 of 255 = 90%
G 137 of 255 = 54%
B 38 of 255 = 15%

230
137
38

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

Portions of RGB colors in percentages

R + G + B =
230 + 137 + 38 = 405 (100%)
R 230 of 405 ~ 56.79%
G 137 of 405 ~ 33.83%
B 38 of 405 ~ 9.38%

%56.79
%33.83

CMYK color model

#E68926 color CMYK value is (0,40,83,10).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 83.48%
  • key color value is 9.80%
CMYK:
(0,40,83,10)
C0M40Y83K10 
(0%,40%,83%,10%)
(0.00/0.40/0.83/0.10)	

CMYK percentages

%0
%40.43
%83.48
%9.8

Codes

Color #E68926 in popluar color models

E68926
RGB23013738
HSL31°79.34%52.55%
HSB/HSV31°83.48%90.20%
CMYK0.00%40.43%83.48%
9.80%

Color #E68926 in popluar number systems.

HEXE68926
Decimal23013738
Binary1110011010001001100110
Octal34621146

Shades and tints

Shades of #E68926

#E68926
(230,137,38)
#D27D23
(210,125,35)
#BE7120
(190,113,32)
#AA651D
(170,101,29)
#96591A
(150,89,26)
#824D17
(130,77,23)
#6E4114
(110,65,20)
#5A3511
(90,53,17)
#46290E
(70,41,14)
#321D0B
(50,29,11)
#1E1108
(30,17,8)
#000000
(0,0,0)

Tints of #E68926

#E68926
(230,137,38)
#E89339
(232,147,57)
#EA9D4C
(234,157,76)
#ECA75F
(236,167,95)
#EEB172
(238,177,114)
#F0BB85
(240,187,133)
#F2C598
(242,197,152)
#F4CFAB
(244,207,171)
#F6D9BE
(246,217,190)
#F8E3D1
(248,227,209)
#FAEDE4
(250,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68926 color. Also use rgb(230,137,38) instead hex code.

Text Font Color

.myTextColor { color: #E68926; }

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

This text font color is #E68926.


Background Color

.myBgColor { background-color: #E68926; }

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

This div background color is #E68926.


Border color

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

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

This div border color is #E68926.


Opacity

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

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

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

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

This text has shadow with #E68926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68926 on black background.


Color preview on white background

This text has color #E68926 on white background.



Black color preview on #E68926 background

This text has black color on #E68926 background.


White color preview on #E68926 background

This text has white color on #E68926 background.