COLOR #E57919

HEX: #E57919
RGB: (229,121,25)

Renk bilgisi

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

RGB renk modeli

#E57919 color RGB value is (229,121,25).

  • kırmız ton 229;
  • yeşil ton 121;
  • mavi ton 25.
RGB:
(229,121,25)
(90%,47%,10%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 121 of 255 = 47%
B 25 of 255 = 10%

229
121
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 121 + 25 = 375 (100%)
R 229 of 375 ~ 61.07%
G 121 of 375 ~ 32.27%
B 25 of 375 ~ 6.67%

%61.07
%32.27

CMYK RENK MODELİ

#E57919 rengi CMYK tonu (0,47,89,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.16%
  • sarı tonu 89.08%
  • ana renk tonu 10.20%
CMYK:
(0,47,89,10)
C0M47Y89K10 
(0%,47%,89%,10%)
(0.00/0.47/0.89/0.10)	

CMYK yüzdeleri

%0
%47.16
%89.08
%10.2

Codes

Color #E57919 in popluar color models

E57919
RGB22912125
HSL28°80.31%49.80%
HSB/HSV28°89.08%89.80%
CMYK0.00%47.16%89.08%
10.20%

Color #E57919 in popluar number systems.

HEXE57919
Decimal22912125
Binary11100101111100111001
Octal34517131

Shades and tints

Shades of #E57919

#E57919
(229,121,25)
#D16E17
(209,110,23)
#BD6315
(189,99,21)
#A95813
(169,88,19)
#954D11
(149,77,17)
#81420F
(129,66,15)
#6D370D
(109,55,13)
#592C0B
(89,44,11)
#452109
(69,33,9)
#311607
(49,22,7)
#1D0B05
(29,11,5)
#000000
(0,0,0)

Tints of #E57919

#E57919
(229,121,25)
#E7852D
(231,133,45)
#E99141
(233,145,65)
#EB9D55
(235,157,85)
#EDA969
(237,169,105)
#EFB57D
(239,181,125)
#F1C191
(241,193,145)
#F3CDA5
(243,205,165)
#F5D9B9
(245,217,185)
#F7E5CD
(247,229,205)
#F9F1E1
(249,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57919 color. Also use rgb(229,121,25) instead hex code.

Text Font Color

.myTextColor { color: #E57919; }

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

This text font color is #E57919.


Background Color

.myBgColor { background-color: #E57919; }

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

This div background color is #E57919.


Border color

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

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

This div border color is #E57919.


Opacity

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

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

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

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

This text has shadow with #E57919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57919 on black background.


Color preview on white background

This text has color #E57919 on white background.



Black color preview on #E57919 background

This text has black color on #E57919 background.


White color preview on #E57919 background

This text has white color on #E57919 background.