COLOR #EB5950

HEX: #EB5950
RGB: (235,89,80)

Renk bilgisi

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

RGB renk modeli

#EB5950 color RGB value is (235,89,80).

  • kırmız ton 235;
  • yeşil ton 89;
  • mavi ton 80.
RGB:
(235,89,80)
(92%,35%,31%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 89 of 255 = 35%
B 80 of 255 = 31%

235
89
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 89 + 80 = 404 (100%)
R 235 of 404 ~ 58.17%
G 89 of 404 ~ 22.03%
B 80 of 404 ~ 19.8%

%58.17
%22.03
%19.8

CMYK RENK MODELİ

#EB5950 rengi CMYK tonu (0,62,66,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.13%
  • sarı tonu 65.96%
  • ana renk tonu 7.84%
CMYK:
(0,62,66,8)
C0M62Y66K8 
(0%,62%,66%,8%)
(0.00/0.62/0.66/0.08)	

CMYK yüzdeleri

%0
%62.13
%65.96
%7.84

Codes

Color #EB5950 in popluar color models

EB5950
RGB2358980
HSL79.49%61.76%
HSB/HSV65.96%92.16%
CMYK0.00%62.13%65.96%
7.84%

Color #EB5950 in popluar number systems.

HEXEB5950
Decimal2358980
Binary1110101110110011010000
Octal353131120

Shades and tints

Shades of #EB5950

#EB5950
(235,89,80)
#D65149
(214,81,73)
#C14942
(193,73,66)
#AC413B
(172,65,59)
#973934
(151,57,52)
#82312D
(130,49,45)
#6D2926
(109,41,38)
#58211F
(88,33,31)
#431918
(67,25,24)
#2E1111
(46,17,17)
#19090A
(25,9,10)
#000000
(0,0,0)

Tints of #EB5950

#EB5950
(235,89,80)
#EC685F
(236,104,95)
#ED776E
(237,119,110)
#EE867D
(238,134,125)
#EF958C
(239,149,140)
#F0A49B
(240,164,155)
#F1B3AA
(241,179,170)
#F2C2B9
(242,194,185)
#F3D1C8
(243,209,200)
#F4E0D7
(244,224,215)
#F5EFE6
(245,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5950 color. Also use rgb(235,89,80) instead hex code.

Text Font Color

.myTextColor { color: #EB5950; }

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

This text font color is #EB5950.


Background Color

.myBgColor { background-color: #EB5950; }

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

This div background color is #EB5950.


Border color

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

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

This div border color is #EB5950.


Opacity

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

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

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

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

This text has shadow with #EB5950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5950 on black background.


Color preview on white background

This text has color #EB5950 on white background.



Black color preview on #EB5950 background

This text has black color on #EB5950 background.


White color preview on #EB5950 background

This text has white color on #EB5950 background.