COLOR #E17009

HEX: #E17009
RGB: (225,112,9)

Renk bilgisi

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

RGB renk modeli

#E17009 color RGB value is (225,112,9).

  • kırmız ton 225;
  • yeşil ton 112;
  • mavi ton 9.
RGB:
(225,112,9)
(88%,44%,4%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 112 of 255 = 44%
B 9 of 255 = 4%

225
112
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 112 + 9 = 346 (100%)
R 225 of 346 ~ 65.03%
G 112 of 346 ~ 32.37%
B 9 of 346 ~ 2.6%

%65.03
%32.37

CMYK RENK MODELİ

#E17009 rengi CMYK tonu (0,50,96,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.22%
  • sarı tonu 96.00%
  • ana renk tonu 11.76%
CMYK:
(0,50,96,12)
C0M50Y96K12 
(0%,50%,96%,12%)
(0.00/0.50/0.96/0.12)	

CMYK yüzdeleri

%0
%50.22
%96
%11.76

Codes

Color #E17009 in popluar color models

E17009
RGB2251129
HSL29°92.31%45.88%
HSB/HSV29°96.00%88.24%
CMYK0.00%50.22%96.00%
11.76%

Color #E17009 in popluar number systems.

HEXE17009
Decimal2251129
Binary1110000111100001001
Octal34116011

Shades and tints

Shades of #E17009

#E17009
(225,112,9)
#CD6609
(205,102,9)
#B95C09
(185,92,9)
#A55209
(165,82,9)
#914809
(145,72,9)
#7D3E09
(125,62,9)
#693409
(105,52,9)
#552A09
(85,42,9)
#412009
(65,32,9)
#2D1609
(45,22,9)
#190C09
(25,12,9)
#000000
(0,0,0)

Tints of #E17009

#E17009
(225,112,9)
#E37D1F
(227,125,31)
#E58A35
(229,138,53)
#E7974B
(231,151,75)
#E9A461
(233,164,97)
#EBB177
(235,177,119)
#EDBE8D
(237,190,141)
#EFCBA3
(239,203,163)
#F1D8B9
(241,216,185)
#F3E5CF
(243,229,207)
#F5F2E5
(245,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17009 color. Also use rgb(225,112,9) instead hex code.

Text Font Color

.myTextColor { color: #E17009; }

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

This text font color is #E17009.


Background Color

.myBgColor { background-color: #E17009; }

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

This div background color is #E17009.


Border color

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

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

This div border color is #E17009.


Opacity

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

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

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

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

This text has shadow with #E17009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17009 on black background.


Color preview on white background

This text has color #E17009 on white background.



Black color preview on #E17009 background

This text has black color on #E17009 background.


White color preview on #E17009 background

This text has white color on #E17009 background.