COLOR #E27906

HEX: #E27906
RGB: (226,121,6)

Color info

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

RGB color model

#E27906 color RGB value is (226,121,6).

  • red value is 226;
  • green value is 121;
  • blue value is 6.
RGB:
(226,121,6)
(89%,47%,2%)

RGB channels and saturation

R 226 of 255 = 89%
G 121 of 255 = 47%
B 6 of 255 = 2%

226
121
6

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

Portions of RGB colors in percentages

R + G + B =
226 + 121 + 6 = 353 (100%)
R 226 of 353 ~ 64.02%
G 121 of 353 ~ 34.28%
B 6 of 353 ~ 1.7%

%64.02
%34.28

CMYK color model

#E27906 color CMYK value is (0,46,97,11).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 97.35%
  • key color value is 11.37%
CMYK:
(0,46,97,11)
C0M46Y97K11 
(0%,46%,97%,11%)
(0.00/0.46/0.97/0.11)	

CMYK percentages

%0
%46.46
%97.35
%11.37

Codes

Color #E27906 in popluar color models

E27906
RGB2261216
HSL31°94.83%45.49%
HSB/HSV31°97.35%88.63%
CMYK0.00%46.46%97.35%
11.37%

Color #E27906 in popluar number systems.

HEXE27906
Decimal2261216
Binary111000101111001110
Octal3421716

Shades and tints

Shades of #E27906

#E27906
(226,121,6)
#CE6E06
(206,110,6)
#BA6306
(186,99,6)
#A65806
(166,88,6)
#924D06
(146,77,6)
#7E4206
(126,66,6)
#6A3706
(106,55,6)
#562C06
(86,44,6)
#422106
(66,33,6)
#2E1606
(46,22,6)
#1A0B06
(26,11,6)
#000000
(0,0,0)

Tints of #E27906

#E27906
(226,121,6)
#E4851C
(228,133,28)
#E69132
(230,145,50)
#E89D48
(232,157,72)
#EAA95E
(234,169,94)
#ECB574
(236,181,116)
#EEC18A
(238,193,138)
#F0CDA0
(240,205,160)
#F2D9B6
(242,217,182)
#F4E5CC
(244,229,204)
#F6F1E2
(246,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27906 color. Also use rgb(226,121,6) instead hex code.

Text Font Color

.myTextColor { color: #E27906; }

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

This text font color is #E27906.


Background Color

.myBgColor { background-color: #E27906; }

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

This div background color is #E27906.


Border color

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

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

This div border color is #E27906.


Opacity

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

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

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

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

This text has shadow with #E27906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E27906 on black background.


Color preview on white background

This text has color #E27906 on white background.



Black color preview on #E27906 background

This text has black color on #E27906 background.


White color preview on #E27906 background

This text has white color on #E27906 background.