COLOR #E66B15

HEX: #E66B15
RGB: (230,107,21)

Color info

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

RGB color model

#E66B15 color RGB value is (230,107,21).

  • red value is 230;
  • green value is 107;
  • blue value is 21.
RGB:
(230,107,21)
(90%,42%,8%)

RGB channels and saturation

R 230 of 255 = 90%
G 107 of 255 = 42%
B 21 of 255 = 8%

230
107
21

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

Portions of RGB colors in percentages

R + G + B =
230 + 107 + 21 = 358 (100%)
R 230 of 358 ~ 64.25%
G 107 of 358 ~ 29.89%
B 21 of 358 ~ 5.87%

%64.25
%29.89

CMYK color model

#E66B15 color CMYK value is (0,53,91,10).

  • cyan value is 0.00%
  • magenta value is 53.48%
  • yellow value is 90.87%
  • key color value is 9.80%
CMYK:
(0,53,91,10)
C0M53Y91K10 
(0%,53%,91%,10%)
(0.00/0.53/0.91/0.10)	

CMYK percentages

%0
%53.48
%90.87
%9.8

Codes

Color #E66B15 in popluar color models

E66B15
RGB23010721
HSL25°83.27%49.22%
HSB/HSV25°90.87%90.20%
CMYK0.00%53.48%90.87%
9.80%

Color #E66B15 in popluar number systems.

HEXE66B15
Decimal23010721
Binary11100110110101110101
Octal34615325

Shades and tints

Shades of #E66B15

#E66B15
(230,107,21)
#D26214
(210,98,20)
#BE5913
(190,89,19)
#AA5012
(170,80,18)
#964711
(150,71,17)
#823E10
(130,62,16)
#6E350F
(110,53,15)
#5A2C0E
(90,44,14)
#46230D
(70,35,13)
#321A0C
(50,26,12)
#1E110B
(30,17,11)
#000000
(0,0,0)

Tints of #E66B15

#E66B15
(230,107,21)
#E8782A
(232,120,42)
#EA853F
(234,133,63)
#EC9254
(236,146,84)
#EE9F69
(238,159,105)
#F0AC7E
(240,172,126)
#F2B993
(242,185,147)
#F4C6A8
(244,198,168)
#F6D3BD
(246,211,189)
#F8E0D2
(248,224,210)
#FAEDE7
(250,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66B15 color. Also use rgb(230,107,21) instead hex code.

Text Font Color

.myTextColor { color: #E66B15; }

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

This text font color is #E66B15.


Background Color

.myBgColor { background-color: #E66B15; }

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

This div background color is #E66B15.


Border color

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

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

This div border color is #E66B15.


Opacity

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

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

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

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

This text has shadow with #E66B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66B15 on black background.


Color preview on white background

This text has color #E66B15 on white background.



Black color preview on #E66B15 background

This text has black color on #E66B15 background.


White color preview on #E66B15 background

This text has white color on #E66B15 background.