COLOR #E46C20

HEX: #E46C20
RGB: (228,108,32)

Color info

#E46C20 contains mainly red color. Web safe color of #E46C20 is #CC6633 (or #C63).

RGB color model

#E46C20 color RGB value is (228,108,32).

  • red value is 228;
  • green value is 108;
  • blue value is 32.
RGB:
(228,108,32)
(89%,42%,13%)

RGB channels and saturation

R 228 of 255 = 89%
G 108 of 255 = 42%
B 32 of 255 = 13%

228
108
32

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

Portions of RGB colors in percentages

R + G + B =
228 + 108 + 32 = 368 (100%)
R 228 of 368 ~ 61.96%
G 108 of 368 ~ 29.35%
B 32 of 368 ~ 8.7%

%61.96
%29.35

CMYK color model

#E46C20 color CMYK value is (0,53,86,11).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 85.96%
  • key color value is 10.59%
CMYK:
(0,53,86,11)
C0M53Y86K11 
(0%,53%,86%,11%)
(0.00/0.53/0.86/0.11)	

CMYK percentages

%0
%52.63
%85.96
%10.59

Codes

Color #E46C20 in popluar color models

E46C20
RGB22810832
HSL23°78.40%50.98%
HSB/HSV23°85.96%89.41%
CMYK0.00%52.63%85.96%
10.59%

Color #E46C20 in popluar number systems.

HEXE46C20
Decimal22810832
Binary111001001101100100000
Octal34415440

Shades and tints

Shades of #E46C20

#E46C20
(228,108,32)
#D0631E
(208,99,30)
#BC5A1C
(188,90,28)
#A8511A
(168,81,26)
#944818
(148,72,24)
#803F16
(128,63,22)
#6C3614
(108,54,20)
#582D12
(88,45,18)
#442410
(68,36,16)
#301B0E
(48,27,14)
#1C120C
(28,18,12)
#000000
(0,0,0)

Tints of #E46C20

#E46C20
(228,108,32)
#E67934
(230,121,52)
#E88648
(232,134,72)
#EA935C
(234,147,92)
#ECA070
(236,160,112)
#EEAD84
(238,173,132)
#F0BA98
(240,186,152)
#F2C7AC
(242,199,172)
#F4D4C0
(244,212,192)
#F6E1D4
(246,225,212)
#F8EEE8
(248,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46C20 color. Also use rgb(228,108,32) instead hex code.

Text Font Color

.myTextColor { color: #E46C20; }

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

This text font color is #E46C20.


Background Color

.myBgColor { background-color: #E46C20; }

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

This div background color is #E46C20.


Border color

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

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

This div border color is #E46C20.


Opacity

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

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

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

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

This text has shadow with #E46C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46C20 on black background.


Color preview on white background

This text has color #E46C20 on white background.



Black color preview on #E46C20 background

This text has black color on #E46C20 background.


White color preview on #E46C20 background

This text has white color on #E46C20 background.