COLOR #E66800

HEX: #E66800
RGB: (230,104,0)

Color info

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

RGB color model

#E66800 color RGB value is (230,104,0).

  • red value is 230;
  • green value is 104;
  • blue value is 0.
RGB:
(230,104,0)
(90%,41%,0%)

RGB channels and saturation

R 230 of 255 = 90%
G 104 of 255 = 41%
B 0 of 255 = 0%

230
104
0

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

Portions of RGB colors in percentages

R + G + B =
230 + 104 + 0 = 334 (100%)
R 230 of 334 ~ 68.86%
G 104 of 334 ~ 31.14%
B 0 of 334 ~ 0%

%68.86
%31.14

CMYK color model

#E66800 color CMYK value is (0,55,100,10).

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 100.00%
  • key color value is 9.80%
CMYK:
(0,55,100,10)
C0M55Y100K10 
(0%,55%,100%,10%)
(0.00/0.55/1.00/0.10)	

CMYK percentages

%0
%54.78
%100
%9.8

Codes

Color #E66800 in popluar color models

E66800
RGB2301040
HSL27°100.00%45.10%
HSB/HSV27°100.00%90.20%
CMYK0.00%54.78%100.00%
9.80%

Color #E66800 in popluar number systems.

HEXE66800
Decimal2301040
Binary1110011011010000
Octal3461500

Shades and tints

Shades of #E66800

#E66800
(230,104,0)
#D25F00
(210,95,0)
#BE5600
(190,86,0)
#AA4D00
(170,77,0)
#964400
(150,68,0)
#823B00
(130,59,0)
#6E3200
(110,50,0)
#5A2900
(90,41,0)
#462000
(70,32,0)
#321700
(50,23,0)
#1E0E00
(30,14,0)
#000000
(0,0,0)

Tints of #E66800

#E66800
(230,104,0)
#E87517
(232,117,23)
#EA822E
(234,130,46)
#EC8F45
(236,143,69)
#EE9C5C
(238,156,92)
#F0A973
(240,169,115)
#F2B68A
(242,182,138)
#F4C3A1
(244,195,161)
#F6D0B8
(246,208,184)
#F8DDCF
(248,221,207)
#FAEAE6
(250,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66800 color. Also use rgb(230,104,0) instead hex code.

Text Font Color

.myTextColor { color: #E66800; }

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

This text font color is #E66800.


Background Color

.myBgColor { background-color: #E66800; }

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

This div background color is #E66800.


Border color

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

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

This div border color is #E66800.


Opacity

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

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

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

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

This text has shadow with #E66800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66800 on black background.


Color preview on white background

This text has color #E66800 on white background.



Black color preview on #E66800 background

This text has black color on #E66800 background.


White color preview on #E66800 background

This text has white color on #E66800 background.