COLOR #E68520

HEX: #E68520
RGB: (230,133,32)

Color info

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

RGB color model

#E68520 color RGB value is (230,133,32).

  • red value is 230;
  • green value is 133;
  • blue value is 32.
RGB:
(230,133,32)
(90%,52%,13%)

RGB channels and saturation

R 230 of 255 = 90%
G 133 of 255 = 52%
B 32 of 255 = 13%

230
133
32

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

Portions of RGB colors in percentages

R + G + B =
230 + 133 + 32 = 395 (100%)
R 230 of 395 ~ 58.23%
G 133 of 395 ~ 33.67%
B 32 of 395 ~ 8.1%

%58.23
%33.67

CMYK color model

#E68520 color CMYK value is (0,42,86,10).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 86.09%
  • key color value is 9.80%
CMYK:
(0,42,86,10)
C0M42Y86K10 
(0%,42%,86%,10%)
(0.00/0.42/0.86/0.10)	

CMYK percentages

%0
%42.17
%86.09
%9.8

Codes

Color #E68520 in popluar color models

E68520
RGB23013332
HSL31°79.84%51.37%
HSB/HSV31°86.09%90.20%
CMYK0.00%42.17%86.09%
9.80%

Color #E68520 in popluar number systems.

HEXE68520
Decimal23013332
Binary1110011010000101100000
Octal34620540

Shades and tints

Shades of #E68520

#E68520
(230,133,32)
#D2791E
(210,121,30)
#BE6D1C
(190,109,28)
#AA611A
(170,97,26)
#965518
(150,85,24)
#824916
(130,73,22)
#6E3D14
(110,61,20)
#5A3112
(90,49,18)
#462510
(70,37,16)
#32190E
(50,25,14)
#1E0D0C
(30,13,12)
#000000
(0,0,0)

Tints of #E68520

#E68520
(230,133,32)
#E89034
(232,144,52)
#EA9B48
(234,155,72)
#ECA65C
(236,166,92)
#EEB170
(238,177,112)
#F0BC84
(240,188,132)
#F2C798
(242,199,152)
#F4D2AC
(244,210,172)
#F6DDC0
(246,221,192)
#F8E8D4
(248,232,212)
#FAF3E8
(250,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68520 color. Also use rgb(230,133,32) instead hex code.

Text Font Color

.myTextColor { color: #E68520; }

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

This text font color is #E68520.


Background Color

.myBgColor { background-color: #E68520; }

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

This div background color is #E68520.


Border color

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

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

This div border color is #E68520.


Opacity

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

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

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

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

This text has shadow with #E68520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68520 on black background.


Color preview on white background

This text has color #E68520 on white background.



Black color preview on #E68520 background

This text has black color on #E68520 background.


White color preview on #E68520 background

This text has white color on #E68520 background.