COLOR #ED6749

HEX: #ED6749
RGB: (237,103,73)

Renk bilgisi

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

RGB renk modeli

#ED6749 color RGB value is (237,103,73).

  • kırmız ton 237;
  • yeşil ton 103;
  • mavi ton 73.
RGB:
(237,103,73)
(93%,40%,29%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 103 of 255 = 40%
B 73 of 255 = 29%

237
103
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 103 + 73 = 413 (100%)
R 237 of 413 ~ 57.38%
G 103 of 413 ~ 24.94%
B 73 of 413 ~ 17.68%

%57.38
%24.94
%17.68

CMYK RENK MODELİ

#ED6749 rengi CMYK tonu (0,57,69,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.54%
  • sarı tonu 69.20%
  • ana renk tonu 7.06%
CMYK:
(0,57,69,7)
C0M57Y69K7 
(0%,57%,69%,7%)
(0.00/0.57/0.69/0.07)	

CMYK yüzdeleri

%0
%56.54
%69.2
%7.06

Codes

Color #ED6749 in popluar color models

ED6749
RGB23710373
HSL11°82.00%60.78%
HSB/HSV11°69.20%92.94%
CMYK0.00%56.54%69.20%
7.06%

Color #ED6749 in popluar number systems.

HEXED6749
Decimal23710373
Binary1110110111001111001001
Octal355147111

Shades and tints

Shades of #ED6749

#ED6749
(237,103,73)
#D85E43
(216,94,67)
#C3553D
(195,85,61)
#AE4C37
(174,76,55)
#994331
(153,67,49)
#843A2B
(132,58,43)
#6F3125
(111,49,37)
#5A281F
(90,40,31)
#451F19
(69,31,25)
#301613
(48,22,19)
#1B0D0D
(27,13,13)
#000000
(0,0,0)

Tints of #ED6749

#ED6749
(237,103,73)
#EE7459
(238,116,89)
#EF8169
(239,129,105)
#F08E79
(240,142,121)
#F19B89
(241,155,137)
#F2A899
(242,168,153)
#F3B5A9
(243,181,169)
#F4C2B9
(244,194,185)
#F5CFC9
(245,207,201)
#F6DCD9
(246,220,217)
#F7E9E9
(247,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6749 color. Also use rgb(237,103,73) instead hex code.

Text Font Color

.myTextColor { color: #ED6749; }

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

This text font color is #ED6749.


Background Color

.myBgColor { background-color: #ED6749; }

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

This div background color is #ED6749.


Border color

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

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

This div border color is #ED6749.


Opacity

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

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

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

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

This text has shadow with #ED6749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6749 on black background.


Color preview on white background

This text has color #ED6749 on white background.



Black color preview on #ED6749 background

This text has black color on #ED6749 background.


White color preview on #ED6749 background

This text has white color on #ED6749 background.