COLOR #EE7D4D

HEX: #EE7D4D
RGB: (238,125,77)

Renk bilgisi

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

RGB renk modeli

#EE7D4D color RGB value is (238,125,77).

  • kırmız ton 238;
  • yeşil ton 125;
  • mavi ton 77.
RGB:
(238,125,77)
(93%,49%,30%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 125 of 255 = 49%
B 77 of 255 = 30%

238
125
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 125 + 77 = 440 (100%)
R 238 of 440 ~ 54.09%
G 125 of 440 ~ 28.41%
B 77 of 440 ~ 17.5%

%54.09
%28.41
%17.5

CMYK RENK MODELİ

#EE7D4D rengi CMYK tonu (0,47,68,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.48%
  • sarı tonu 67.65%
  • ana renk tonu 6.67%
CMYK:
(0,47,68,7)
C0M47Y68K7 
(0%,47%,68%,7%)
(0.00/0.47/0.68/0.07)	

CMYK yüzdeleri

%0
%47.48
%67.65
%6.67

Codes

Color #EE7D4D in popluar color models

EE7D4D
RGB23812577
HSL18°82.56%61.76%
HSB/HSV18°67.65%93.33%
CMYK0.00%47.48%67.65%
6.67%

Color #EE7D4D in popluar number systems.

HEXEE7D4D
Decimal23812577
Binary1110111011111011001101
Octal356175115

Shades and tints

Shades of #EE7D4D

#EE7D4D
(238,125,77)
#D97246
(217,114,70)
#C4673F
(196,103,63)
#AF5C38
(175,92,56)
#9A5131
(154,81,49)
#85462A
(133,70,42)
#703B23
(112,59,35)
#5B301C
(91,48,28)
#462515
(70,37,21)
#311A0E
(49,26,14)
#1C0F07
(28,15,7)
#000000
(0,0,0)

Tints of #EE7D4D

#EE7D4D
(238,125,77)
#EF885D
(239,136,93)
#F0936D
(240,147,109)
#F19E7D
(241,158,125)
#F2A98D
(242,169,141)
#F3B49D
(243,180,157)
#F4BFAD
(244,191,173)
#F5CABD
(245,202,189)
#F6D5CD
(246,213,205)
#F7E0DD
(247,224,221)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7D4D color. Also use rgb(238,125,77) instead hex code.

Text Font Color

.myTextColor { color: #EE7D4D; }

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

This text font color is #EE7D4D.


Background Color

.myBgColor { background-color: #EE7D4D; }

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

This div background color is #EE7D4D.


Border color

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

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

This div border color is #EE7D4D.


Opacity

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

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

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

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

This text has shadow with #EE7D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7D4D on black background.


Color preview on white background

This text has color #EE7D4D on white background.



Black color preview on #EE7D4D background

This text has black color on #EE7D4D background.


White color preview on #EE7D4D background

This text has white color on #EE7D4D background.