COLOR #EF6D19

HEX: #EF6D19
RGB: (239,109,25)

Renk bilgisi

#EF6D19 contains mainly red color. #EF6D19 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#EF6D19 color RGB value is (239,109,25).

  • kırmız ton 239;
  • yeşil ton 109;
  • mavi ton 25.
RGB:
(239,109,25)
(94%,43%,10%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 109 of 255 = 43%
B 25 of 255 = 10%

239
109
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 109 + 25 = 373 (100%)
R 239 of 373 ~ 64.08%
G 109 of 373 ~ 29.22%
B 25 of 373 ~ 6.7%

%64.08
%29.22

CMYK RENK MODELİ

#EF6D19 rengi CMYK tonu (0,54,90,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.39%
  • sarı tonu 89.54%
  • ana renk tonu 6.27%
CMYK:
(0,54,90,6)
C0M54Y90K6 
(0%,54%,90%,6%)
(0.00/0.54/0.90/0.06)	

CMYK yüzdeleri

%0
%54.39
%89.54
%6.27

Codes

Color #EF6D19 in popluar color models

EF6D19
RGB23910925
HSL24°86.99%51.76%
HSB/HSV24°89.54%93.73%
CMYK0.00%54.39%89.54%
6.27%

Color #EF6D19 in popluar number systems.

HEXEF6D19
Decimal23910925
Binary11101111110110111001
Octal35715531

Shades and tints

Shades of #EF6D19

#EF6D19
(239,109,25)
#DA6417
(218,100,23)
#C55B15
(197,91,21)
#B05213
(176,82,19)
#9B4911
(155,73,17)
#86400F
(134,64,15)
#71370D
(113,55,13)
#5C2E0B
(92,46,11)
#472509
(71,37,9)
#321C07
(50,28,7)
#1D1305
(29,19,5)
#000000
(0,0,0)

Tints of #EF6D19

#EF6D19
(239,109,25)
#F07A2D
(240,122,45)
#F18741
(241,135,65)
#F29455
(242,148,85)
#F3A169
(243,161,105)
#F4AE7D
(244,174,125)
#F5BB91
(245,187,145)
#F6C8A5
(246,200,165)
#F7D5B9
(247,213,185)
#F8E2CD
(248,226,205)
#F9EFE1
(249,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF6D19 color. Also use rgb(239,109,25) instead hex code.

Text Font Color

.myTextColor { color: #EF6D19; }

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

This text font color is #EF6D19.


Background Color

.myBgColor { background-color: #EF6D19; }

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

This div background color is #EF6D19.


Border color

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

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

This div border color is #EF6D19.


Opacity

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

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

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

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

This text has shadow with #EF6D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF6D19 on black background.


Color preview on white background

This text has color #EF6D19 on white background.



Black color preview on #EF6D19 background

This text has black color on #EF6D19 background.


White color preview on #EF6D19 background

This text has white color on #EF6D19 background.