COLOR #EB716D

HEX: #EB716D
RGB: (235,113,109)

Renk bilgisi

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

RGB renk modeli

#EB716D color RGB value is (235,113,109).

  • kırmız ton 235;
  • yeşil ton 113;
  • mavi ton 109.
RGB:
(235,113,109)
(92%,44%,43%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 113 of 255 = 44%
B 109 of 255 = 43%

235
113
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 113 + 109 = 457 (100%)
R 235 of 457 ~ 51.42%
G 113 of 457 ~ 24.73%
B 109 of 457 ~ 23.85%

%51.42
%24.73
%23.85

CMYK RENK MODELİ

#EB716D rengi CMYK tonu (0,52,54,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.91%
  • sarı tonu 53.62%
  • ana renk tonu 7.84%
CMYK:
(0,52,54,8)
C0M52Y54K8 
(0%,52%,54%,8%)
(0.00/0.52/0.54/0.08)	

CMYK yüzdeleri

%0
%51.91
%53.62
%7.84

Codes

Color #EB716D in popluar color models

EB716D
RGB235113109
HSL75.90%67.45%
HSB/HSV53.62%92.16%
CMYK0.00%51.91%53.62%
7.84%

Color #EB716D in popluar number systems.

HEXEB716D
Decimal235113109
Binary1110101111100011101101
Octal353161155

Shades and tints

Shades of #EB716D

#EB716D
(235,113,109)
#D66764
(214,103,100)
#C15D5B
(193,93,91)
#AC5352
(172,83,82)
#974949
(151,73,73)
#823F40
(130,63,64)
#6D3537
(109,53,55)
#582B2E
(88,43,46)
#432125
(67,33,37)
#2E171C
(46,23,28)
#190D13
(25,13,19)
#000000
(0,0,0)

Tints of #EB716D

#EB716D
(235,113,109)
#EC7D7A
(236,125,122)
#ED8987
(237,137,135)
#EE9594
(238,149,148)
#EFA1A1
(239,161,161)
#F0ADAE
(240,173,174)
#F1B9BB
(241,185,187)
#F2C5C8
(242,197,200)
#F3D1D5
(243,209,213)
#F4DDE2
(244,221,226)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB716D color. Also use rgb(235,113,109) instead hex code.

Text Font Color

.myTextColor { color: #EB716D; }

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

This text font color is #EB716D.


Background Color

.myBgColor { background-color: #EB716D; }

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

This div background color is #EB716D.


Border color

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

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

This div border color is #EB716D.


Opacity

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

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

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

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

This text has shadow with #EB716D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB716D on black background.


Color preview on white background

This text has color #EB716D on white background.



Black color preview on #EB716D background

This text has black color on #EB716D background.


White color preview on #EB716D background

This text has white color on #EB716D background.