COLOR #EB7D4F

HEX: #EB7D4F
RGB: (235,125,79)

Renk bilgisi

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

RGB renk modeli

#EB7D4F color RGB value is (235,125,79).

  • kırmız ton 235;
  • yeşil ton 125;
  • mavi ton 79.
RGB:
(235,125,79)
(92%,49%,31%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 125 of 255 = 49%
B 79 of 255 = 31%

235
125
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 125 + 79 = 439 (100%)
R 235 of 439 ~ 53.53%
G 125 of 439 ~ 28.47%
B 79 of 439 ~ 18%

%53.53
%28.47
%18

CMYK RENK MODELİ

#EB7D4F rengi CMYK tonu (0,47,66,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.81%
  • sarı tonu 66.38%
  • ana renk tonu 7.84%
CMYK:
(0,47,66,8)
C0M47Y66K8 
(0%,47%,66%,8%)
(0.00/0.47/0.66/0.08)	

CMYK yüzdeleri

%0
%46.81
%66.38
%7.84

Codes

Color #EB7D4F in popluar color models

EB7D4F
RGB23512579
HSL18°79.59%61.57%
HSB/HSV18°66.38%92.16%
CMYK0.00%46.81%66.38%
7.84%

Color #EB7D4F in popluar number systems.

HEXEB7D4F
Decimal23512579
Binary1110101111111011001111
Octal353175117

Shades and tints

Shades of #EB7D4F

#EB7D4F
(235,125,79)
#D67248
(214,114,72)
#C16741
(193,103,65)
#AC5C3A
(172,92,58)
#975133
(151,81,51)
#82462C
(130,70,44)
#6D3B25
(109,59,37)
#58301E
(88,48,30)
#432517
(67,37,23)
#2E1A10
(46,26,16)
#190F09
(25,15,9)
#000000
(0,0,0)

Tints of #EB7D4F

#EB7D4F
(235,125,79)
#EC885F
(236,136,95)
#ED936F
(237,147,111)
#EE9E7F
(238,158,127)
#EFA98F
(239,169,143)
#F0B49F
(240,180,159)
#F1BFAF
(241,191,175)
#F2CABF
(242,202,191)
#F3D5CF
(243,213,207)
#F4E0DF
(244,224,223)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7D4F color. Also use rgb(235,125,79) instead hex code.

Text Font Color

.myTextColor { color: #EB7D4F; }

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

This text font color is #EB7D4F.


Background Color

.myBgColor { background-color: #EB7D4F; }

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

This div background color is #EB7D4F.


Border color

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

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

This div border color is #EB7D4F.


Opacity

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

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

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

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

This text has shadow with #EB7D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7D4F on black background.


Color preview on white background

This text has color #EB7D4F on white background.



Black color preview on #EB7D4F background

This text has black color on #EB7D4F background.


White color preview on #EB7D4F background

This text has white color on #EB7D4F background.