COLOR #EB5035

HEX: #EB5035
RGB: (235,80,53)

Renk bilgisi

#EB5035 contains mainly red color. #EB5035 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#EB5035 color RGB value is (235,80,53).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 80 of 255 = 31%
B 53 of 255 = 21%

235
80
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 80 + 53 = 368 (100%)
R 235 of 368 ~ 63.86%
G 80 of 368 ~ 21.74%
B 53 of 368 ~ 14.4%

%63.86
%21.74
%14.4

CMYK RENK MODELİ

#EB5035 rengi CMYK tonu (0,66,77,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.96%
  • sarı tonu 77.45%
  • ana renk tonu 7.84%
CMYK:
(0,66,77,8)
C0M66Y77K8 
(0%,66%,77%,8%)
(0.00/0.66/0.77/0.08)	

CMYK yüzdeleri

%0
%65.96
%77.45
%7.84

Codes

Color #EB5035 in popluar color models

EB5035
RGB2358053
HSL81.98%56.47%
HSB/HSV77.45%92.16%
CMYK0.00%65.96%77.45%
7.84%

Color #EB5035 in popluar number systems.

HEXEB5035
Decimal2358053
Binary111010111010000110101
Octal35312065

Shades and tints

Shades of #EB5035

#EB5035
(235,80,53)
#D64931
(214,73,49)
#C1422D
(193,66,45)
#AC3B29
(172,59,41)
#973425
(151,52,37)
#822D21
(130,45,33)
#6D261D
(109,38,29)
#581F19
(88,31,25)
#431815
(67,24,21)
#2E1111
(46,17,17)
#190A0D
(25,10,13)
#000000
(0,0,0)

Tints of #EB5035

#EB5035
(235,80,53)
#EC5F47
(236,95,71)
#ED6E59
(237,110,89)
#EE7D6B
(238,125,107)
#EF8C7D
(239,140,125)
#F09B8F
(240,155,143)
#F1AAA1
(241,170,161)
#F2B9B3
(242,185,179)
#F3C8C5
(243,200,197)
#F4D7D7
(244,215,215)
#F5E6E9
(245,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB5035; }

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

This text font color is #EB5035.


Background Color

.myBgColor { background-color: #EB5035; }

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

This div background color is #EB5035.


Border color

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

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

This div border color is #EB5035.


Opacity

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

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

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

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

This text has shadow with #EB5035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5035 on black background.


Color preview on white background

This text has color #EB5035 on white background.



Black color preview on #EB5035 background

This text has black color on #EB5035 background.


White color preview on #EB5035 background

This text has white color on #EB5035 background.