COLOR #EC5D4D

HEX: #EC5D4D
RGB: (236,93,77)

Renk bilgisi

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

RGB renk modeli

#EC5D4D color RGB value is (236,93,77).

  • kırmız ton 236;
  • yeşil ton 93;
  • mavi ton 77.
RGB:
(236,93,77)
(93%,36%,30%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 93 of 255 = 36%
B 77 of 255 = 30%

236
93
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 93 + 77 = 406 (100%)
R 236 of 406 ~ 58.13%
G 93 of 406 ~ 22.91%
B 77 of 406 ~ 18.97%

%58.13
%22.91
%18.97

CMYK RENK MODELİ

#EC5D4D rengi CMYK tonu (0,61,67,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.59%
  • sarı tonu 67.37%
  • ana renk tonu 7.45%
CMYK:
(0,61,67,7)
C0M61Y67K7 
(0%,61%,67%,7%)
(0.00/0.61/0.67/0.07)	

CMYK yüzdeleri

%0
%60.59
%67.37
%7.45

Codes

Color #EC5D4D in popluar color models

EC5D4D
RGB2369377
HSL80.71%61.37%
HSB/HSV67.37%92.55%
CMYK0.00%60.59%67.37%
7.45%

Color #EC5D4D in popluar number systems.

HEXEC5D4D
Decimal2369377
Binary1110110010111011001101
Octal354135115

Shades and tints

Shades of #EC5D4D

#EC5D4D
(236,93,77)
#D75546
(215,85,70)
#C24D3F
(194,77,63)
#AD4538
(173,69,56)
#983D31
(152,61,49)
#83352A
(131,53,42)
#6E2D23
(110,45,35)
#59251C
(89,37,28)
#441D15
(68,29,21)
#2F150E
(47,21,14)
#1A0D07
(26,13,7)
#000000
(0,0,0)

Tints of #EC5D4D

#EC5D4D
(236,93,77)
#ED6B5D
(237,107,93)
#EE796D
(238,121,109)
#EF877D
(239,135,125)
#F0958D
(240,149,141)
#F1A39D
(241,163,157)
#F2B1AD
(242,177,173)
#F3BFBD
(243,191,189)
#F4CDCD
(244,205,205)
#F5DBDD
(245,219,221)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5D4D color. Also use rgb(236,93,77) instead hex code.

Text Font Color

.myTextColor { color: #EC5D4D; }

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

This text font color is #EC5D4D.


Background Color

.myBgColor { background-color: #EC5D4D; }

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

This div background color is #EC5D4D.


Border color

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

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

This div border color is #EC5D4D.


Opacity

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

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

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

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

This text has shadow with #EC5D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5D4D on black background.


Color preview on white background

This text has color #EC5D4D on white background.



Black color preview on #EC5D4D background

This text has black color on #EC5D4D background.


White color preview on #EC5D4D background

This text has white color on #EC5D4D background.