COLOR #E35E40

HEX: #E35E40
RGB: (227,94,64)

Color info

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

RGB color model

#E35E40 color RGB value is (227,94,64).

  • red value is 227;
  • green value is 94;
  • blue value is 64.
RGB:
(227,94,64)
(89%,37%,25%)

RGB channels and saturation

R 227 of 255 = 89%
G 94 of 255 = 37%
B 64 of 255 = 25%

227
94
64

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

Portions of RGB colors in percentages

R + G + B =
227 + 94 + 64 = 385 (100%)
R 227 of 385 ~ 58.96%
G 94 of 385 ~ 24.42%
B 64 of 385 ~ 16.62%

%58.96
%24.42
%16.62

CMYK color model

#E35E40 color CMYK value is (0,59,72,11).

  • cyan value is 0.00%
  • magenta value is 58.59%
  • yellow value is 71.81%
  • key color value is 10.98%
CMYK:
(0,59,72,11)
C0M59Y72K11 
(0%,59%,72%,11%)
(0.00/0.59/0.72/0.11)	

CMYK percentages

%0
%58.59
%71.81
%10.98

Codes

Color #E35E40 in popluar color models

E35E40
RGB2279464
HSL11°74.43%57.06%
HSB/HSV11°71.81%89.02%
CMYK0.00%58.59%71.81%
10.98%

Color #E35E40 in popluar number systems.

HEXE35E40
Decimal2279464
Binary1110001110111101000000
Octal343136100

Shades and tints

Shades of #E35E40

#E35E40
(227,94,64)
#CF563B
(207,86,59)
#BB4E36
(187,78,54)
#A74631
(167,70,49)
#933E2C
(147,62,44)
#7F3627
(127,54,39)
#6B2E22
(107,46,34)
#57261D
(87,38,29)
#431E18
(67,30,24)
#2F1613
(47,22,19)
#1B0E0E
(27,14,14)
#000000
(0,0,0)

Tints of #E35E40

#E35E40
(227,94,64)
#E56C51
(229,108,81)
#E77A62
(231,122,98)
#E98873
(233,136,115)
#EB9684
(235,150,132)
#EDA495
(237,164,149)
#EFB2A6
(239,178,166)
#F1C0B7
(241,192,183)
#F3CEC8
(243,206,200)
#F5DCD9
(245,220,217)
#F7EAEA
(247,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35E40 color. Also use rgb(227,94,64) instead hex code.

Text Font Color

.myTextColor { color: #E35E40; }

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

This text font color is #E35E40.


Background Color

.myBgColor { background-color: #E35E40; }

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

This div background color is #E35E40.


Border color

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

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

This div border color is #E35E40.


Opacity

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

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

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

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

This text has shadow with #E35E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35E40 on black background.


Color preview on white background

This text has color #E35E40 on white background.



Black color preview on #E35E40 background

This text has black color on #E35E40 background.


White color preview on #E35E40 background

This text has white color on #E35E40 background.