COLOR #EC700F

HEX: #EC700F
RGB: (236,112,15)

Renk bilgisi

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

RGB renk modeli

#EC700F color RGB value is (236,112,15).

  • kırmız ton 236;
  • yeşil ton 112;
  • mavi ton 15.
RGB:
(236,112,15)
(93%,44%,6%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 112 of 255 = 44%
B 15 of 255 = 6%

236
112
15

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 112 + 15 = 363 (100%)
R 236 of 363 ~ 65.01%
G 112 of 363 ~ 30.85%
B 15 of 363 ~ 4.13%

%65.01
%30.85

CMYK RENK MODELİ

#EC700F rengi CMYK tonu (0,53,94,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.54%
  • sarı tonu 93.64%
  • ana renk tonu 7.45%
CMYK:
(0,53,94,7)
C0M53Y94K7 
(0%,53%,94%,7%)
(0.00/0.53/0.94/0.07)	

CMYK yüzdeleri

%0
%52.54
%93.64
%7.45

Codes

Color #EC700F in popluar color models

EC700F
RGB23611215
HSL26°88.05%49.22%
HSB/HSV26°93.64%92.55%
CMYK0.00%52.54%93.64%
7.45%

Color #EC700F in popluar number systems.

HEXEC700F
Decimal23611215
Binary1110110011100001111
Octal35416017

Shades and tints

Shades of #EC700F

#EC700F
(236,112,15)
#D7660E
(215,102,14)
#C25C0D
(194,92,13)
#AD520C
(173,82,12)
#98480B
(152,72,11)
#833E0A
(131,62,10)
#6E3409
(110,52,9)
#592A08
(89,42,8)
#442007
(68,32,7)
#2F1606
(47,22,6)
#1A0C05
(26,12,5)
#000000
(0,0,0)

Tints of #EC700F

#EC700F
(236,112,15)
#ED7D24
(237,125,36)
#EE8A39
(238,138,57)
#EF974E
(239,151,78)
#F0A463
(240,164,99)
#F1B178
(241,177,120)
#F2BE8D
(242,190,141)
#F3CBA2
(243,203,162)
#F4D8B7
(244,216,183)
#F5E5CC
(245,229,204)
#F6F2E1
(246,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC700F color. Also use rgb(236,112,15) instead hex code.

Text Font Color

.myTextColor { color: #EC700F; }

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

This text font color is #EC700F.


Background Color

.myBgColor { background-color: #EC700F; }

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

This div background color is #EC700F.


Border color

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

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

This div border color is #EC700F.


Opacity

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

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

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

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

This text has shadow with #EC700F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC700F on black background.


Color preview on white background

This text has color #EC700F on white background.



Black color preview on #EC700F background

This text has black color on #EC700F background.


White color preview on #EC700F background

This text has white color on #EC700F background.