COLOR #EF5349

HEX: #EF5349
RGB: (239,83,73)

Renk bilgisi

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

RGB renk modeli

#EF5349 color RGB value is (239,83,73).

  • kırmız ton 239;
  • yeşil ton 83;
  • mavi ton 73.
RGB:
(239,83,73)
(94%,33%,29%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 83 of 255 = 33%
B 73 of 255 = 29%

239
83
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 83 + 73 = 395 (100%)
R 239 of 395 ~ 60.51%
G 83 of 395 ~ 21.01%
B 73 of 395 ~ 18.48%

%60.51
%21.01
%18.48

CMYK RENK MODELİ

#EF5349 rengi CMYK tonu (0,65,69,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.27%
  • sarı tonu 69.46%
  • ana renk tonu 6.27%
CMYK:
(0,65,69,6)
C0M65Y69K6 
(0%,65%,69%,6%)
(0.00/0.65/0.69/0.06)	

CMYK yüzdeleri

%0
%65.27
%69.46
%6.27

Codes

Color #EF5349 in popluar color models

EF5349
RGB2398373
HSL83.84%61.18%
HSB/HSV69.46%93.73%
CMYK0.00%65.27%69.46%
6.27%

Color #EF5349 in popluar number systems.

HEXEF5349
Decimal2398373
Binary1110111110100111001001
Octal357123111

Shades and tints

Shades of #EF5349

#EF5349
(239,83,73)
#DA4C43
(218,76,67)
#C5453D
(197,69,61)
#B03E37
(176,62,55)
#9B3731
(155,55,49)
#86302B
(134,48,43)
#712925
(113,41,37)
#5C221F
(92,34,31)
#471B19
(71,27,25)
#321413
(50,20,19)
#1D0D0D
(29,13,13)
#000000
(0,0,0)

Tints of #EF5349

#EF5349
(239,83,73)
#F06259
(240,98,89)
#F17169
(241,113,105)
#F28079
(242,128,121)
#F38F89
(243,143,137)
#F49E99
(244,158,153)
#F5ADA9
(245,173,169)
#F6BCB9
(246,188,185)
#F7CBC9
(247,203,201)
#F8DAD9
(248,218,217)
#F9E9E9
(249,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5349 color. Also use rgb(239,83,73) instead hex code.

Text Font Color

.myTextColor { color: #EF5349; }

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

This text font color is #EF5349.


Background Color

.myBgColor { background-color: #EF5349; }

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

This div background color is #EF5349.


Border color

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

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

This div border color is #EF5349.


Opacity

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

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

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

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

This text has shadow with #EF5349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5349 on black background.


Color preview on white background

This text has color #EF5349 on white background.



Black color preview on #EF5349 background

This text has black color on #EF5349 background.


White color preview on #EF5349 background

This text has white color on #EF5349 background.