COLOR #EC784F

HEX: #EC784F
RGB: (236,120,79)

Renk bilgisi

#EC784F contains mainly red color. #EC784F ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EC784F color RGB value is (236,120,79).

  • kırmız ton 236;
  • yeşil ton 120;
  • mavi ton 79.
RGB:
(236,120,79)
(93%,47%,31%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 120 of 255 = 47%
B 79 of 255 = 31%

236
120
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 120 + 79 = 435 (100%)
R 236 of 435 ~ 54.25%
G 120 of 435 ~ 27.59%
B 79 of 435 ~ 18.16%

%54.25
%27.59
%18.16

CMYK RENK MODELİ

#EC784F rengi CMYK tonu (0,49,67,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.15%
  • sarı tonu 66.53%
  • ana renk tonu 7.45%
CMYK:
(0,49,67,7)
C0M49Y67K7 
(0%,49%,67%,7%)
(0.00/0.49/0.67/0.07)	

CMYK yüzdeleri

%0
%49.15
%66.53
%7.45

Codes

Color #EC784F in popluar color models

EC784F
RGB23612079
HSL16°80.51%61.76%
HSB/HSV16°66.53%92.55%
CMYK0.00%49.15%66.53%
7.45%

Color #EC784F in popluar number systems.

HEXEC784F
Decimal23612079
Binary1110110011110001001111
Octal354170117

Shades and tints

Shades of #EC784F

#EC784F
(236,120,79)
#D76E48
(215,110,72)
#C26441
(194,100,65)
#AD5A3A
(173,90,58)
#985033
(152,80,51)
#83462C
(131,70,44)
#6E3C25
(110,60,37)
#59321E
(89,50,30)
#442817
(68,40,23)
#2F1E10
(47,30,16)
#1A1409
(26,20,9)
#000000
(0,0,0)

Tints of #EC784F

#EC784F
(236,120,79)
#ED845F
(237,132,95)
#EE906F
(238,144,111)
#EF9C7F
(239,156,127)
#F0A88F
(240,168,143)
#F1B49F
(241,180,159)
#F2C0AF
(242,192,175)
#F3CCBF
(243,204,191)
#F4D8CF
(244,216,207)
#F5E4DF
(245,228,223)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC784F color. Also use rgb(236,120,79) instead hex code.

Text Font Color

.myTextColor { color: #EC784F; }

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

This text font color is #EC784F.


Background Color

.myBgColor { background-color: #EC784F; }

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

This div background color is #EC784F.


Border color

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

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

This div border color is #EC784F.


Opacity

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

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

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

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

This text has shadow with #EC784F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC784F on black background.


Color preview on white background

This text has color #EC784F on white background.



Black color preview on #EC784F background

This text has black color on #EC784F background.


White color preview on #EC784F background

This text has white color on #EC784F background.