COLOR #E66018

HEX: #E66018
RGB: (230,96,24)

Color info

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

RGB color model

#E66018 color RGB value is (230,96,24).

  • red value is 230;
  • green value is 96;
  • blue value is 24.
RGB:
(230,96,24)
(90%,38%,9%)

RGB channels and saturation

R 230 of 255 = 90%
G 96 of 255 = 38%
B 24 of 255 = 9%

230
96
24

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

Portions of RGB colors in percentages

R + G + B =
230 + 96 + 24 = 350 (100%)
R 230 of 350 ~ 65.71%
G 96 of 350 ~ 27.43%
B 24 of 350 ~ 6.86%

%65.71
%27.43

CMYK color model

#E66018 color CMYK value is (0,58,90,10).

  • cyan value is 0.00%
  • magenta value is 58.26%
  • yellow value is 89.57%
  • key color value is 9.80%
CMYK:
(0,58,90,10)
C0M58Y90K10 
(0%,58%,90%,10%)
(0.00/0.58/0.90/0.10)	

CMYK percentages

%0
%58.26
%89.57
%9.8

Codes

Color #E66018 in popluar color models

E66018
RGB2309624
HSL21°81.10%49.80%
HSB/HSV21°89.57%90.20%
CMYK0.00%58.26%89.57%
9.80%

Color #E66018 in popluar number systems.

HEXE66018
Decimal2309624
Binary11100110110000011000
Octal34614030

Shades and tints

Shades of #E66018

#E66018
(230,96,24)
#D25816
(210,88,22)
#BE5014
(190,80,20)
#AA4812
(170,72,18)
#964010
(150,64,16)
#82380E
(130,56,14)
#6E300C
(110,48,12)
#5A280A
(90,40,10)
#462008
(70,32,8)
#321806
(50,24,6)
#1E1004
(30,16,4)
#000000
(0,0,0)

Tints of #E66018

#E66018
(230,96,24)
#E86E2D
(232,110,45)
#EA7C42
(234,124,66)
#EC8A57
(236,138,87)
#EE986C
(238,152,108)
#F0A681
(240,166,129)
#F2B496
(242,180,150)
#F4C2AB
(244,194,171)
#F6D0C0
(246,208,192)
#F8DED5
(248,222,213)
#FAECEA
(250,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66018 color. Also use rgb(230,96,24) instead hex code.

Text Font Color

.myTextColor { color: #E66018; }

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

This text font color is #E66018.


Background Color

.myBgColor { background-color: #E66018; }

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

This div background color is #E66018.


Border color

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

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

This div border color is #E66018.


Opacity

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

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

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

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

This text has shadow with #E66018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66018 on black background.


Color preview on white background

This text has color #E66018 on white background.



Black color preview on #E66018 background

This text has black color on #E66018 background.


White color preview on #E66018 background

This text has white color on #E66018 background.