COLOR #E6591D

HEX: #E6591D
RGB: (230,89,29)

Renk bilgisi

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

RGB renk modeli

#E6591D color RGB value is (230,89,29).

  • kırmız ton 230;
  • yeşil ton 89;
  • mavi ton 29.
RGB:
(230,89,29)
(90%,35%,11%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 89 of 255 = 35%
B 29 of 255 = 11%

230
89
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 89 + 29 = 348 (100%)
R 230 of 348 ~ 66.09%
G 89 of 348 ~ 25.57%
B 29 of 348 ~ 8.33%

%66.09
%25.57

CMYK RENK MODELİ

#E6591D rengi CMYK tonu (0,61,87,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.30%
  • sarı tonu 87.39%
  • ana renk tonu 9.80%
CMYK:
(0,61,87,10)
C0M61Y87K10 
(0%,61%,87%,10%)
(0.00/0.61/0.87/0.10)	

CMYK yüzdeleri

%0
%61.3
%87.39
%9.8

Codes

Color #E6591D in popluar color models

E6591D
RGB2308929
HSL18°80.08%50.78%
HSB/HSV18°87.39%90.20%
CMYK0.00%61.30%87.39%
9.80%

Color #E6591D in popluar number systems.

HEXE6591D
Decimal2308929
Binary11100110101100111101
Octal34613135

Shades and tints

Shades of #E6591D

#E6591D
(230,89,29)
#D2511B
(210,81,27)
#BE4919
(190,73,25)
#AA4117
(170,65,23)
#963915
(150,57,21)
#823113
(130,49,19)
#6E2911
(110,41,17)
#5A210F
(90,33,15)
#46190D
(70,25,13)
#32110B
(50,17,11)
#1E0909
(30,9,9)
#000000
(0,0,0)

Tints of #E6591D

#E6591D
(230,89,29)
#E86831
(232,104,49)
#EA7745
(234,119,69)
#EC8659
(236,134,89)
#EE956D
(238,149,109)
#F0A481
(240,164,129)
#F2B395
(242,179,149)
#F4C2A9
(244,194,169)
#F6D1BD
(246,209,189)
#F8E0D1
(248,224,209)
#FAEFE5
(250,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6591D color. Also use rgb(230,89,29) instead hex code.

Text Font Color

.myTextColor { color: #E6591D; }

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

This text font color is #E6591D.


Background Color

.myBgColor { background-color: #E6591D; }

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

This div background color is #E6591D.


Border color

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

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

This div border color is #E6591D.


Opacity

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

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

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

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

This text has shadow with #E6591D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6591D on black background.


Color preview on white background

This text has color #E6591D on white background.



Black color preview on #E6591D background

This text has black color on #E6591D background.


White color preview on #E6591D background

This text has white color on #E6591D background.