COLOR #EF9715

HEX: #EF9715
RGB: (239,151,21)

Renk bilgisi

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

RGB renk modeli

#EF9715 color RGB value is (239,151,21).

  • kırmız ton 239;
  • yeşil ton 151;
  • mavi ton 21.
RGB:
(239,151,21)
(94%,59%,8%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 151 of 255 = 59%
B 21 of 255 = 8%

239
151
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 151 + 21 = 411 (100%)
R 239 of 411 ~ 58.15%
G 151 of 411 ~ 36.74%
B 21 of 411 ~ 5.11%

%58.15
%36.74

CMYK RENK MODELİ

#EF9715 rengi CMYK tonu (0,37,91,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.82%
  • sarı tonu 91.21%
  • ana renk tonu 6.27%
CMYK:
(0,37,91,6)
C0M37Y91K6 
(0%,37%,91%,6%)
(0.00/0.37/0.91/0.06)	

CMYK yüzdeleri

%0
%36.82
%91.21
%6.27

Codes

Color #EF9715 in popluar color models

EF9715
RGB23915121
HSL36°87.20%50.98%
HSB/HSV36°91.21%93.73%
CMYK0.00%36.82%91.21%
6.27%

Color #EF9715 in popluar number systems.

HEXEF9715
Decimal23915121
Binary111011111001011110101
Octal35722725

Shades and tints

Shades of #EF9715

#EF9715
(239,151,21)
#DA8A14
(218,138,20)
#C57D13
(197,125,19)
#B07012
(176,112,18)
#9B6311
(155,99,17)
#865610
(134,86,16)
#71490F
(113,73,15)
#5C3C0E
(92,60,14)
#472F0D
(71,47,13)
#32220C
(50,34,12)
#1D150B
(29,21,11)
#000000
(0,0,0)

Tints of #EF9715

#EF9715
(239,151,21)
#F0A02A
(240,160,42)
#F1A93F
(241,169,63)
#F2B254
(242,178,84)
#F3BB69
(243,187,105)
#F4C47E
(244,196,126)
#F5CD93
(245,205,147)
#F6D6A8
(246,214,168)
#F7DFBD
(247,223,189)
#F8E8D2
(248,232,210)
#F9F1E7
(249,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9715 color. Also use rgb(239,151,21) instead hex code.

Text Font Color

.myTextColor { color: #EF9715; }

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

This text font color is #EF9715.


Background Color

.myBgColor { background-color: #EF9715; }

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

This div background color is #EF9715.


Border color

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

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

This div border color is #EF9715.


Opacity

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

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

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

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

This text has shadow with #EF9715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9715 on black background.


Color preview on white background

This text has color #EF9715 on white background.



Black color preview on #EF9715 background

This text has black color on #EF9715 background.


White color preview on #EF9715 background

This text has white color on #EF9715 background.