COLOR #EF8C07

HEX: #EF8C07
RGB: (239,140,7)

Renk bilgisi

#EF8C07 contains mainly red color. #EF8C07 ‘ nin web güvenlik rengi #FF9900 (ya da #F90) dir.

RGB renk modeli

#EF8C07 color RGB value is (239,140,7).

  • kırmız ton 239;
  • yeşil ton 140;
  • mavi ton 7.
RGB:
(239,140,7)
(94%,55%,3%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 140 of 255 = 55%
B 7 of 255 = 3%

239
140
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 140 + 7 = 386 (100%)
R 239 of 386 ~ 61.92%
G 140 of 386 ~ 36.27%
B 7 of 386 ~ 1.81%

%61.92
%36.27

CMYK RENK MODELİ

#EF8C07 rengi CMYK tonu (0,41,97,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.42%
  • sarı tonu 97.07%
  • ana renk tonu 6.27%
CMYK:
(0,41,97,6)
C0M41Y97K6 
(0%,41%,97%,6%)
(0.00/0.41/0.97/0.06)	

CMYK yüzdeleri

%0
%41.42
%97.07
%6.27

Codes

Color #EF8C07 in popluar color models

EF8C07
RGB2391407
HSL34°94.31%48.24%
HSB/HSV34°97.07%93.73%
CMYK0.00%41.42%97.07%
6.27%

Color #EF8C07 in popluar number systems.

HEXEF8C07
Decimal2391407
Binary1110111110001100111
Octal3572147

Shades and tints

Shades of #EF8C07

#EF8C07
(239,140,7)
#DA8007
(218,128,7)
#C57407
(197,116,7)
#B06807
(176,104,7)
#9B5C07
(155,92,7)
#865007
(134,80,7)
#714407
(113,68,7)
#5C3807
(92,56,7)
#472C07
(71,44,7)
#322007
(50,32,7)
#1D1407
(29,20,7)
#000000
(0,0,0)

Tints of #EF8C07

#EF8C07
(239,140,7)
#F0961D
(240,150,29)
#F1A033
(241,160,51)
#F2AA49
(242,170,73)
#F3B45F
(243,180,95)
#F4BE75
(244,190,117)
#F5C88B
(245,200,139)
#F6D2A1
(246,210,161)
#F7DCB7
(247,220,183)
#F8E6CD
(248,230,205)
#F9F0E3
(249,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8C07 color. Also use rgb(239,140,7) instead hex code.

Text Font Color

.myTextColor { color: #EF8C07; }

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

This text font color is #EF8C07.


Background Color

.myBgColor { background-color: #EF8C07; }

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

This div background color is #EF8C07.


Border color

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

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

This div border color is #EF8C07.


Opacity

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

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

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

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

This text has shadow with #EF8C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8C07 on black background.


Color preview on white background

This text has color #EF8C07 on white background.



Black color preview on #EF8C07 background

This text has black color on #EF8C07 background.


White color preview on #EF8C07 background

This text has white color on #EF8C07 background.