COLOR #EB5756

HEX: #EB5756
RGB: (235,87,86)

Renk bilgisi

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

RGB renk modeli

#EB5756 color RGB value is (235,87,86).

  • kırmız ton 235;
  • yeşil ton 87;
  • mavi ton 86.
RGB:
(235,87,86)
(92%,34%,34%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 87 of 255 = 34%
B 86 of 255 = 34%

235
87
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 87 + 86 = 408 (100%)
R 235 of 408 ~ 57.6%
G 87 of 408 ~ 21.32%
B 86 of 408 ~ 21.08%

%57.6
%21.32
%21.08

CMYK RENK MODELİ

#EB5756 rengi CMYK tonu (0,63,63,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.98%
  • sarı tonu 63.40%
  • ana renk tonu 7.84%
CMYK:
(0,63,63,8)
C0M63Y63K8 
(0%,63%,63%,8%)
(0.00/0.63/0.63/0.08)	

CMYK yüzdeleri

%0
%62.98
%63.4
%7.84

Codes

Color #EB5756 in popluar color models

EB5756
RGB2358786
HSL78.84%62.94%
HSB/HSV63.40%92.16%
CMYK0.00%62.98%63.40%
7.84%

Color #EB5756 in popluar number systems.

HEXEB5756
Decimal2358786
Binary1110101110101111010110
Octal353127126

Shades and tints

Shades of #EB5756

#EB5756
(235,87,86)
#D6504F
(214,80,79)
#C14948
(193,73,72)
#AC4241
(172,66,65)
#973B3A
(151,59,58)
#823433
(130,52,51)
#6D2D2C
(109,45,44)
#582625
(88,38,37)
#431F1E
(67,31,30)
#2E1817
(46,24,23)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #EB5756

#EB5756
(235,87,86)
#EC6665
(236,102,101)
#ED7574
(237,117,116)
#EE8483
(238,132,131)
#EF9392
(239,147,146)
#F0A2A1
(240,162,161)
#F1B1B0
(241,177,176)
#F2C0BF
(242,192,191)
#F3CFCE
(243,207,206)
#F4DEDD
(244,222,221)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5756 color. Also use rgb(235,87,86) instead hex code.

Text Font Color

.myTextColor { color: #EB5756; }

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

This text font color is #EB5756.


Background Color

.myBgColor { background-color: #EB5756; }

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

This div background color is #EB5756.


Border color

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

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

This div border color is #EB5756.


Opacity

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

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

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

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

This text has shadow with #EB5756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5756 on black background.


Color preview on white background

This text has color #EB5756 on white background.



Black color preview on #EB5756 background

This text has black color on #EB5756 background.


White color preview on #EB5756 background

This text has white color on #EB5756 background.