COLOR #E65711

HEX: #E65711
RGB: (230,87,17)

Color info

#E65711 contains mainly red color. Web safe color of #E65711 is #CC6600 (or #C60).

RGB color model

#E65711 color RGB value is (230,87,17).

  • red value is 230;
  • green value is 87;
  • blue value is 17.
RGB:
(230,87,17)
(90%,34%,7%)

RGB channels and saturation

R 230 of 255 = 90%
G 87 of 255 = 34%
B 17 of 255 = 7%

230
87
17

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

Portions of RGB colors in percentages

R + G + B =
230 + 87 + 17 = 334 (100%)
R 230 of 334 ~ 68.86%
G 87 of 334 ~ 26.05%
B 17 of 334 ~ 5.09%

%68.86
%26.05

CMYK color model

#E65711 color CMYK value is (0,62,93,10).

  • cyan value is 0.00%
  • magenta value is 62.17%
  • yellow value is 92.61%
  • key color value is 9.80%
CMYK:
(0,62,93,10)
C0M62Y93K10 
(0%,62%,93%,10%)
(0.00/0.62/0.93/0.10)	

CMYK percentages

%0
%62.17
%92.61
%9.8

Codes

Color #E65711 in popluar color models

E65711
RGB2308717
HSL20°86.23%48.43%
HSB/HSV20°92.61%90.20%
CMYK0.00%62.17%92.61%
9.80%

Color #E65711 in popluar number systems.

HEXE65711
Decimal2308717
Binary11100110101011110001
Octal34612721

Shades and tints

Shades of #E65711

#E65711
(230,87,17)
#D25010
(210,80,16)
#BE490F
(190,73,15)
#AA420E
(170,66,14)
#963B0D
(150,59,13)
#82340C
(130,52,12)
#6E2D0B
(110,45,11)
#5A260A
(90,38,10)
#461F09
(70,31,9)
#321808
(50,24,8)
#1E1107
(30,17,7)
#000000
(0,0,0)

Tints of #E65711

#E65711
(230,87,17)
#E86626
(232,102,38)
#EA753B
(234,117,59)
#EC8450
(236,132,80)
#EE9365
(238,147,101)
#F0A27A
(240,162,122)
#F2B18F
(242,177,143)
#F4C0A4
(244,192,164)
#F6CFB9
(246,207,185)
#F8DECE
(248,222,206)
#FAEDE3
(250,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65711 color. Also use rgb(230,87,17) instead hex code.

Text Font Color

.myTextColor { color: #E65711; }

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

This text font color is #E65711.


Background Color

.myBgColor { background-color: #E65711; }

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

This div background color is #E65711.


Border color

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

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

This div border color is #E65711.


Opacity

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

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

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

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

This text has shadow with #E65711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65711 on black background.


Color preview on white background

This text has color #E65711 on white background.



Black color preview on #E65711 background

This text has black color on #E65711 background.


White color preview on #E65711 background

This text has white color on #E65711 background.