COLOR #EC6B58

HEX: #EC6B58
RGB: (236,107,88)

Renk bilgisi

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

RGB renk modeli

#EC6B58 color RGB value is (236,107,88).

  • kırmız ton 236;
  • yeşil ton 107;
  • mavi ton 88.
RGB:
(236,107,88)
(93%,42%,35%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 107 of 255 = 42%
B 88 of 255 = 35%

236
107
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 107 + 88 = 431 (100%)
R 236 of 431 ~ 54.76%
G 107 of 431 ~ 24.83%
B 88 of 431 ~ 20.42%

%54.76
%24.83
%20.42

CMYK RENK MODELİ

#EC6B58 rengi CMYK tonu (0,55,63,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.66%
  • sarı tonu 62.71%
  • ana renk tonu 7.45%
CMYK:
(0,55,63,7)
C0M55Y63K7 
(0%,55%,63%,7%)
(0.00/0.55/0.63/0.07)	

CMYK yüzdeleri

%0
%54.66
%62.71
%7.45

Codes

Color #EC6B58 in popluar color models

EC6B58
RGB23610788
HSL79.57%63.53%
HSB/HSV62.71%92.55%
CMYK0.00%54.66%62.71%
7.45%

Color #EC6B58 in popluar number systems.

HEXEC6B58
Decimal23610788
Binary1110110011010111011000
Octal354153130

Shades and tints

Shades of #EC6B58

#EC6B58
(236,107,88)
#D76250
(215,98,80)
#C25948
(194,89,72)
#AD5040
(173,80,64)
#984738
(152,71,56)
#833E30
(131,62,48)
#6E3528
(110,53,40)
#592C20
(89,44,32)
#442318
(68,35,24)
#2F1A10
(47,26,16)
#1A1108
(26,17,8)
#000000
(0,0,0)

Tints of #EC6B58

#EC6B58
(236,107,88)
#ED7867
(237,120,103)
#EE8576
(238,133,118)
#EF9285
(239,146,133)
#F09F94
(240,159,148)
#F1ACA3
(241,172,163)
#F2B9B2
(242,185,178)
#F3C6C1
(243,198,193)
#F4D3D0
(244,211,208)
#F5E0DF
(245,224,223)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC6B58 color. Also use rgb(236,107,88) instead hex code.

Text Font Color

.myTextColor { color: #EC6B58; }

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

This text font color is #EC6B58.


Background Color

.myBgColor { background-color: #EC6B58; }

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

This div background color is #EC6B58.


Border color

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

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

This div border color is #EC6B58.


Opacity

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

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

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

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

This text has shadow with #EC6B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6B58 on black background.


Color preview on white background

This text has color #EC6B58 on white background.



Black color preview on #EC6B58 background

This text has black color on #EC6B58 background.


White color preview on #EC6B58 background

This text has white color on #EC6B58 background.