COLOR #ED8141

HEX: #ED8141
RGB: (237,129,65)

Renk bilgisi

#ED8141 contains mainly red color. #ED8141 ‘ nin web güvenlik rengi #FF9933 (ya da #F93) dir.

RGB renk modeli

#ED8141 color RGB value is (237,129,65).

  • kırmız ton 237;
  • yeşil ton 129;
  • mavi ton 65.
RGB:
(237,129,65)
(93%,51%,25%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 129 of 255 = 51%
B 65 of 255 = 25%

237
129
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 129 + 65 = 431 (100%)
R 237 of 431 ~ 54.99%
G 129 of 431 ~ 29.93%
B 65 of 431 ~ 15.08%

%54.99
%29.93
%15.08

CMYK RENK MODELİ

#ED8141 rengi CMYK tonu (0,46,73,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.57%
  • sarı tonu 72.57%
  • ana renk tonu 7.06%
CMYK:
(0,46,73,7)
C0M46Y73K7 
(0%,46%,73%,7%)
(0.00/0.46/0.73/0.07)	

CMYK yüzdeleri

%0
%45.57
%72.57
%7.06

Codes

Color #ED8141 in popluar color models

ED8141
RGB23712965
HSL22°82.69%59.22%
HSB/HSV22°72.57%92.94%
CMYK0.00%45.57%72.57%
7.06%

Color #ED8141 in popluar number systems.

HEXED8141
Decimal23712965
Binary11101101100000011000001
Octal355201101

Shades and tints

Shades of #ED8141

#ED8141
(237,129,65)
#D8763C
(216,118,60)
#C36B37
(195,107,55)
#AE6032
(174,96,50)
#99552D
(153,85,45)
#844A28
(132,74,40)
#6F3F23
(111,63,35)
#5A341E
(90,52,30)
#452919
(69,41,25)
#301E14
(48,30,20)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #ED8141

#ED8141
(237,129,65)
#EE8C52
(238,140,82)
#EF9763
(239,151,99)
#F0A274
(240,162,116)
#F1AD85
(241,173,133)
#F2B896
(242,184,150)
#F3C3A7
(243,195,167)
#F4CEB8
(244,206,184)
#F5D9C9
(245,217,201)
#F6E4DA
(246,228,218)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8141 color. Also use rgb(237,129,65) instead hex code.

Text Font Color

.myTextColor { color: #ED8141; }

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

This text font color is #ED8141.


Background Color

.myBgColor { background-color: #ED8141; }

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

This div background color is #ED8141.


Border color

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

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

This div border color is #ED8141.


Opacity

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

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

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

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

This text has shadow with #ED8141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8141 on black background.


Color preview on white background

This text has color #ED8141 on white background.



Black color preview on #ED8141 background

This text has black color on #ED8141 background.


White color preview on #ED8141 background

This text has white color on #ED8141 background.