COLOR #EE5321

HEX: #EE5321
RGB: (238,83,33)

Renk bilgisi

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

RGB renk modeli

#EE5321 color RGB value is (238,83,33).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 83 of 255 = 33%
B 33 of 255 = 13%

238
83
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 83 + 33 = 354 (100%)
R 238 of 354 ~ 67.23%
G 83 of 354 ~ 23.45%
B 33 of 354 ~ 9.32%

%67.23
%23.45

CMYK RENK MODELİ

#EE5321 rengi CMYK tonu (0,65,86,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.13%
  • sarı tonu 86.13%
  • ana renk tonu 6.67%
CMYK:
(0,65,86,7)
C0M65Y86K7 
(0%,65%,86%,7%)
(0.00/0.65/0.86/0.07)	

CMYK yüzdeleri

%0
%65.13
%86.13
%6.67

Codes

Color #EE5321 in popluar color models

EE5321
RGB2388333
HSL15°85.77%53.14%
HSB/HSV15°86.13%93.33%
CMYK0.00%65.13%86.13%
6.67%

Color #EE5321 in popluar number systems.

HEXEE5321
Decimal2388333
Binary111011101010011100001
Octal35612341

Shades and tints

Shades of #EE5321

#EE5321
(238,83,33)
#D94C1E
(217,76,30)
#C4451B
(196,69,27)
#AF3E18
(175,62,24)
#9A3715
(154,55,21)
#853012
(133,48,18)
#70290F
(112,41,15)
#5B220C
(91,34,12)
#461B09
(70,27,9)
#311406
(49,20,6)
#1C0D03
(28,13,3)
#000000
(0,0,0)

Tints of #EE5321

#EE5321
(238,83,33)
#EF6235
(239,98,53)
#F07149
(240,113,73)
#F1805D
(241,128,93)
#F28F71
(242,143,113)
#F39E85
(243,158,133)
#F4AD99
(244,173,153)
#F5BCAD
(245,188,173)
#F6CBC1
(246,203,193)
#F7DAD5
(247,218,213)
#F8E9E9
(248,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5321 color. Also use rgb(238,83,33) instead hex code.

Text Font Color

.myTextColor { color: #EE5321; }

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

This text font color is #EE5321.


Background Color

.myBgColor { background-color: #EE5321; }

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

This div background color is #EE5321.


Border color

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

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

This div border color is #EE5321.


Opacity

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

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

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

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

This text has shadow with #EE5321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5321 on black background.


Color preview on white background

This text has color #EE5321 on white background.



Black color preview on #EE5321 background

This text has black color on #EE5321 background.


White color preview on #EE5321 background

This text has white color on #EE5321 background.