COLOR #EF711E

HEX: #EF711E
RGB: (239,113,30)

Renk bilgisi

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

RGB renk modeli

#EF711E color RGB value is (239,113,30).

  • kırmız ton 239;
  • yeşil ton 113;
  • mavi ton 30.
RGB:
(239,113,30)
(94%,44%,12%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 113 of 255 = 44%
B 30 of 255 = 12%

239
113
30

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 113 + 30 = 382 (100%)
R 239 of 382 ~ 62.57%
G 113 of 382 ~ 29.58%
B 30 of 382 ~ 7.85%

%62.57
%29.58

CMYK RENK MODELİ

#EF711E rengi CMYK tonu (0,53,87,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.72%
  • sarı tonu 87.45%
  • ana renk tonu 6.27%
CMYK:
(0,53,87,6)
C0M53Y87K6 
(0%,53%,87%,6%)
(0.00/0.53/0.87/0.06)	

CMYK yüzdeleri

%0
%52.72
%87.45
%6.27

Codes

Color #EF711E in popluar color models

EF711E
RGB23911330
HSL24°86.72%52.75%
HSB/HSV24°87.45%93.73%
CMYK0.00%52.72%87.45%
6.27%

Color #EF711E in popluar number systems.

HEXEF711E
Decimal23911330
Binary11101111111000111110
Octal35716136

Shades and tints

Shades of #EF711E

#EF711E
(239,113,30)
#DA671C
(218,103,28)
#C55D1A
(197,93,26)
#B05318
(176,83,24)
#9B4916
(155,73,22)
#863F14
(134,63,20)
#713512
(113,53,18)
#5C2B10
(92,43,16)
#47210E
(71,33,14)
#32170C
(50,23,12)
#1D0D0A
(29,13,10)
#000000
(0,0,0)

Tints of #EF711E

#EF711E
(239,113,30)
#F07D32
(240,125,50)
#F18946
(241,137,70)
#F2955A
(242,149,90)
#F3A16E
(243,161,110)
#F4AD82
(244,173,130)
#F5B996
(245,185,150)
#F6C5AA
(246,197,170)
#F7D1BE
(247,209,190)
#F8DDD2
(248,221,210)
#F9E9E6
(249,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF711E color. Also use rgb(239,113,30) instead hex code.

Text Font Color

.myTextColor { color: #EF711E; }

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

This text font color is #EF711E.


Background Color

.myBgColor { background-color: #EF711E; }

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

This div background color is #EF711E.


Border color

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

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

This div border color is #EF711E.


Opacity

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

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

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

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

This text has shadow with #EF711E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF711E on black background.


Color preview on white background

This text has color #EF711E on white background.



Black color preview on #EF711E background

This text has black color on #EF711E background.


White color preview on #EF711E background

This text has white color on #EF711E background.