COLOR #ED7D5D

HEX: #ED7D5D
RGB: (237,125,93)

Renk bilgisi

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

RGB renk modeli

#ED7D5D color RGB value is (237,125,93).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 125 of 255 = 49%
B 93 of 255 = 36%

237
125
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 125 + 93 = 455 (100%)
R 237 of 455 ~ 52.09%
G 125 of 455 ~ 27.47%
B 93 of 455 ~ 20.44%

%52.09
%27.47
%20.44

CMYK RENK MODELİ

#ED7D5D rengi CMYK tonu (0,47,61,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.26%
  • sarı tonu 60.76%
  • ana renk tonu 7.06%
CMYK:
(0,47,61,7)
C0M47Y61K7 
(0%,47%,61%,7%)
(0.00/0.47/0.61/0.07)	

CMYK yüzdeleri

%0
%47.26
%60.76
%7.06

Codes

Color #ED7D5D in popluar color models

ED7D5D
RGB23712593
HSL13°80.00%64.71%
HSB/HSV13°60.76%92.94%
CMYK0.00%47.26%60.76%
7.06%

Color #ED7D5D in popluar number systems.

HEXED7D5D
Decimal23712593
Binary1110110111111011011101
Octal355175135

Shades and tints

Shades of #ED7D5D

#ED7D5D
(237,125,93)
#D87255
(216,114,85)
#C3674D
(195,103,77)
#AE5C45
(174,92,69)
#99513D
(153,81,61)
#844635
(132,70,53)
#6F3B2D
(111,59,45)
#5A3025
(90,48,37)
#45251D
(69,37,29)
#301A15
(48,26,21)
#1B0F0D
(27,15,13)
#000000
(0,0,0)

Tints of #ED7D5D

#ED7D5D
(237,125,93)
#EE886B
(238,136,107)
#EF9379
(239,147,121)
#F09E87
(240,158,135)
#F1A995
(241,169,149)
#F2B4A3
(242,180,163)
#F3BFB1
(243,191,177)
#F4CABF
(244,202,191)
#F5D5CD
(245,213,205)
#F6E0DB
(246,224,219)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7D5D color. Also use rgb(237,125,93) instead hex code.

Text Font Color

.myTextColor { color: #ED7D5D; }

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

This text font color is #ED7D5D.


Background Color

.myBgColor { background-color: #ED7D5D; }

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

This div background color is #ED7D5D.


Border color

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

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

This div border color is #ED7D5D.


Opacity

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

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

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

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

This text has shadow with #ED7D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7D5D on black background.


Color preview on white background

This text has color #ED7D5D on white background.



Black color preview on #ED7D5D background

This text has black color on #ED7D5D background.


White color preview on #ED7D5D background

This text has white color on #ED7D5D background.