COLOR #EF6B04

HEX: #EF6B04
RGB: (239,107,4)

Renk bilgisi

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

RGB renk modeli

#EF6B04 color RGB value is (239,107,4).

  • kırmız ton 239;
  • yeşil ton 107;
  • mavi ton 4.
RGB:
(239,107,4)
(94%,42%,2%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 107 of 255 = 42%
B 4 of 255 = 2%

239
107
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 107 + 4 = 350 (100%)
R 239 of 350 ~ 68.29%
G 107 of 350 ~ 30.57%
B 4 of 350 ~ 1.14%

%68.29
%30.57

CMYK RENK MODELİ

#EF6B04 rengi CMYK tonu (0,55,98,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.23%
  • sarı tonu 98.33%
  • ana renk tonu 6.27%
CMYK:
(0,55,98,6)
C0M55Y98K6 
(0%,55%,98%,6%)
(0.00/0.55/0.98/0.06)	

CMYK yüzdeleri

%0
%55.23
%98.33
%6.27

Codes

Color #EF6B04 in popluar color models

EF6B04
RGB2391074
HSL26°96.71%47.65%
HSB/HSV26°98.33%93.73%
CMYK0.00%55.23%98.33%
6.27%

Color #EF6B04 in popluar number systems.

HEXEF6B04
Decimal2391074
Binary111011111101011100
Octal3571534

Shades and tints

Shades of #EF6B04

#EF6B04
(239,107,4)
#DA6204
(218,98,4)
#C55904
(197,89,4)
#B05004
(176,80,4)
#9B4704
(155,71,4)
#863E04
(134,62,4)
#713504
(113,53,4)
#5C2C04
(92,44,4)
#472304
(71,35,4)
#321A04
(50,26,4)
#1D1104
(29,17,4)
#000000
(0,0,0)

Tints of #EF6B04

#EF6B04
(239,107,4)
#F0781A
(240,120,26)
#F18530
(241,133,48)
#F29246
(242,146,70)
#F39F5C
(243,159,92)
#F4AC72
(244,172,114)
#F5B988
(245,185,136)
#F6C69E
(246,198,158)
#F7D3B4
(247,211,180)
#F8E0CA
(248,224,202)
#F9EDE0
(249,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF6B04 color. Also use rgb(239,107,4) instead hex code.

Text Font Color

.myTextColor { color: #EF6B04; }

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

This text font color is #EF6B04.


Background Color

.myBgColor { background-color: #EF6B04; }

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

This div background color is #EF6B04.


Border color

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

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

This div border color is #EF6B04.


Opacity

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

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

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

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

This text has shadow with #EF6B04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF6B04 on black background.


Color preview on white background

This text has color #EF6B04 on white background.



Black color preview on #EF6B04 background

This text has black color on #EF6B04 background.


White color preview on #EF6B04 background

This text has white color on #EF6B04 background.