COLOR #E17225

HEX: #E17225
RGB: (225,114,37)

Renk bilgisi

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

RGB renk modeli

#E17225 color RGB value is (225,114,37).

  • kırmız ton 225;
  • yeşil ton 114;
  • mavi ton 37.
RGB:
(225,114,37)
(88%,45%,15%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 114 of 255 = 45%
B 37 of 255 = 15%

225
114
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 114 + 37 = 376 (100%)
R 225 of 376 ~ 59.84%
G 114 of 376 ~ 30.32%
B 37 of 376 ~ 9.84%

%59.84
%30.32
%9.84

CMYK RENK MODELİ

#E17225 rengi CMYK tonu (0,49,84,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.33%
  • sarı tonu 83.56%
  • ana renk tonu 11.76%
CMYK:
(0,49,84,12)
C0M49Y84K12 
(0%,49%,84%,12%)
(0.00/0.49/0.84/0.12)	

CMYK yüzdeleri

%0
%49.33
%83.56
%11.76

Codes

Color #E17225 in popluar color models

E17225
RGB22511437
HSL25°75.81%51.37%
HSB/HSV25°83.56%88.24%
CMYK0.00%49.33%83.56%
11.76%

Color #E17225 in popluar number systems.

HEXE17225
Decimal22511437
Binary111000011110010100101
Octal34116245

Shades and tints

Shades of #E17225

#E17225
(225,114,37)
#CD6822
(205,104,34)
#B95E1F
(185,94,31)
#A5541C
(165,84,28)
#914A19
(145,74,25)
#7D4016
(125,64,22)
#693613
(105,54,19)
#552C10
(85,44,16)
#41220D
(65,34,13)
#2D180A
(45,24,10)
#190E07
(25,14,7)
#000000
(0,0,0)

Tints of #E17225

#E17225
(225,114,37)
#E37E38
(227,126,56)
#E58A4B
(229,138,75)
#E7965E
(231,150,94)
#E9A271
(233,162,113)
#EBAE84
(235,174,132)
#EDBA97
(237,186,151)
#EFC6AA
(239,198,170)
#F1D2BD
(241,210,189)
#F3DED0
(243,222,208)
#F5EAE3
(245,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17225 color. Also use rgb(225,114,37) instead hex code.

Text Font Color

.myTextColor { color: #E17225; }

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

This text font color is #E17225.


Background Color

.myBgColor { background-color: #E17225; }

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

This div background color is #E17225.


Border color

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

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

This div border color is #E17225.


Opacity

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

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

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

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

This text has shadow with #E17225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17225 on black background.


Color preview on white background

This text has color #E17225 on white background.



Black color preview on #E17225 background

This text has black color on #E17225 background.


White color preview on #E17225 background

This text has white color on #E17225 background.