COLOR #E57314

HEX: #E57314
RGB: (229,115,20)

Renk bilgisi

#E57314 contains mainly red color. #E57314 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#E57314 color RGB value is (229,115,20).

  • kırmız ton 229;
  • yeşil ton 115;
  • mavi ton 20.
RGB:
(229,115,20)
(90%,45%,8%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 115 of 255 = 45%
B 20 of 255 = 8%

229
115
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 115 + 20 = 364 (100%)
R 229 of 364 ~ 62.91%
G 115 of 364 ~ 31.59%
B 20 of 364 ~ 5.49%

%62.91
%31.59

CMYK RENK MODELİ

#E57314 rengi CMYK tonu (0,50,91,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.78%
  • sarı tonu 91.27%
  • ana renk tonu 10.20%
CMYK:
(0,50,91,10)
C0M50Y91K10 
(0%,50%,91%,10%)
(0.00/0.50/0.91/0.10)	

CMYK yüzdeleri

%0
%49.78
%91.27
%10.2

Codes

Color #E57314 in popluar color models

E57314
RGB22911520
HSL27°83.94%48.82%
HSB/HSV27°91.27%89.80%
CMYK0.00%49.78%91.27%
10.20%

Color #E57314 in popluar number systems.

HEXE57314
Decimal22911520
Binary11100101111001110100
Octal34516324

Shades and tints

Shades of #E57314

#E57314
(229,115,20)
#D16913
(209,105,19)
#BD5F12
(189,95,18)
#A95511
(169,85,17)
#954B10
(149,75,16)
#81410F
(129,65,15)
#6D370E
(109,55,14)
#592D0D
(89,45,13)
#45230C
(69,35,12)
#31190B
(49,25,11)
#1D0F0A
(29,15,10)
#000000
(0,0,0)

Tints of #E57314

#E57314
(229,115,20)
#E77F29
(231,127,41)
#E98B3E
(233,139,62)
#EB9753
(235,151,83)
#EDA368
(237,163,104)
#EFAF7D
(239,175,125)
#F1BB92
(241,187,146)
#F3C7A7
(243,199,167)
#F5D3BC
(245,211,188)
#F7DFD1
(247,223,209)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57314 color. Also use rgb(229,115,20) instead hex code.

Text Font Color

.myTextColor { color: #E57314; }

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

This text font color is #E57314.


Background Color

.myBgColor { background-color: #E57314; }

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

This div background color is #E57314.


Border color

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

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

This div border color is #E57314.


Opacity

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

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

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

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

This text has shadow with #E57314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57314 on black background.


Color preview on white background

This text has color #E57314 on white background.



Black color preview on #E57314 background

This text has black color on #E57314 background.


White color preview on #E57314 background

This text has white color on #E57314 background.