COLOR #ED5B21

HEX: #ED5B21
RGB: (237,91,33)

Renk bilgisi

#ED5B21 contains mainly red color. #ED5B21 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#ED5B21 color RGB value is (237,91,33).

  • kırmız ton 237;
  • yeşil ton 91;
  • mavi ton 33.
RGB:
(237,91,33)
(93%,36%,13%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 91 of 255 = 36%
B 33 of 255 = 13%

237
91
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 91 + 33 = 361 (100%)
R 237 of 361 ~ 65.65%
G 91 of 361 ~ 25.21%
B 33 of 361 ~ 9.14%

%65.65
%25.21

CMYK RENK MODELİ

#ED5B21 rengi CMYK tonu (0,62,86,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.60%
  • sarı tonu 86.08%
  • ana renk tonu 7.06%
CMYK:
(0,62,86,7)
C0M62Y86K7 
(0%,62%,86%,7%)
(0.00/0.62/0.86/0.07)	

CMYK yüzdeleri

%0
%61.6
%86.08
%7.06

Codes

Color #ED5B21 in popluar color models

ED5B21
RGB2379133
HSL17°85.00%52.94%
HSB/HSV17°86.08%92.94%
CMYK0.00%61.60%86.08%
7.06%

Color #ED5B21 in popluar number systems.

HEXED5B21
Decimal2379133
Binary111011011011011100001
Octal35513341

Shades and tints

Shades of #ED5B21

#ED5B21
(237,91,33)
#D8531E
(216,83,30)
#C34B1B
(195,75,27)
#AE4318
(174,67,24)
#993B15
(153,59,21)
#843312
(132,51,18)
#6F2B0F
(111,43,15)
#5A230C
(90,35,12)
#451B09
(69,27,9)
#301306
(48,19,6)
#1B0B03
(27,11,3)
#000000
(0,0,0)

Tints of #ED5B21

#ED5B21
(237,91,33)
#EE6935
(238,105,53)
#EF7749
(239,119,73)
#F0855D
(240,133,93)
#F19371
(241,147,113)
#F2A185
(242,161,133)
#F3AF99
(243,175,153)
#F4BDAD
(244,189,173)
#F5CBC1
(245,203,193)
#F6D9D5
(246,217,213)
#F7E7E9
(247,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED5B21 color. Also use rgb(237,91,33) instead hex code.

Text Font Color

.myTextColor { color: #ED5B21; }

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

This text font color is #ED5B21.


Background Color

.myBgColor { background-color: #ED5B21; }

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

This div background color is #ED5B21.


Border color

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

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

This div border color is #ED5B21.


Opacity

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

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

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

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

This text has shadow with #ED5B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED5B21 on black background.


Color preview on white background

This text has color #ED5B21 on white background.



Black color preview on #ED5B21 background

This text has black color on #ED5B21 background.


White color preview on #ED5B21 background

This text has white color on #ED5B21 background.