COLOR #ED765E

HEX: #ED765E
RGB: (237,118,94)

Renk bilgisi

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

RGB renk modeli

#ED765E color RGB value is (237,118,94).

  • kırmız ton 237;
  • yeşil ton 118;
  • mavi ton 94.
RGB:
(237,118,94)
(93%,46%,37%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 118 of 255 = 46%
B 94 of 255 = 37%

237
118
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 118 + 94 = 449 (100%)
R 237 of 449 ~ 52.78%
G 118 of 449 ~ 26.28%
B 94 of 449 ~ 20.94%

%52.78
%26.28
%20.94

CMYK RENK MODELİ

#ED765E rengi CMYK tonu (0,50,60,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.21%
  • sarı tonu 60.34%
  • ana renk tonu 7.06%
CMYK:
(0,50,60,7)
C0M50Y60K7 
(0%,50%,60%,7%)
(0.00/0.50/0.60/0.07)	

CMYK yüzdeleri

%0
%50.21
%60.34
%7.06

Codes

Color #ED765E in popluar color models

ED765E
RGB23711894
HSL10°79.89%64.90%
HSB/HSV10°60.34%92.94%
CMYK0.00%50.21%60.34%
7.06%

Color #ED765E in popluar number systems.

HEXED765E
Decimal23711894
Binary1110110111101101011110
Octal355166136

Shades and tints

Shades of #ED765E

#ED765E
(237,118,94)
#D86C56
(216,108,86)
#C3624E
(195,98,78)
#AE5846
(174,88,70)
#994E3E
(153,78,62)
#844436
(132,68,54)
#6F3A2E
(111,58,46)
#5A3026
(90,48,38)
#45261E
(69,38,30)
#301C16
(48,28,22)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #ED765E

#ED765E
(237,118,94)
#EE826C
(238,130,108)
#EF8E7A
(239,142,122)
#F09A88
(240,154,136)
#F1A696
(241,166,150)
#F2B2A4
(242,178,164)
#F3BEB2
(243,190,178)
#F4CAC0
(244,202,192)
#F5D6CE
(245,214,206)
#F6E2DC
(246,226,220)
#F7EEEA
(247,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED765E color. Also use rgb(237,118,94) instead hex code.

Text Font Color

.myTextColor { color: #ED765E; }

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

This text font color is #ED765E.


Background Color

.myBgColor { background-color: #ED765E; }

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

This div background color is #ED765E.


Border color

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

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

This div border color is #ED765E.


Opacity

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

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

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

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

This text has shadow with #ED765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED765E on black background.


Color preview on white background

This text has color #ED765E on white background.



Black color preview on #ED765E background

This text has black color on #ED765E background.


White color preview on #ED765E background

This text has white color on #ED765E background.