COLOR #EB6F07

HEX: #EB6F07
RGB: (235,111,7)

Renk bilgisi

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

RGB renk modeli

#EB6F07 color RGB value is (235,111,7).

  • kırmız ton 235;
  • yeşil ton 111;
  • mavi ton 7.
RGB:
(235,111,7)
(92%,44%,3%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 111 of 255 = 44%
B 7 of 255 = 3%

235
111
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 111 + 7 = 353 (100%)
R 235 of 353 ~ 66.57%
G 111 of 353 ~ 31.44%
B 7 of 353 ~ 1.98%

%66.57
%31.44

CMYK RENK MODELİ

#EB6F07 rengi CMYK tonu (0,53,97,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.77%
  • sarı tonu 97.02%
  • ana renk tonu 7.84%
CMYK:
(0,53,97,8)
C0M53Y97K8 
(0%,53%,97%,8%)
(0.00/0.53/0.97/0.08)	

CMYK yüzdeleri

%0
%52.77
%97.02
%7.84

Codes

Color #EB6F07 in popluar color models

EB6F07
RGB2351117
HSL27°94.21%47.45%
HSB/HSV27°97.02%92.16%
CMYK0.00%52.77%97.02%
7.84%

Color #EB6F07 in popluar number systems.

HEXEB6F07
Decimal2351117
Binary111010111101111111
Octal3531577

Shades and tints

Shades of #EB6F07

#EB6F07
(235,111,7)
#D66507
(214,101,7)
#C15B07
(193,91,7)
#AC5107
(172,81,7)
#974707
(151,71,7)
#823D07
(130,61,7)
#6D3307
(109,51,7)
#582907
(88,41,7)
#431F07
(67,31,7)
#2E1507
(46,21,7)
#190B07
(25,11,7)
#000000
(0,0,0)

Tints of #EB6F07

#EB6F07
(235,111,7)
#EC7C1D
(236,124,29)
#ED8933
(237,137,51)
#EE9649
(238,150,73)
#EFA35F
(239,163,95)
#F0B075
(240,176,117)
#F1BD8B
(241,189,139)
#F2CAA1
(242,202,161)
#F3D7B7
(243,215,183)
#F4E4CD
(244,228,205)
#F5F1E3
(245,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6F07 color. Also use rgb(235,111,7) instead hex code.

Text Font Color

.myTextColor { color: #EB6F07; }

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

This text font color is #EB6F07.


Background Color

.myBgColor { background-color: #EB6F07; }

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

This div background color is #EB6F07.


Border color

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

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

This div border color is #EB6F07.


Opacity

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

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

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

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

This text has shadow with #EB6F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6F07 on black background.


Color preview on white background

This text has color #EB6F07 on white background.



Black color preview on #EB6F07 background

This text has black color on #EB6F07 background.


White color preview on #EB6F07 background

This text has white color on #EB6F07 background.