COLOR #EF6F4E

HEX: #EF6F4E
RGB: (239,111,78)

Renk bilgisi

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

RGB renk modeli

#EF6F4E color RGB value is (239,111,78).

  • kırmız ton 239;
  • yeşil ton 111;
  • mavi ton 78.
RGB:
(239,111,78)
(94%,44%,31%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 111 of 255 = 44%
B 78 of 255 = 31%

239
111
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 111 + 78 = 428 (100%)
R 239 of 428 ~ 55.84%
G 111 of 428 ~ 25.93%
B 78 of 428 ~ 18.22%

%55.84
%25.93
%18.22

CMYK RENK MODELİ

#EF6F4E rengi CMYK tonu (0,54,67,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.56%
  • sarı tonu 67.36%
  • ana renk tonu 6.27%
CMYK:
(0,54,67,6)
C0M54Y67K6 
(0%,54%,67%,6%)
(0.00/0.54/0.67/0.06)	

CMYK yüzdeleri

%0
%53.56
%67.36
%6.27

Codes

Color #EF6F4E in popluar color models

EF6F4E
RGB23911178
HSL12°83.42%62.16%
HSB/HSV12°67.36%93.73%
CMYK0.00%53.56%67.36%
6.27%

Color #EF6F4E in popluar number systems.

HEXEF6F4E
Decimal23911178
Binary1110111111011111001110
Octal357157116

Shades and tints

Shades of #EF6F4E

#EF6F4E
(239,111,78)
#DA6547
(218,101,71)
#C55B40
(197,91,64)
#B05139
(176,81,57)
#9B4732
(155,71,50)
#863D2B
(134,61,43)
#713324
(113,51,36)
#5C291D
(92,41,29)
#471F16
(71,31,22)
#32150F
(50,21,15)
#1D0B08
(29,11,8)
#000000
(0,0,0)

Tints of #EF6F4E

#EF6F4E
(239,111,78)
#F07C5E
(240,124,94)
#F1896E
(241,137,110)
#F2967E
(242,150,126)
#F3A38E
(243,163,142)
#F4B09E
(244,176,158)
#F5BDAE
(245,189,174)
#F6CABE
(246,202,190)
#F7D7CE
(247,215,206)
#F8E4DE
(248,228,222)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF6F4E color. Also use rgb(239,111,78) instead hex code.

Text Font Color

.myTextColor { color: #EF6F4E; }

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

This text font color is #EF6F4E.


Background Color

.myBgColor { background-color: #EF6F4E; }

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

This div background color is #EF6F4E.


Border color

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

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

This div border color is #EF6F4E.


Opacity

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

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

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

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

This text has shadow with #EF6F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF6F4E on black background.


Color preview on white background

This text has color #EF6F4E on white background.



Black color preview on #EF6F4E background

This text has black color on #EF6F4E background.


White color preview on #EF6F4E background

This text has white color on #EF6F4E background.