COLOR #EF7F50

HEX: #EF7F50
RGB: (239,127,80)

Renk bilgisi

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

RGB renk modeli

#EF7F50 color RGB value is (239,127,80).

  • kırmız ton 239;
  • yeşil ton 127;
  • mavi ton 80.
RGB:
(239,127,80)
(94%,50%,31%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 127 of 255 = 50%
B 80 of 255 = 31%

239
127
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 127 + 80 = 446 (100%)
R 239 of 446 ~ 53.59%
G 127 of 446 ~ 28.48%
B 80 of 446 ~ 17.94%

%53.59
%28.48
%17.94

CMYK RENK MODELİ

#EF7F50 rengi CMYK tonu (0,47,67,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.86%
  • sarı tonu 66.53%
  • ana renk tonu 6.27%
CMYK:
(0,47,67,6)
C0M47Y67K6 
(0%,47%,67%,6%)
(0.00/0.47/0.67/0.06)	

CMYK yüzdeleri

%0
%46.86
%66.53
%6.27

Codes

Color #EF7F50 in popluar color models

EF7F50
RGB23912780
HSL18°83.25%62.55%
HSB/HSV18°66.53%93.73%
CMYK0.00%46.86%66.53%
6.27%

Color #EF7F50 in popluar number systems.

HEXEF7F50
Decimal23912780
Binary1110111111111111010000
Octal357177120

Shades and tints

Shades of #EF7F50

#EF7F50
(239,127,80)
#DA7449
(218,116,73)
#C56942
(197,105,66)
#B05E3B
(176,94,59)
#9B5334
(155,83,52)
#86482D
(134,72,45)
#713D26
(113,61,38)
#5C321F
(92,50,31)
#472718
(71,39,24)
#321C11
(50,28,17)
#1D110A
(29,17,10)
#000000
(0,0,0)

Tints of #EF7F50

#EF7F50
(239,127,80)
#F08A5F
(240,138,95)
#F1956E
(241,149,110)
#F2A07D
(242,160,125)
#F3AB8C
(243,171,140)
#F4B69B
(244,182,155)
#F5C1AA
(245,193,170)
#F6CCB9
(246,204,185)
#F7D7C8
(247,215,200)
#F8E2D7
(248,226,215)
#F9EDE6
(249,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7F50 color. Also use rgb(239,127,80) instead hex code.

Text Font Color

.myTextColor { color: #EF7F50; }

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

This text font color is #EF7F50.


Background Color

.myBgColor { background-color: #EF7F50; }

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

This div background color is #EF7F50.


Border color

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

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

This div border color is #EF7F50.


Opacity

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

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

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

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

This text has shadow with #EF7F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7F50 on black background.


Color preview on white background

This text has color #EF7F50 on white background.



Black color preview on #EF7F50 background

This text has black color on #EF7F50 background.


White color preview on #EF7F50 background

This text has white color on #EF7F50 background.