COLOR #EC7F28

HEX: #EC7F28
RGB: (236,127,40)

Renk bilgisi

#EC7F28 contains mainly red color. #EC7F28 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#EC7F28 color RGB value is (236,127,40).

  • kırmız ton 236;
  • yeşil ton 127;
  • mavi ton 40.
RGB:
(236,127,40)
(93%,50%,16%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 127 of 255 = 50%
B 40 of 255 = 16%

236
127
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 127 + 40 = 403 (100%)
R 236 of 403 ~ 58.56%
G 127 of 403 ~ 31.51%
B 40 of 403 ~ 9.93%

%58.56
%31.51
%9.93

CMYK RENK MODELİ

#EC7F28 rengi CMYK tonu (0,46,83,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.19%
  • sarı tonu 83.05%
  • ana renk tonu 7.45%
CMYK:
(0,46,83,7)
C0M46Y83K7 
(0%,46%,83%,7%)
(0.00/0.46/0.83/0.07)	

CMYK yüzdeleri

%0
%46.19
%83.05
%7.45

Codes

Color #EC7F28 in popluar color models

EC7F28
RGB23612740
HSL27°83.76%54.12%
HSB/HSV27°83.05%92.55%
CMYK0.00%46.19%83.05%
7.45%

Color #EC7F28 in popluar number systems.

HEXEC7F28
Decimal23612740
Binary111011001111111101000
Octal35417750

Shades and tints

Shades of #EC7F28

#EC7F28
(236,127,40)
#D77425
(215,116,37)
#C26922
(194,105,34)
#AD5E1F
(173,94,31)
#98531C
(152,83,28)
#834819
(131,72,25)
#6E3D16
(110,61,22)
#593213
(89,50,19)
#442710
(68,39,16)
#2F1C0D
(47,28,13)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #EC7F28

#EC7F28
(236,127,40)
#ED8A3B
(237,138,59)
#EE954E
(238,149,78)
#EFA061
(239,160,97)
#F0AB74
(240,171,116)
#F1B687
(241,182,135)
#F2C19A
(242,193,154)
#F3CCAD
(243,204,173)
#F4D7C0
(244,215,192)
#F5E2D3
(245,226,211)
#F6EDE6
(246,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7F28 color. Also use rgb(236,127,40) instead hex code.

Text Font Color

.myTextColor { color: #EC7F28; }

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

This text font color is #EC7F28.


Background Color

.myBgColor { background-color: #EC7F28; }

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

This div background color is #EC7F28.


Border color

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

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

This div border color is #EC7F28.


Opacity

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

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

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

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

This text has shadow with #EC7F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7F28 on black background.


Color preview on white background

This text has color #EC7F28 on white background.



Black color preview on #EC7F28 background

This text has black color on #EC7F28 background.


White color preview on #EC7F28 background

This text has white color on #EC7F28 background.