COLOR #E46320

HEX: #E46320
RGB: (228,99,32)

Renk bilgisi

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

RGB renk modeli

#E46320 color RGB value is (228,99,32).

  • kırmız ton 228;
  • yeşil ton 99;
  • mavi ton 32.
RGB:
(228,99,32)
(89%,39%,13%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 99 of 255 = 39%
B 32 of 255 = 13%

228
99
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 99 + 32 = 359 (100%)
R 228 of 359 ~ 63.51%
G 99 of 359 ~ 27.58%
B 32 of 359 ~ 8.91%

%63.51
%27.58

CMYK RENK MODELİ

#E46320 rengi CMYK tonu (0,57,86,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.58%
  • sarı tonu 85.96%
  • ana renk tonu 10.59%
CMYK:
(0,57,86,11)
C0M57Y86K11 
(0%,57%,86%,11%)
(0.00/0.57/0.86/0.11)	

CMYK yüzdeleri

%0
%56.58
%85.96
%10.59

Codes

Color #E46320 in popluar color models

E46320
RGB2289932
HSL21°78.40%50.98%
HSB/HSV21°85.96%89.41%
CMYK0.00%56.58%85.96%
10.59%

Color #E46320 in popluar number systems.

HEXE46320
Decimal2289932
Binary111001001100011100000
Octal34414340

Shades and tints

Shades of #E46320

#E46320
(228,99,32)
#D05A1E
(208,90,30)
#BC511C
(188,81,28)
#A8481A
(168,72,26)
#943F18
(148,63,24)
#803616
(128,54,22)
#6C2D14
(108,45,20)
#582412
(88,36,18)
#441B10
(68,27,16)
#30120E
(48,18,14)
#1C090C
(28,9,12)
#000000
(0,0,0)

Tints of #E46320

#E46320
(228,99,32)
#E67134
(230,113,52)
#E87F48
(232,127,72)
#EA8D5C
(234,141,92)
#EC9B70
(236,155,112)
#EEA984
(238,169,132)
#F0B798
(240,183,152)
#F2C5AC
(242,197,172)
#F4D3C0
(244,211,192)
#F6E1D4
(246,225,212)
#F8EFE8
(248,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46320 color. Also use rgb(228,99,32) instead hex code.

Text Font Color

.myTextColor { color: #E46320; }

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

This text font color is #E46320.


Background Color

.myBgColor { background-color: #E46320; }

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

This div background color is #E46320.


Border color

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

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

This div border color is #E46320.


Opacity

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

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

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

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

This text has shadow with #E46320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46320 on black background.


Color preview on white background

This text has color #E46320 on white background.



Black color preview on #E46320 background

This text has black color on #E46320 background.


White color preview on #E46320 background

This text has white color on #E46320 background.