COLOR #E66B42

HEX: #E66B42
RGB: (230,107,66)

Color info

#E66B42 contains mainly red color. Web safe color of #E66B42 is #CC6633 (or #C63).

RGB color model

#E66B42 color RGB value is (230,107,66).

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

RGB channels and saturation

R 230 of 255 = 90%
G 107 of 255 = 42%
B 66 of 255 = 26%

230
107
66

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

Portions of RGB colors in percentages

R + G + B =
230 + 107 + 66 = 403 (100%)
R 230 of 403 ~ 57.07%
G 107 of 403 ~ 26.55%
B 66 of 403 ~ 16.38%

%57.07
%26.55
%16.38

CMYK color model

#E66B42 color CMYK value is (0,53,71,10).

  • cyan value is 0.00%
  • magenta value is 53.48%
  • yellow value is 71.30%
  • key color value is 9.80%
CMYK:
(0,53,71,10)
C0M53Y71K10 
(0%,53%,71%,10%)
(0.00/0.53/0.71/0.10)	

CMYK percentages

%0
%53.48
%71.3
%9.8

Codes

Color #E66B42 in popluar color models

E66B42
RGB23010766
HSL15°76.64%58.04%
HSB/HSV15°71.30%90.20%
CMYK0.00%53.48%71.30%
9.80%

Color #E66B42 in popluar number systems.

HEXE66B42
Decimal23010766
Binary1110011011010111000010
Octal346153102

Shades and tints

Shades of #E66B42

#E66B42
(230,107,66)
#D2623C
(210,98,60)
#BE5936
(190,89,54)
#AA5030
(170,80,48)
#96472A
(150,71,42)
#823E24
(130,62,36)
#6E351E
(110,53,30)
#5A2C18
(90,44,24)
#462312
(70,35,18)
#321A0C
(50,26,12)
#1E1106
(30,17,6)
#000000
(0,0,0)

Tints of #E66B42

#E66B42
(230,107,66)
#E87853
(232,120,83)
#EA8564
(234,133,100)
#EC9275
(236,146,117)
#EE9F86
(238,159,134)
#F0AC97
(240,172,151)
#F2B9A8
(242,185,168)
#F4C6B9
(244,198,185)
#F6D3CA
(246,211,202)
#F8E0DB
(248,224,219)
#FAEDEC
(250,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E66B42; }

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

This text font color is #E66B42.


Background Color

.myBgColor { background-color: #E66B42; }

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

This div background color is #E66B42.


Border color

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

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

This div border color is #E66B42.


Opacity

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

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

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

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

This text has shadow with #E66B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66B42 on black background.


Color preview on white background

This text has color #E66B42 on white background.



Black color preview on #E66B42 background

This text has black color on #E66B42 background.


White color preview on #E66B42 background

This text has white color on #E66B42 background.