COLOR #E56001

HEX: #E56001
RGB: (229,96,1)

Renk bilgisi

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

RGB renk modeli

#E56001 color RGB value is (229,96,1).

  • kırmız ton 229;
  • yeşil ton 96;
  • mavi ton 1.
RGB:
(229,96,1)
(90%,38%,0%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 96 of 255 = 38%
B 1 of 255 = 0%

229
96
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 96 + 1 = 326 (100%)
R 229 of 326 ~ 70.25%
G 96 of 326 ~ 29.45%
B 1 of 326 ~ 0.31%

%70.25
%29.45

CMYK RENK MODELİ

#E56001 rengi CMYK tonu (0,58,100,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.08%
  • sarı tonu 99.56%
  • ana renk tonu 10.20%
CMYK:
(0,58,100,10)
C0M58Y100K10 
(0%,58%,100%,10%)
(0.00/0.58/1.00/0.10)	

CMYK yüzdeleri

%0
%58.08
%99.56
%10.2

Codes

Color #E56001 in popluar color models

E56001
RGB229961
HSL25°99.13%45.10%
HSB/HSV25°99.56%89.80%
CMYK0.00%58.08%99.56%
10.20%

Color #E56001 in popluar number systems.

HEXE56001
Decimal229961
Binary1110010111000001
Octal3451401

Shades and tints

Shades of #E56001

#E56001
(229,96,1)
#D15801
(209,88,1)
#BD5001
(189,80,1)
#A94801
(169,72,1)
#954001
(149,64,1)
#813801
(129,56,1)
#6D3001
(109,48,1)
#592801
(89,40,1)
#452001
(69,32,1)
#311801
(49,24,1)
#1D1001
(29,16,1)
#000000
(0,0,0)

Tints of #E56001

#E56001
(229,96,1)
#E76E18
(231,110,24)
#E97C2F
(233,124,47)
#EB8A46
(235,138,70)
#ED985D
(237,152,93)
#EFA674
(239,166,116)
#F1B48B
(241,180,139)
#F3C2A2
(243,194,162)
#F5D0B9
(245,208,185)
#F7DED0
(247,222,208)
#F9ECE7
(249,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E56001 color. Also use rgb(229,96,1) instead hex code.

Text Font Color

.myTextColor { color: #E56001; }

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

This text font color is #E56001.


Background Color

.myBgColor { background-color: #E56001; }

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

This div background color is #E56001.


Border color

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

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

This div border color is #E56001.


Opacity

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

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

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

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

This text has shadow with #E56001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E56001 on black background.


Color preview on white background

This text has color #E56001 on white background.



Black color preview on #E56001 background

This text has black color on #E56001 background.


White color preview on #E56001 background

This text has white color on #E56001 background.