COLOR #ED6C6A

HEX: #ED6C6A
RGB: (237,108,106)

Renk bilgisi

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

RGB renk modeli

#ED6C6A color RGB value is (237,108,106).

  • kırmız ton 237;
  • yeşil ton 108;
  • mavi ton 106.
RGB:
(237,108,106)
(93%,42%,42%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 108 of 255 = 42%
B 106 of 255 = 42%

237
108
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 108 + 106 = 451 (100%)
R 237 of 451 ~ 52.55%
G 108 of 451 ~ 23.95%
B 106 of 451 ~ 23.5%

%52.55
%23.95
%23.5

CMYK RENK MODELİ

#ED6C6A rengi CMYK tonu (0,54,55,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.43%
  • sarı tonu 55.27%
  • ana renk tonu 7.06%
CMYK:
(0,54,55,7)
C0M54Y55K7 
(0%,54%,55%,7%)
(0.00/0.54/0.55/0.07)	

CMYK yüzdeleri

%0
%54.43
%55.27
%7.06

Codes

Color #ED6C6A in popluar color models

ED6C6A
RGB237108106
HSL78.44%67.25%
HSB/HSV55.27%92.94%
CMYK0.00%54.43%55.27%
7.06%

Color #ED6C6A in popluar number systems.

HEXED6C6A
Decimal237108106
Binary1110110111011001101010
Octal355154152

Shades and tints

Shades of #ED6C6A

#ED6C6A
(237,108,106)
#D86361
(216,99,97)
#C35A58
(195,90,88)
#AE514F
(174,81,79)
#994846
(153,72,70)
#843F3D
(132,63,61)
#6F3634
(111,54,52)
#5A2D2B
(90,45,43)
#452422
(69,36,34)
#301B19
(48,27,25)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #ED6C6A

#ED6C6A
(237,108,106)
#EE7977
(238,121,119)
#EF8684
(239,134,132)
#F09391
(240,147,145)
#F1A09E
(241,160,158)
#F2ADAB
(242,173,171)
#F3BAB8
(243,186,184)
#F4C7C5
(244,199,197)
#F5D4D2
(245,212,210)
#F6E1DF
(246,225,223)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6C6A color. Also use rgb(237,108,106) instead hex code.

Text Font Color

.myTextColor { color: #ED6C6A; }

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

This text font color is #ED6C6A.


Background Color

.myBgColor { background-color: #ED6C6A; }

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

This div background color is #ED6C6A.


Border color

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

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

This div border color is #ED6C6A.


Opacity

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

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

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

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

This text has shadow with #ED6C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6C6A on black background.


Color preview on white background

This text has color #ED6C6A on white background.



Black color preview on #ED6C6A background

This text has black color on #ED6C6A background.


White color preview on #ED6C6A background

This text has white color on #ED6C6A background.