COLOR #E65443

HEX: #E65443
RGB: (230,84,67)

Color info

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

RGB color model

#E65443 color RGB value is (230,84,67).

  • red value is 230;
  • green value is 84;
  • blue value is 67.
RGB:
(230,84,67)
(90%,33%,26%)

RGB channels and saturation

R 230 of 255 = 90%
G 84 of 255 = 33%
B 67 of 255 = 26%

230
84
67

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

Portions of RGB colors in percentages

R + G + B =
230 + 84 + 67 = 381 (100%)
R 230 of 381 ~ 60.37%
G 84 of 381 ~ 22.05%
B 67 of 381 ~ 17.59%

%60.37
%22.05
%17.59

CMYK color model

#E65443 color CMYK value is (0,63,71,10).

  • cyan value is 0.00%
  • magenta value is 63.48%
  • yellow value is 70.87%
  • key color value is 9.80%
CMYK:
(0,63,71,10)
C0M63Y71K10 
(0%,63%,71%,10%)
(0.00/0.63/0.71/0.10)	

CMYK percentages

%0
%63.48
%70.87
%9.8

Codes

Color #E65443 in popluar color models

E65443
RGB2308467
HSL76.53%58.24%
HSB/HSV70.87%90.20%
CMYK0.00%63.48%70.87%
9.80%

Color #E65443 in popluar number systems.

HEXE65443
Decimal2308467
Binary1110011010101001000011
Octal346124103

Shades and tints

Shades of #E65443

#E65443
(230,84,67)
#D24D3D
(210,77,61)
#BE4637
(190,70,55)
#AA3F31
(170,63,49)
#96382B
(150,56,43)
#823125
(130,49,37)
#6E2A1F
(110,42,31)
#5A2319
(90,35,25)
#461C13
(70,28,19)
#32150D
(50,21,13)
#1E0E07
(30,14,7)
#000000
(0,0,0)

Tints of #E65443

#E65443
(230,84,67)
#E86354
(232,99,84)
#EA7265
(234,114,101)
#EC8176
(236,129,118)
#EE9087
(238,144,135)
#F09F98
(240,159,152)
#F2AEA9
(242,174,169)
#F4BDBA
(244,189,186)
#F6CCCB
(246,204,203)
#F8DBDC
(248,219,220)
#FAEAED
(250,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65443 color. Also use rgb(230,84,67) instead hex code.

Text Font Color

.myTextColor { color: #E65443; }

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

This text font color is #E65443.


Background Color

.myBgColor { background-color: #E65443; }

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

This div background color is #E65443.


Border color

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

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

This div border color is #E65443.


Opacity

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

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

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

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

This text has shadow with #E65443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65443 on black background.


Color preview on white background

This text has color #E65443 on white background.



Black color preview on #E65443 background

This text has black color on #E65443 background.


White color preview on #E65443 background

This text has white color on #E65443 background.