COLOR #E65E24

HEX: #E65E24
RGB: (230,94,36)

Color info

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

RGB color model

#E65E24 color RGB value is (230,94,36).

  • red value is 230;
  • green value is 94;
  • blue value is 36.
RGB:
(230,94,36)
(90%,37%,14%)

RGB channels and saturation

R 230 of 255 = 90%
G 94 of 255 = 37%
B 36 of 255 = 14%

230
94
36

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

Portions of RGB colors in percentages

R + G + B =
230 + 94 + 36 = 360 (100%)
R 230 of 360 ~ 63.89%
G 94 of 360 ~ 26.11%
B 36 of 360 ~ 10%

%63.89
%26.11
%10

CMYK color model

#E65E24 color CMYK value is (0,59,84,10).

  • cyan value is 0.00%
  • magenta value is 59.13%
  • yellow value is 84.35%
  • key color value is 9.80%
CMYK:
(0,59,84,10)
C0M59Y84K10 
(0%,59%,84%,10%)
(0.00/0.59/0.84/0.10)	

CMYK percentages

%0
%59.13
%84.35
%9.8

Codes

Color #E65E24 in popluar color models

E65E24
RGB2309436
HSL18°79.51%52.16%
HSB/HSV18°84.35%90.20%
CMYK0.00%59.13%84.35%
9.80%

Color #E65E24 in popluar number systems.

HEXE65E24
Decimal2309436
Binary111001101011110100100
Octal34613644

Shades and tints

Shades of #E65E24

#E65E24
(230,94,36)
#D25621
(210,86,33)
#BE4E1E
(190,78,30)
#AA461B
(170,70,27)
#963E18
(150,62,24)
#823615
(130,54,21)
#6E2E12
(110,46,18)
#5A260F
(90,38,15)
#461E0C
(70,30,12)
#321609
(50,22,9)
#1E0E06
(30,14,6)
#000000
(0,0,0)

Tints of #E65E24

#E65E24
(230,94,36)
#E86C37
(232,108,55)
#EA7A4A
(234,122,74)
#EC885D
(236,136,93)
#EE9670
(238,150,112)
#F0A483
(240,164,131)
#F2B296
(242,178,150)
#F4C0A9
(244,192,169)
#F6CEBC
(246,206,188)
#F8DCCF
(248,220,207)
#FAEAE2
(250,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65E24 color. Also use rgb(230,94,36) instead hex code.

Text Font Color

.myTextColor { color: #E65E24; }

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

This text font color is #E65E24.


Background Color

.myBgColor { background-color: #E65E24; }

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

This div background color is #E65E24.


Border color

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

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

This div border color is #E65E24.


Opacity

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

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

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

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

This text has shadow with #E65E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65E24 on black background.


Color preview on white background

This text has color #E65E24 on white background.



Black color preview on #E65E24 background

This text has black color on #E65E24 background.


White color preview on #E65E24 background

This text has white color on #E65E24 background.