COLOR #EE5F50

HEX: #EE5F50
RGB: (238,95,80)

Renk bilgisi

#EE5F50 contains mainly red color. #EE5F50 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EE5F50 color RGB value is (238,95,80).

  • kırmız ton 238;
  • yeşil ton 95;
  • mavi ton 80.
RGB:
(238,95,80)
(93%,37%,31%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 95 of 255 = 37%
B 80 of 255 = 31%

238
95
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 95 + 80 = 413 (100%)
R 238 of 413 ~ 57.63%
G 95 of 413 ~ 23%
B 80 of 413 ~ 19.37%

%57.63
%23
%19.37

CMYK RENK MODELİ

#EE5F50 rengi CMYK tonu (0,60,66,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.08%
  • sarı tonu 66.39%
  • ana renk tonu 6.67%
CMYK:
(0,60,66,7)
C0M60Y66K7 
(0%,60%,66%,7%)
(0.00/0.60/0.66/0.07)	

CMYK yüzdeleri

%0
%60.08
%66.39
%6.67

Codes

Color #EE5F50 in popluar color models

EE5F50
RGB2389580
HSL82.29%62.35%
HSB/HSV66.39%93.33%
CMYK0.00%60.08%66.39%
6.67%

Color #EE5F50 in popluar number systems.

HEXEE5F50
Decimal2389580
Binary1110111010111111010000
Octal356137120

Shades and tints

Shades of #EE5F50

#EE5F50
(238,95,80)
#D95749
(217,87,73)
#C44F42
(196,79,66)
#AF473B
(175,71,59)
#9A3F34
(154,63,52)
#85372D
(133,55,45)
#702F26
(112,47,38)
#5B271F
(91,39,31)
#461F18
(70,31,24)
#311711
(49,23,17)
#1C0F0A
(28,15,10)
#000000
(0,0,0)

Tints of #EE5F50

#EE5F50
(238,95,80)
#EF6D5F
(239,109,95)
#F07B6E
(240,123,110)
#F1897D
(241,137,125)
#F2978C
(242,151,140)
#F3A59B
(243,165,155)
#F4B3AA
(244,179,170)
#F5C1B9
(245,193,185)
#F6CFC8
(246,207,200)
#F7DDD7
(247,221,215)
#F8EBE6
(248,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5F50 color. Also use rgb(238,95,80) instead hex code.

Text Font Color

.myTextColor { color: #EE5F50; }

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

This text font color is #EE5F50.


Background Color

.myBgColor { background-color: #EE5F50; }

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

This div background color is #EE5F50.


Border color

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

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

This div border color is #EE5F50.


Opacity

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

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

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

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

This text has shadow with #EE5F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5F50 on black background.


Color preview on white background

This text has color #EE5F50 on white background.



Black color preview on #EE5F50 background

This text has black color on #EE5F50 background.


White color preview on #EE5F50 background

This text has white color on #EE5F50 background.