COLOR #EC6D52

HEX: #EC6D52
RGB: (236,109,82)

Renk bilgisi

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

RGB renk modeli

#EC6D52 color RGB value is (236,109,82).

  • kırmız ton 236;
  • yeşil ton 109;
  • mavi ton 82.
RGB:
(236,109,82)
(93%,43%,32%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 109 of 255 = 43%
B 82 of 255 = 32%

236
109
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 109 + 82 = 427 (100%)
R 236 of 427 ~ 55.27%
G 109 of 427 ~ 25.53%
B 82 of 427 ~ 19.2%

%55.27
%25.53
%19.2

CMYK RENK MODELİ

#EC6D52 rengi CMYK tonu (0,54,65,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.81%
  • sarı tonu 65.25%
  • ana renk tonu 7.45%
CMYK:
(0,54,65,7)
C0M54Y65K7 
(0%,54%,65%,7%)
(0.00/0.54/0.65/0.07)	

CMYK yüzdeleri

%0
%53.81
%65.25
%7.45

Codes

Color #EC6D52 in popluar color models

EC6D52
RGB23610982
HSL11°80.21%62.35%
HSB/HSV11°65.25%92.55%
CMYK0.00%53.81%65.25%
7.45%

Color #EC6D52 in popluar number systems.

HEXEC6D52
Decimal23610982
Binary1110110011011011010010
Octal354155122

Shades and tints

Shades of #EC6D52

#EC6D52
(236,109,82)
#D7644B
(215,100,75)
#C25B44
(194,91,68)
#AD523D
(173,82,61)
#984936
(152,73,54)
#83402F
(131,64,47)
#6E3728
(110,55,40)
#592E21
(89,46,33)
#44251A
(68,37,26)
#2F1C13
(47,28,19)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #EC6D52

#EC6D52
(236,109,82)
#ED7A61
(237,122,97)
#EE8770
(238,135,112)
#EF947F
(239,148,127)
#F0A18E
(240,161,142)
#F1AE9D
(241,174,157)
#F2BBAC
(242,187,172)
#F3C8BB
(243,200,187)
#F4D5CA
(244,213,202)
#F5E2D9
(245,226,217)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC6D52 color. Also use rgb(236,109,82) instead hex code.

Text Font Color

.myTextColor { color: #EC6D52; }

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

This text font color is #EC6D52.


Background Color

.myBgColor { background-color: #EC6D52; }

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

This div background color is #EC6D52.


Border color

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

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

This div border color is #EC6D52.


Opacity

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

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

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

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

This text has shadow with #EC6D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6D52 on black background.


Color preview on white background

This text has color #EC6D52 on white background.



Black color preview on #EC6D52 background

This text has black color on #EC6D52 background.


White color preview on #EC6D52 background

This text has white color on #EC6D52 background.