COLOR #E65507

HEX: #E65507
RGB: (230,85,7)

Color info

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

RGB color model

#E65507 color RGB value is (230,85,7).

  • red value is 230;
  • green value is 85;
  • blue value is 7.
RGB:
(230,85,7)
(90%,33%,3%)

RGB channels and saturation

R 230 of 255 = 90%
G 85 of 255 = 33%
B 7 of 255 = 3%

230
85
7

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

Portions of RGB colors in percentages

R + G + B =
230 + 85 + 7 = 322 (100%)
R 230 of 322 ~ 71.43%
G 85 of 322 ~ 26.4%
B 7 of 322 ~ 2.17%

%71.43
%26.4

CMYK color model

#E65507 color CMYK value is (0,63,97,10).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 96.96%
  • key color value is 9.80%
CMYK:
(0,63,97,10)
C0M63Y97K10 
(0%,63%,97%,10%)
(0.00/0.63/0.97/0.10)	

CMYK percentages

%0
%63.04
%96.96
%9.8

Codes

Color #E65507 in popluar color models

E65507
RGB230857
HSL21°94.09%46.47%
HSB/HSV21°96.96%90.20%
CMYK0.00%63.04%96.96%
9.80%

Color #E65507 in popluar number systems.

HEXE65507
Decimal230857
Binary111001101010101111
Octal3461257

Shades and tints

Shades of #E65507

#E65507
(230,85,7)
#D24E07
(210,78,7)
#BE4707
(190,71,7)
#AA4007
(170,64,7)
#963907
(150,57,7)
#823207
(130,50,7)
#6E2B07
(110,43,7)
#5A2407
(90,36,7)
#461D07
(70,29,7)
#321607
(50,22,7)
#1E0F07
(30,15,7)
#000000
(0,0,0)

Tints of #E65507

#E65507
(230,85,7)
#E8641D
(232,100,29)
#EA7333
(234,115,51)
#EC8249
(236,130,73)
#EE915F
(238,145,95)
#F0A075
(240,160,117)
#F2AF8B
(242,175,139)
#F4BEA1
(244,190,161)
#F6CDB7
(246,205,183)
#F8DCCD
(248,220,205)
#FAEBE3
(250,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E65507 color. Also use rgb(230,85,7) instead hex code.

Text Font Color

.myTextColor { color: #E65507; }

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

This text font color is #E65507.


Background Color

.myBgColor { background-color: #E65507; }

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

This div background color is #E65507.


Border color

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

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

This div border color is #E65507.


Opacity

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

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

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

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

This text has shadow with #E65507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65507 on black background.


Color preview on white background

This text has color #E65507 on white background.



Black color preview on #E65507 background

This text has black color on #E65507 background.


White color preview on #E65507 background

This text has white color on #E65507 background.