COLOR #E68239

HEX: #E68239
RGB: (230,130,57)

Color info

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

RGB color model

#E68239 color RGB value is (230,130,57).

  • red value is 230;
  • green value is 130;
  • blue value is 57.
RGB:
(230,130,57)
(90%,51%,22%)

RGB channels and saturation

R 230 of 255 = 90%
G 130 of 255 = 51%
B 57 of 255 = 22%

230
130
57

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

Portions of RGB colors in percentages

R + G + B =
230 + 130 + 57 = 417 (100%)
R 230 of 417 ~ 55.16%
G 130 of 417 ~ 31.18%
B 57 of 417 ~ 13.67%

%55.16
%31.18
%13.67

CMYK color model

#E68239 color CMYK value is (0,43,75,10).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 75.22%
  • key color value is 9.80%
CMYK:
(0,43,75,10)
C0M43Y75K10 
(0%,43%,75%,10%)
(0.00/0.43/0.75/0.10)	

CMYK percentages

%0
%43.48
%75.22
%9.8

Codes

Color #E68239 in popluar color models

E68239
RGB23013057
HSL25°77.58%56.27%
HSB/HSV25°75.22%90.20%
CMYK0.00%43.48%75.22%
9.80%

Color #E68239 in popluar number systems.

HEXE68239
Decimal23013057
Binary1110011010000010111001
Octal34620271

Shades and tints

Shades of #E68239

#E68239
(230,130,57)
#D27734
(210,119,52)
#BE6C2F
(190,108,47)
#AA612A
(170,97,42)
#965625
(150,86,37)
#824B20
(130,75,32)
#6E401B
(110,64,27)
#5A3516
(90,53,22)
#462A11
(70,42,17)
#321F0C
(50,31,12)
#1E1407
(30,20,7)
#000000
(0,0,0)

Tints of #E68239

#E68239
(230,130,57)
#E88D4B
(232,141,75)
#EA985D
(234,152,93)
#ECA36F
(236,163,111)
#EEAE81
(238,174,129)
#F0B993
(240,185,147)
#F2C4A5
(242,196,165)
#F4CFB7
(244,207,183)
#F6DAC9
(246,218,201)
#F8E5DB
(248,229,219)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68239 color. Also use rgb(230,130,57) instead hex code.

Text Font Color

.myTextColor { color: #E68239; }

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

This text font color is #E68239.


Background Color

.myBgColor { background-color: #E68239; }

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

This div background color is #E68239.


Border color

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

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

This div border color is #E68239.


Opacity

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

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

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

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

This text has shadow with #E68239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68239 on black background.


Color preview on white background

This text has color #E68239 on white background.



Black color preview on #E68239 background

This text has black color on #E68239 background.


White color preview on #E68239 background

This text has white color on #E68239 background.