COLOR #EC6F3D

HEX: #EC6F3D
RGB: (236,111,61)

Renk bilgisi

#EC6F3D contains mainly red color. #EC6F3D ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#EC6F3D color RGB value is (236,111,61).

  • kırmız ton 236;
  • yeşil ton 111;
  • mavi ton 61.
RGB:
(236,111,61)
(93%,44%,24%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 111 of 255 = 44%
B 61 of 255 = 24%

236
111
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 111 + 61 = 408 (100%)
R 236 of 408 ~ 57.84%
G 111 of 408 ~ 27.21%
B 61 of 408 ~ 14.95%

%57.84
%27.21
%14.95

CMYK RENK MODELİ

#EC6F3D rengi CMYK tonu (0,53,74,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.97%
  • sarı tonu 74.15%
  • ana renk tonu 7.45%
CMYK:
(0,53,74,7)
C0M53Y74K7 
(0%,53%,74%,7%)
(0.00/0.53/0.74/0.07)	

CMYK yüzdeleri

%0
%52.97
%74.15
%7.45

Codes

Color #EC6F3D in popluar color models

EC6F3D
RGB23611161
HSL17°82.16%58.24%
HSB/HSV17°74.15%92.55%
CMYK0.00%52.97%74.15%
7.45%

Color #EC6F3D in popluar number systems.

HEXEC6F3D
Decimal23611161
Binary111011001101111111101
Octal35415775

Shades and tints

Shades of #EC6F3D

#EC6F3D
(236,111,61)
#D76538
(215,101,56)
#C25B33
(194,91,51)
#AD512E
(173,81,46)
#984729
(152,71,41)
#833D24
(131,61,36)
#6E331F
(110,51,31)
#59291A
(89,41,26)
#441F15
(68,31,21)
#2F1510
(47,21,16)
#1A0B0B
(26,11,11)
#000000
(0,0,0)

Tints of #EC6F3D

#EC6F3D
(236,111,61)
#ED7C4E
(237,124,78)
#EE895F
(238,137,95)
#EF9670
(239,150,112)
#F0A381
(240,163,129)
#F1B092
(241,176,146)
#F2BDA3
(242,189,163)
#F3CAB4
(243,202,180)
#F4D7C5
(244,215,197)
#F5E4D6
(245,228,214)
#F6F1E7
(246,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC6F3D color. Also use rgb(236,111,61) instead hex code.

Text Font Color

.myTextColor { color: #EC6F3D; }

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

This text font color is #EC6F3D.


Background Color

.myBgColor { background-color: #EC6F3D; }

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

This div background color is #EC6F3D.


Border color

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

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

This div border color is #EC6F3D.


Opacity

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

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

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

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

This text has shadow with #EC6F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6F3D on black background.


Color preview on white background

This text has color #EC6F3D on white background.



Black color preview on #EC6F3D background

This text has black color on #EC6F3D background.


White color preview on #EC6F3D background

This text has white color on #EC6F3D background.