COLOR #E36011

HEX: #E36011
RGB: (227,96,17)

Renk bilgisi

#E36011 contains mainly red color. #E36011 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#E36011 color RGB value is (227,96,17).

  • kırmız ton 227;
  • yeşil ton 96;
  • mavi ton 17.
RGB:
(227,96,17)
(89%,38%,7%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 96 of 255 = 38%
B 17 of 255 = 7%

227
96
17

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 96 + 17 = 340 (100%)
R 227 of 340 ~ 66.76%
G 96 of 340 ~ 28.24%
B 17 of 340 ~ 5%

%66.76
%28.24

CMYK RENK MODELİ

#E36011 rengi CMYK tonu (0,58,93,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.71%
  • sarı tonu 92.51%
  • ana renk tonu 10.98%
CMYK:
(0,58,93,11)
C0M58Y93K11 
(0%,58%,93%,11%)
(0.00/0.58/0.93/0.11)	

CMYK yüzdeleri

%0
%57.71
%92.51
%10.98

Codes

Color #E36011 in popluar color models

E36011
RGB2279617
HSL23°86.07%47.84%
HSB/HSV23°92.51%89.02%
CMYK0.00%57.71%92.51%
10.98%

Color #E36011 in popluar number systems.

HEXE36011
Decimal2279617
Binary11100011110000010001
Octal34314021

Shades and tints

Shades of #E36011

#E36011
(227,96,17)
#CF5810
(207,88,16)
#BB500F
(187,80,15)
#A7480E
(167,72,14)
#93400D
(147,64,13)
#7F380C
(127,56,12)
#6B300B
(107,48,11)
#57280A
(87,40,10)
#432009
(67,32,9)
#2F1808
(47,24,8)
#1B1007
(27,16,7)
#000000
(0,0,0)

Tints of #E36011

#E36011
(227,96,17)
#E56E26
(229,110,38)
#E77C3B
(231,124,59)
#E98A50
(233,138,80)
#EB9865
(235,152,101)
#EDA67A
(237,166,122)
#EFB48F
(239,180,143)
#F1C2A4
(241,194,164)
#F3D0B9
(243,208,185)
#F5DECE
(245,222,206)
#F7ECE3
(247,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E36011 color. Also use rgb(227,96,17) instead hex code.

Text Font Color

.myTextColor { color: #E36011; }

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

This text font color is #E36011.


Background Color

.myBgColor { background-color: #E36011; }

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

This div background color is #E36011.


Border color

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

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

This div border color is #E36011.


Opacity

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

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

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

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

This text has shadow with #E36011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E36011 on black background.


Color preview on white background

This text has color #E36011 on white background.



Black color preview on #E36011 background

This text has black color on #E36011 background.


White color preview on #E36011 background

This text has white color on #E36011 background.