COLOR #ED8D5F

HEX: #ED8D5F
RGB: (237,141,95)

Renk bilgisi

#ED8D5F contains mainly red color. #ED8D5F ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#ED8D5F color RGB value is (237,141,95).

  • kırmız ton 237;
  • yeşil ton 141;
  • mavi ton 95.
RGB:
(237,141,95)
(93%,55%,37%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 141 of 255 = 55%
B 95 of 255 = 37%

237
141
95

R + G + B ~ 62%. #ED8D5F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 141 + 95 = 473 (100%)
R 237 of 473 ~ 50.11%
G 141 of 473 ~ 29.81%
B 95 of 473 ~ 20.08%

%50.11
%29.81
%20.08

CMYK RENK MODELİ

#ED8D5F rengi CMYK tonu (0,41,60,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.51%
  • sarı tonu 59.92%
  • ana renk tonu 7.06%
CMYK:
(0,41,60,7)
C0M41Y60K7 
(0%,41%,60%,7%)
(0.00/0.41/0.60/0.07)	

CMYK yüzdeleri

%0
%40.51
%59.92
%7.06

Codes

Color #ED8D5F in popluar color models

ED8D5F
RGB23714195
HSL19°79.78%65.10%
HSB/HSV19°59.92%92.94%
CMYK0.00%40.51%59.92%
7.06%

Color #ED8D5F in popluar number systems.

HEXED8D5F
Decimal23714195
Binary11101101100011011011111
Octal355215137

Shades and tints

Shades of #ED8D5F

#ED8D5F
(237,141,95)
#D88157
(216,129,87)
#C3754F
(195,117,79)
#AE6947
(174,105,71)
#995D3F
(153,93,63)
#845137
(132,81,55)
#6F452F
(111,69,47)
#5A3927
(90,57,39)
#452D1F
(69,45,31)
#302117
(48,33,23)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #ED8D5F

#ED8D5F
(237,141,95)
#EE976D
(238,151,109)
#EFA17B
(239,161,123)
#F0AB89
(240,171,137)
#F1B597
(241,181,151)
#F2BFA5
(242,191,165)
#F3C9B3
(243,201,179)
#F4D3C1
(244,211,193)
#F5DDCF
(245,221,207)
#F6E7DD
(246,231,221)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8D5F color. Also use rgb(237,141,95) instead hex code.

Text Font Color

.myTextColor { color: #ED8D5F; }

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

This text font color is #ED8D5F.


Background Color

.myBgColor { background-color: #ED8D5F; }

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

This div background color is #ED8D5F.


Border color

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

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

This div border color is #ED8D5F.


Opacity

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

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

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

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

This text has shadow with #ED8D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8D5F on black background.


Color preview on white background

This text has color #ED8D5F on white background.



Black color preview on #ED8D5F background

This text has black color on #ED8D5F background.


White color preview on #ED8D5F background

This text has white color on #ED8D5F background.