COLOR #ED9A50

HEX: #ED9A50
RGB: (237,154,80)

Renk bilgisi

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

RGB renk modeli

#ED9A50 color RGB value is (237,154,80).

  • kırmız ton 237;
  • yeşil ton 154;
  • mavi ton 80.
RGB:
(237,154,80)
(93%,60%,31%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 154 of 255 = 60%
B 80 of 255 = 31%

237
154
80

R + G + B ~ 61%. #ED9A50 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 154 + 80 = 471 (100%)
R 237 of 471 ~ 50.32%
G 154 of 471 ~ 32.7%
B 80 of 471 ~ 16.99%

%50.32
%32.7
%16.99

CMYK RENK MODELİ

#ED9A50 rengi CMYK tonu (0,35,66,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.02%
  • sarı tonu 66.24%
  • ana renk tonu 7.06%
CMYK:
(0,35,66,7)
C0M35Y66K7 
(0%,35%,66%,7%)
(0.00/0.35/0.66/0.07)	

CMYK yüzdeleri

%0
%35.02
%66.24
%7.06

Codes

Color #ED9A50 in popluar color models

ED9A50
RGB23715480
HSL28°81.35%62.16%
HSB/HSV28°66.24%92.94%
CMYK0.00%35.02%66.24%
7.06%

Color #ED9A50 in popluar number systems.

HEXED9A50
Decimal23715480
Binary11101101100110101010000
Octal355232120

Shades and tints

Shades of #ED9A50

#ED9A50
(237,154,80)
#D88C49
(216,140,73)
#C37E42
(195,126,66)
#AE703B
(174,112,59)
#996234
(153,98,52)
#84542D
(132,84,45)
#6F4626
(111,70,38)
#5A381F
(90,56,31)
#452A18
(69,42,24)
#301C11
(48,28,17)
#1B0E0A
(27,14,10)
#000000
(0,0,0)

Tints of #ED9A50

#ED9A50
(237,154,80)
#EEA35F
(238,163,95)
#EFAC6E
(239,172,110)
#F0B57D
(240,181,125)
#F1BE8C
(241,190,140)
#F2C79B
(242,199,155)
#F3D0AA
(243,208,170)
#F4D9B9
(244,217,185)
#F5E2C8
(245,226,200)
#F6EBD7
(246,235,215)
#F7F4E6
(247,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9A50 color. Also use rgb(237,154,80) instead hex code.

Text Font Color

.myTextColor { color: #ED9A50; }

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

This text font color is #ED9A50.


Background Color

.myBgColor { background-color: #ED9A50; }

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

This div background color is #ED9A50.


Border color

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

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

This div border color is #ED9A50.


Opacity

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

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

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

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

This text has shadow with #ED9A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9A50 on black background.


Color preview on white background

This text has color #ED9A50 on white background.



Black color preview on #ED9A50 background

This text has black color on #ED9A50 background.


White color preview on #ED9A50 background

This text has white color on #ED9A50 background.