COLOR #E96717

HEX: #E96717
RGB: (233,103,23)

Renk bilgisi

#E96717 contains mainly red color. #E96717 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#E96717 color RGB value is (233,103,23).

  • kırmız ton 233;
  • yeşil ton 103;
  • mavi ton 23.
RGB:
(233,103,23)
(91%,40%,9%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 103 of 255 = 40%
B 23 of 255 = 9%

233
103
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 103 + 23 = 359 (100%)
R 233 of 359 ~ 64.9%
G 103 of 359 ~ 28.69%
B 23 of 359 ~ 6.41%

%64.9
%28.69

CMYK RENK MODELİ

#E96717 rengi CMYK tonu (0,56,90,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.79%
  • sarı tonu 90.13%
  • ana renk tonu 8.63%
CMYK:
(0,56,90,9)
C0M56Y90K9 
(0%,56%,90%,9%)
(0.00/0.56/0.90/0.09)	

CMYK yüzdeleri

%0
%55.79
%90.13
%8.63

Codes

Color #E96717 in popluar color models

E96717
RGB23310323
HSL23°82.68%50.20%
HSB/HSV23°90.13%91.37%
CMYK0.00%55.79%90.13%
8.63%

Color #E96717 in popluar number systems.

HEXE96717
Decimal23310323
Binary11101001110011110111
Octal35114727

Shades and tints

Shades of #E96717

#E96717
(233,103,23)
#D45E15
(212,94,21)
#BF5513
(191,85,19)
#AA4C11
(170,76,17)
#95430F
(149,67,15)
#803A0D
(128,58,13)
#6B310B
(107,49,11)
#562809
(86,40,9)
#411F07
(65,31,7)
#2C1605
(44,22,5)
#170D03
(23,13,3)
#000000
(0,0,0)

Tints of #E96717

#E96717
(233,103,23)
#EB742C
(235,116,44)
#ED8141
(237,129,65)
#EF8E56
(239,142,86)
#F19B6B
(241,155,107)
#F3A880
(243,168,128)
#F5B595
(245,181,149)
#F7C2AA
(247,194,170)
#F9CFBF
(249,207,191)
#FBDCD4
(251,220,212)
#FDE9E9
(253,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E96717 color. Also use rgb(233,103,23) instead hex code.

Text Font Color

.myTextColor { color: #E96717; }

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

This text font color is #E96717.


Background Color

.myBgColor { background-color: #E96717; }

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

This div background color is #E96717.


Border color

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

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

This div border color is #E96717.


Opacity

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

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

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

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

This text has shadow with #E96717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E96717 on black background.


Color preview on white background

This text has color #E96717 on white background.



Black color preview on #E96717 background

This text has black color on #E96717 background.


White color preview on #E96717 background

This text has white color on #E96717 background.