COLOR #EC5616

HEX: #EC5616
RGB: (236,86,22)

Renk bilgisi

#EC5616 contains mainly red color. #EC5616 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#EC5616 color RGB value is (236,86,22).

  • kırmız ton 236;
  • yeşil ton 86;
  • mavi ton 22.
RGB:
(236,86,22)
(93%,34%,9%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 86 of 255 = 34%
B 22 of 255 = 9%

236
86
22

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 86 + 22 = 344 (100%)
R 236 of 344 ~ 68.6%
G 86 of 344 ~ 25%
B 22 of 344 ~ 6.4%

%68.6
%25

CMYK RENK MODELİ

#EC5616 rengi CMYK tonu (0,64,91,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.56%
  • sarı tonu 90.68%
  • ana renk tonu 7.45%
CMYK:
(0,64,91,7)
C0M64Y91K7 
(0%,64%,91%,7%)
(0.00/0.64/0.91/0.07)	

CMYK yüzdeleri

%0
%63.56
%90.68
%7.45

Codes

Color #EC5616 in popluar color models

EC5616
RGB2368622
HSL18°84.92%50.59%
HSB/HSV18°90.68%92.55%
CMYK0.00%63.56%90.68%
7.45%

Color #EC5616 in popluar number systems.

HEXEC5616
Decimal2368622
Binary11101100101011010110
Octal35412626

Shades and tints

Shades of #EC5616

#EC5616
(236,86,22)
#D74F14
(215,79,20)
#C24812
(194,72,18)
#AD4110
(173,65,16)
#983A0E
(152,58,14)
#83330C
(131,51,12)
#6E2C0A
(110,44,10)
#592508
(89,37,8)
#441E06
(68,30,6)
#2F1704
(47,23,4)
#1A1002
(26,16,2)
#000000
(0,0,0)

Tints of #EC5616

#EC5616
(236,86,22)
#ED652B
(237,101,43)
#EE7440
(238,116,64)
#EF8355
(239,131,85)
#F0926A
(240,146,106)
#F1A17F
(241,161,127)
#F2B094
(242,176,148)
#F3BFA9
(243,191,169)
#F4CEBE
(244,206,190)
#F5DDD3
(245,221,211)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5616 color. Also use rgb(236,86,22) instead hex code.

Text Font Color

.myTextColor { color: #EC5616; }

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

This text font color is #EC5616.


Background Color

.myBgColor { background-color: #EC5616; }

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

This div background color is #EC5616.


Border color

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

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

This div border color is #EC5616.


Opacity

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

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

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

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

This text has shadow with #EC5616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5616 on black background.


Color preview on white background

This text has color #EC5616 on white background.



Black color preview on #EC5616 background

This text has black color on #EC5616 background.


White color preview on #EC5616 background

This text has white color on #EC5616 background.