COLOR #E2713A

HEX: #E2713A
RGB: (226,113,58)

Renk bilgisi

#E2713A contains mainly red color. #E2713A ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#E2713A color RGB value is (226,113,58).

  • kırmız ton 226;
  • yeşil ton 113;
  • mavi ton 58.
RGB:
(226,113,58)
(89%,44%,23%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 113 of 255 = 44%
B 58 of 255 = 23%

226
113
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 113 + 58 = 397 (100%)
R 226 of 397 ~ 56.93%
G 113 of 397 ~ 28.46%
B 58 of 397 ~ 14.61%

%56.93
%28.46
%14.61

CMYK RENK MODELİ

#E2713A rengi CMYK tonu (0,50,74,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 74.34%
  • ana renk tonu 11.37%
CMYK:
(0,50,74,11)
C0M50Y74K11 
(0%,50%,74%,11%)
(0.00/0.50/0.74/0.11)	

CMYK yüzdeleri

%0
%50
%74.34
%11.37

Codes

Color #E2713A in popluar color models

E2713A
RGB22611358
HSL20°74.34%55.69%
HSB/HSV20°74.34%88.63%
CMYK0.00%50.00%74.34%
11.37%

Color #E2713A in popluar number systems.

HEXE2713A
Decimal22611358
Binary111000101110001111010
Octal34216172

Shades and tints

Shades of #E2713A

#E2713A
(226,113,58)
#CE6735
(206,103,53)
#BA5D30
(186,93,48)
#A6532B
(166,83,43)
#924926
(146,73,38)
#7E3F21
(126,63,33)
#6A351C
(106,53,28)
#562B17
(86,43,23)
#422112
(66,33,18)
#2E170D
(46,23,13)
#1A0D08
(26,13,8)
#000000
(0,0,0)

Tints of #E2713A

#E2713A
(226,113,58)
#E47D4B
(228,125,75)
#E6895C
(230,137,92)
#E8956D
(232,149,109)
#EAA17E
(234,161,126)
#ECAD8F
(236,173,143)
#EEB9A0
(238,185,160)
#F0C5B1
(240,197,177)
#F2D1C2
(242,209,194)
#F4DDD3
(244,221,211)
#F6E9E4
(246,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2713A color. Also use rgb(226,113,58) instead hex code.

Text Font Color

.myTextColor { color: #E2713A; }

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

This text font color is #E2713A.


Background Color

.myBgColor { background-color: #E2713A; }

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

This div background color is #E2713A.


Border color

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

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

This div border color is #E2713A.


Opacity

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

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

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

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

This text has shadow with #E2713A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2713A on black background.


Color preview on white background

This text has color #E2713A on white background.



Black color preview on #E2713A background

This text has black color on #E2713A background.


White color preview on #E2713A background

This text has white color on #E2713A background.