COLOR #E85514

HEX: #E85514
RGB: (232,85,20)

Renk bilgisi

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

RGB renk modeli

#E85514 color RGB value is (232,85,20).

  • kırmız ton 232;
  • yeşil ton 85;
  • mavi ton 20.
RGB:
(232,85,20)
(91%,33%,8%)

RGB bağlantıları ve doygunluk

R 232 of 255 = 91%
G 85 of 255 = 33%
B 20 of 255 = 8%

232
85
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
232 + 85 + 20 = 337 (100%)
R 232 of 337 ~ 68.84%
G 85 of 337 ~ 25.22%
B 20 of 337 ~ 5.93%

%68.84
%25.22

CMYK RENK MODELİ

#E85514 rengi CMYK tonu (0,63,91,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 63.36%
  • sarı tonu 91.38%
  • ana renk tonu 9.02%
CMYK:
(0,63,91,9)
C0M63Y91K9 
(0%,63%,91%,9%)
(0.00/0.63/0.91/0.09)	

CMYK yüzdeleri

%0
%63.36
%91.38
%9.02

Codes

Color #E85514 in popluar color models

E85514
RGB2328520
HSL18°84.13%49.41%
HSB/HSV18°91.38%90.98%
CMYK0.00%63.36%91.38%
9.02%

Color #E85514 in popluar number systems.

HEXE85514
Decimal2328520
Binary11101000101010110100
Octal35012524

Shades and tints

Shades of #E85514

#E85514
(232,85,20)
#D34E13
(211,78,19)
#BE4712
(190,71,18)
#A94011
(169,64,17)
#943910
(148,57,16)
#7F320F
(127,50,15)
#6A2B0E
(106,43,14)
#55240D
(85,36,13)
#401D0C
(64,29,12)
#2B160B
(43,22,11)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #E85514

#E85514
(232,85,20)
#EA6429
(234,100,41)
#EC733E
(236,115,62)
#EE8253
(238,130,83)
#F09168
(240,145,104)
#F2A07D
(242,160,125)
#F4AF92
(244,175,146)
#F6BEA7
(246,190,167)
#F8CDBC
(248,205,188)
#FADCD1
(250,220,209)
#FCEBE6
(252,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E85514 color. Also use rgb(232,85,20) instead hex code.

Text Font Color

.myTextColor { color: #E85514; }

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

This text font color is #E85514.


Background Color

.myBgColor { background-color: #E85514; }

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

This div background color is #E85514.


Border color

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

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

This div border color is #E85514.


Opacity

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

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

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

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

This text has shadow with #E85514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E85514 on black background.


Color preview on white background

This text has color #E85514 on white background.



Black color preview on #E85514 background

This text has black color on #E85514 background.


White color preview on #E85514 background

This text has white color on #E85514 background.