COLOR #E68B2D

HEX: #E68B2D
RGB: (230,139,45)

Color info

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

RGB color model

#E68B2D color RGB value is (230,139,45).

  • red value is 230;
  • green value is 139;
  • blue value is 45.
RGB:
(230,139,45)
(90%,55%,18%)

RGB channels and saturation

R 230 of 255 = 90%
G 139 of 255 = 55%
B 45 of 255 = 18%

230
139
45

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

Portions of RGB colors in percentages

R + G + B =
230 + 139 + 45 = 414 (100%)
R 230 of 414 ~ 55.56%
G 139 of 414 ~ 33.57%
B 45 of 414 ~ 10.87%

%55.56
%33.57
%10.87

CMYK color model

#E68B2D color CMYK value is (0,40,80,10).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 80.43%
  • key color value is 9.80%
CMYK:
(0,40,80,10)
C0M40Y80K10 
(0%,40%,80%,10%)
(0.00/0.40/0.80/0.10)	

CMYK percentages

%0
%39.57
%80.43
%9.8

Codes

Color #E68B2D in popluar color models

E68B2D
RGB23013945
HSL30°78.72%53.92%
HSB/HSV30°80.43%90.20%
CMYK0.00%39.57%80.43%
9.80%

Color #E68B2D in popluar number systems.

HEXE68B2D
Decimal23013945
Binary1110011010001011101101
Octal34621355

Shades and tints

Shades of #E68B2D

#E68B2D
(230,139,45)
#D27F29
(210,127,41)
#BE7325
(190,115,37)
#AA6721
(170,103,33)
#965B1D
(150,91,29)
#824F19
(130,79,25)
#6E4315
(110,67,21)
#5A3711
(90,55,17)
#462B0D
(70,43,13)
#321F09
(50,31,9)
#1E1305
(30,19,5)
#000000
(0,0,0)

Tints of #E68B2D

#E68B2D
(230,139,45)
#E89540
(232,149,64)
#EA9F53
(234,159,83)
#ECA966
(236,169,102)
#EEB379
(238,179,121)
#F0BD8C
(240,189,140)
#F2C79F
(242,199,159)
#F4D1B2
(244,209,178)
#F6DBC5
(246,219,197)
#F8E5D8
(248,229,216)
#FAEFEB
(250,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68B2D color. Also use rgb(230,139,45) instead hex code.

Text Font Color

.myTextColor { color: #E68B2D; }

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

This text font color is #E68B2D.


Background Color

.myBgColor { background-color: #E68B2D; }

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

This div background color is #E68B2D.


Border color

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

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

This div border color is #E68B2D.


Opacity

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

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

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

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

This text has shadow with #E68B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68B2D on black background.


Color preview on white background

This text has color #E68B2D on white background.



Black color preview on #E68B2D background

This text has black color on #E68B2D background.


White color preview on #E68B2D background

This text has white color on #E68B2D background.