COLOR #EF8019

HEX: #EF8019
RGB: (239,128,25)

Renk bilgisi

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

RGB renk modeli

#EF8019 color RGB value is (239,128,25).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 128 of 255 = 50%
B 25 of 255 = 10%

239
128
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 128 + 25 = 392 (100%)
R 239 of 392 ~ 60.97%
G 128 of 392 ~ 32.65%
B 25 of 392 ~ 6.38%

%60.97
%32.65

CMYK RENK MODELİ

#EF8019 rengi CMYK tonu (0,46,90,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.44%
  • sarı tonu 89.54%
  • ana renk tonu 6.27%
CMYK:
(0,46,90,6)
C0M46Y90K6 
(0%,46%,90%,6%)
(0.00/0.46/0.90/0.06)	

CMYK yüzdeleri

%0
%46.44
%89.54
%6.27

Codes

Color #EF8019 in popluar color models

EF8019
RGB23912825
HSL29°86.99%51.76%
HSB/HSV29°89.54%93.73%
CMYK0.00%46.44%89.54%
6.27%

Color #EF8019 in popluar number systems.

HEXEF8019
Decimal23912825
Binary111011111000000011001
Octal35720031

Shades and tints

Shades of #EF8019

#EF8019
(239,128,25)
#DA7517
(218,117,23)
#C56A15
(197,106,21)
#B05F13
(176,95,19)
#9B5411
(155,84,17)
#86490F
(134,73,15)
#713E0D
(113,62,13)
#5C330B
(92,51,11)
#472809
(71,40,9)
#321D07
(50,29,7)
#1D1205
(29,18,5)
#000000
(0,0,0)

Tints of #EF8019

#EF8019
(239,128,25)
#F08B2D
(240,139,45)
#F19641
(241,150,65)
#F2A155
(242,161,85)
#F3AC69
(243,172,105)
#F4B77D
(244,183,125)
#F5C291
(245,194,145)
#F6CDA5
(246,205,165)
#F7D8B9
(247,216,185)
#F8E3CD
(248,227,205)
#F9EEE1
(249,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF8019; }

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

This text font color is #EF8019.


Background Color

.myBgColor { background-color: #EF8019; }

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

This div background color is #EF8019.


Border color

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

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

This div border color is #EF8019.


Opacity

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

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

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

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

This text has shadow with #EF8019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8019 on black background.


Color preview on white background

This text has color #EF8019 on white background.



Black color preview on #EF8019 background

This text has black color on #EF8019 background.


White color preview on #EF8019 background

This text has white color on #EF8019 background.