COLOR #E36C14

HEX: #E36C14
RGB: (227,108,20)

Renk bilgisi

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

RGB renk modeli

#E36C14 color RGB value is (227,108,20).

  • kırmız ton 227;
  • yeşil ton 108;
  • mavi ton 20.
RGB:
(227,108,20)
(89%,42%,8%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 108 of 255 = 42%
B 20 of 255 = 8%

227
108
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 108 + 20 = 355 (100%)
R 227 of 355 ~ 63.94%
G 108 of 355 ~ 30.42%
B 20 of 355 ~ 5.63%

%63.94
%30.42

CMYK RENK MODELİ

#E36C14 rengi CMYK tonu (0,52,91,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.42%
  • sarı tonu 91.19%
  • ana renk tonu 10.98%
CMYK:
(0,52,91,11)
C0M52Y91K11 
(0%,52%,91%,11%)
(0.00/0.52/0.91/0.11)	

CMYK yüzdeleri

%0
%52.42
%91.19
%10.98

Codes

Color #E36C14 in popluar color models

E36C14
RGB22710820
HSL26°83.81%48.43%
HSB/HSV26°91.19%89.02%
CMYK0.00%52.42%91.19%
10.98%

Color #E36C14 in popluar number systems.

HEXE36C14
Decimal22710820
Binary11100011110110010100
Octal34315424

Shades and tints

Shades of #E36C14

#E36C14
(227,108,20)
#CF6313
(207,99,19)
#BB5A12
(187,90,18)
#A75111
(167,81,17)
#934810
(147,72,16)
#7F3F0F
(127,63,15)
#6B360E
(107,54,14)
#572D0D
(87,45,13)
#43240C
(67,36,12)
#2F1B0B
(47,27,11)
#1B120A
(27,18,10)
#000000
(0,0,0)

Tints of #E36C14

#E36C14
(227,108,20)
#E57929
(229,121,41)
#E7863E
(231,134,62)
#E99353
(233,147,83)
#EBA068
(235,160,104)
#EDAD7D
(237,173,125)
#EFBA92
(239,186,146)
#F1C7A7
(241,199,167)
#F3D4BC
(243,212,188)
#F5E1D1
(245,225,209)
#F7EEE6
(247,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E36C14 color. Also use rgb(227,108,20) instead hex code.

Text Font Color

.myTextColor { color: #E36C14; }

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

This text font color is #E36C14.


Background Color

.myBgColor { background-color: #E36C14; }

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

This div background color is #E36C14.


Border color

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

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

This div border color is #E36C14.


Opacity

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

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

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

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

This text has shadow with #E36C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E36C14 on black background.


Color preview on white background

This text has color #E36C14 on white background.



Black color preview on #E36C14 background

This text has black color on #E36C14 background.


White color preview on #E36C14 background

This text has white color on #E36C14 background.