COLOR #ED6155

HEX: #ED6155
RGB: (237,97,85)

Renk bilgisi

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

RGB renk modeli

#ED6155 color RGB value is (237,97,85).

  • kırmız ton 237;
  • yeşil ton 97;
  • mavi ton 85.
RGB:
(237,97,85)
(93%,38%,33%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 97 of 255 = 38%
B 85 of 255 = 33%

237
97
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 97 + 85 = 419 (100%)
R 237 of 419 ~ 56.56%
G 97 of 419 ~ 23.15%
B 85 of 419 ~ 20.29%

%56.56
%23.15
%20.29

CMYK RENK MODELİ

#ED6155 rengi CMYK tonu (0,59,64,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.07%
  • sarı tonu 64.14%
  • ana renk tonu 7.06%
CMYK:
(0,59,64,7)
C0M59Y64K7 
(0%,59%,64%,7%)
(0.00/0.59/0.64/0.07)	

CMYK yüzdeleri

%0
%59.07
%64.14
%7.06

Codes

Color #ED6155 in popluar color models

ED6155
RGB2379785
HSL80.85%63.14%
HSB/HSV64.14%92.94%
CMYK0.00%59.07%64.14%
7.06%

Color #ED6155 in popluar number systems.

HEXED6155
Decimal2379785
Binary1110110111000011010101
Octal355141125

Shades and tints

Shades of #ED6155

#ED6155
(237,97,85)
#D8594E
(216,89,78)
#C35147
(195,81,71)
#AE4940
(174,73,64)
#994139
(153,65,57)
#843932
(132,57,50)
#6F312B
(111,49,43)
#5A2924
(90,41,36)
#45211D
(69,33,29)
#301916
(48,25,22)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #ED6155

#ED6155
(237,97,85)
#EE6F64
(238,111,100)
#EF7D73
(239,125,115)
#F08B82
(240,139,130)
#F19991
(241,153,145)
#F2A7A0
(242,167,160)
#F3B5AF
(243,181,175)
#F4C3BE
(244,195,190)
#F5D1CD
(245,209,205)
#F6DFDC
(246,223,220)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6155 color. Also use rgb(237,97,85) instead hex code.

Text Font Color

.myTextColor { color: #ED6155; }

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

This text font color is #ED6155.


Background Color

.myBgColor { background-color: #ED6155; }

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

This div background color is #ED6155.


Border color

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

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

This div border color is #ED6155.


Opacity

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

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

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

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

This text has shadow with #ED6155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6155 on black background.


Color preview on white background

This text has color #ED6155 on white background.



Black color preview on #ED6155 background

This text has black color on #ED6155 background.


White color preview on #ED6155 background

This text has white color on #ED6155 background.