COLOR #E67915

HEX: #E67915
RGB: (230,121,21)

Renk bilgisi

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

RGB renk modeli

#E67915 color RGB value is (230,121,21).

  • kırmız ton 230;
  • yeşil ton 121;
  • mavi ton 21.
RGB:
(230,121,21)
(90%,47%,8%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 121 of 255 = 47%
B 21 of 255 = 8%

230
121
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 121 + 21 = 372 (100%)
R 230 of 372 ~ 61.83%
G 121 of 372 ~ 32.53%
B 21 of 372 ~ 5.65%

%61.83
%32.53

CMYK RENK MODELİ

#E67915 rengi CMYK tonu (0,47,91,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.39%
  • sarı tonu 90.87%
  • ana renk tonu 9.80%
CMYK:
(0,47,91,10)
C0M47Y91K10 
(0%,47%,91%,10%)
(0.00/0.47/0.91/0.10)	

CMYK yüzdeleri

%0
%47.39
%90.87
%9.8

Codes

Color #E67915 in popluar color models

E67915
RGB23012121
HSL29°83.27%49.22%
HSB/HSV29°90.87%90.20%
CMYK0.00%47.39%90.87%
9.80%

Color #E67915 in popluar number systems.

HEXE67915
Decimal23012121
Binary11100110111100110101
Octal34617125

Shades and tints

Shades of #E67915

#E67915
(230,121,21)
#D26E14
(210,110,20)
#BE6313
(190,99,19)
#AA5812
(170,88,18)
#964D11
(150,77,17)
#824210
(130,66,16)
#6E370F
(110,55,15)
#5A2C0E
(90,44,14)
#46210D
(70,33,13)
#32160C
(50,22,12)
#1E0B0B
(30,11,11)
#000000
(0,0,0)

Tints of #E67915

#E67915
(230,121,21)
#E8852A
(232,133,42)
#EA913F
(234,145,63)
#EC9D54
(236,157,84)
#EEA969
(238,169,105)
#F0B57E
(240,181,126)
#F2C193
(242,193,147)
#F4CDA8
(244,205,168)
#F6D9BD
(246,217,189)
#F8E5D2
(248,229,210)
#FAF1E7
(250,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67915 color. Also use rgb(230,121,21) instead hex code.

Text Font Color

.myTextColor { color: #E67915; }

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

This text font color is #E67915.


Background Color

.myBgColor { background-color: #E67915; }

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

This div background color is #E67915.


Border color

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

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

This div border color is #E67915.


Opacity

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

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

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

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

This text has shadow with #E67915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67915 on black background.


Color preview on white background

This text has color #E67915 on white background.



Black color preview on #E67915 background

This text has black color on #E67915 background.


White color preview on #E67915 background

This text has white color on #E67915 background.