COLOR #E46E34

HEX: #E46E34
RGB: (228,110,52)

Color info

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

RGB color model

#E46E34 color RGB value is (228,110,52).

  • red value is 228;
  • green value is 110;
  • blue value is 52.
RGB:
(228,110,52)
(89%,43%,20%)

RGB channels and saturation

R 228 of 255 = 89%
G 110 of 255 = 43%
B 52 of 255 = 20%

228
110
52

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

Portions of RGB colors in percentages

R + G + B =
228 + 110 + 52 = 390 (100%)
R 228 of 390 ~ 58.46%
G 110 of 390 ~ 28.21%
B 52 of 390 ~ 13.33%

%58.46
%28.21
%13.33

CMYK color model

#E46E34 color CMYK value is (0,52,77,11).

  • cyan value is 0.00%
  • magenta value is 51.75%
  • yellow value is 77.19%
  • key color value is 10.59%
CMYK:
(0,52,77,11)
C0M52Y77K11 
(0%,52%,77%,11%)
(0.00/0.52/0.77/0.11)	

CMYK percentages

%0
%51.75
%77.19
%10.59

Codes

Color #E46E34 in popluar color models

E46E34
RGB22811052
HSL20°76.52%54.90%
HSB/HSV20°77.19%89.41%
CMYK0.00%51.75%77.19%
10.59%

Color #E46E34 in popluar number systems.

HEXE46E34
Decimal22811052
Binary111001001101110110100
Octal34415664

Shades and tints

Shades of #E46E34

#E46E34
(228,110,52)
#D06430
(208,100,48)
#BC5A2C
(188,90,44)
#A85028
(168,80,40)
#944624
(148,70,36)
#803C20
(128,60,32)
#6C321C
(108,50,28)
#582818
(88,40,24)
#441E14
(68,30,20)
#301410
(48,20,16)
#1C0A0C
(28,10,12)
#000000
(0,0,0)

Tints of #E46E34

#E46E34
(228,110,52)
#E67B46
(230,123,70)
#E88858
(232,136,88)
#EA956A
(234,149,106)
#ECA27C
(236,162,124)
#EEAF8E
(238,175,142)
#F0BCA0
(240,188,160)
#F2C9B2
(242,201,178)
#F4D6C4
(244,214,196)
#F6E3D6
(246,227,214)
#F8F0E8
(248,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46E34 color. Also use rgb(228,110,52) instead hex code.

Text Font Color

.myTextColor { color: #E46E34; }

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

This text font color is #E46E34.


Background Color

.myBgColor { background-color: #E46E34; }

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

This div background color is #E46E34.


Border color

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

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

This div border color is #E46E34.


Opacity

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

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

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

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

This text has shadow with #E46E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46E34 on black background.


Color preview on white background

This text has color #E46E34 on white background.



Black color preview on #E46E34 background

This text has black color on #E46E34 background.


White color preview on #E46E34 background

This text has white color on #E46E34 background.