COLOR #E68824

HEX: #E68824
RGB: (230,136,36)

Color info

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

RGB color model

#E68824 color RGB value is (230,136,36).

  • red value is 230;
  • green value is 136;
  • blue value is 36.
RGB:
(230,136,36)
(90%,53%,14%)

RGB channels and saturation

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

230
136
36

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

Portions of RGB colors in percentages

R + G + B =
230 + 136 + 36 = 402 (100%)
R 230 of 402 ~ 57.21%
G 136 of 402 ~ 33.83%
B 36 of 402 ~ 8.96%

%57.21
%33.83

CMYK color model

#E68824 color CMYK value is (0,41,84,10).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 84.35%
  • key color value is 9.80%
CMYK:
(0,41,84,10)
C0M41Y84K10 
(0%,41%,84%,10%)
(0.00/0.41/0.84/0.10)	

CMYK percentages

%0
%40.87
%84.35
%9.8

Codes

Color #E68824 in popluar color models

E68824
RGB23013636
HSL31°79.51%52.16%
HSB/HSV31°84.35%90.20%
CMYK0.00%40.87%84.35%
9.80%

Color #E68824 in popluar number systems.

HEXE68824
Decimal23013636
Binary1110011010001000100100
Octal34621044

Shades and tints

Shades of #E68824

#E68824
(230,136,36)
#D27C21
(210,124,33)
#BE701E
(190,112,30)
#AA641B
(170,100,27)
#965818
(150,88,24)
#824C15
(130,76,21)
#6E4012
(110,64,18)
#5A340F
(90,52,15)
#46280C
(70,40,12)
#321C09
(50,28,9)
#1E1006
(30,16,6)
#000000
(0,0,0)

Tints of #E68824

#E68824
(230,136,36)
#E89237
(232,146,55)
#EA9C4A
(234,156,74)
#ECA65D
(236,166,93)
#EEB070
(238,176,112)
#F0BA83
(240,186,131)
#F2C496
(242,196,150)
#F4CEA9
(244,206,169)
#F6D8BC
(246,216,188)
#F8E2CF
(248,226,207)
#FAECE2
(250,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68824; }

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

This text font color is #E68824.


Background Color

.myBgColor { background-color: #E68824; }

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

This div background color is #E68824.


Border color

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

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

This div border color is #E68824.


Opacity

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

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

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

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

This text has shadow with #E68824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68824 on black background.


Color preview on white background

This text has color #E68824 on white background.



Black color preview on #E68824 background

This text has black color on #E68824 background.


White color preview on #E68824 background

This text has white color on #E68824 background.