COLOR #ED9B1B

HEX: #ED9B1B
RGB: (237,155,27)

Renk bilgisi

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

RGB renk modeli

#ED9B1B color RGB value is (237,155,27).

  • kırmız ton 237;
  • yeşil ton 155;
  • mavi ton 27.
RGB:
(237,155,27)
(93%,61%,11%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 155 of 255 = 61%
B 27 of 255 = 11%

237
155
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 155 + 27 = 419 (100%)
R 237 of 419 ~ 56.56%
G 155 of 419 ~ 36.99%
B 27 of 419 ~ 6.44%

%56.56
%36.99

CMYK RENK MODELİ

#ED9B1B rengi CMYK tonu (0,35,89,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.60%
  • sarı tonu 88.61%
  • ana renk tonu 7.06%
CMYK:
(0,35,89,7)
C0M35Y89K7 
(0%,35%,89%,7%)
(0.00/0.35/0.89/0.07)	

CMYK yüzdeleri

%0
%34.6
%88.61
%7.06

Codes

Color #ED9B1B in popluar color models

ED9B1B
RGB23715527
HSL37°85.37%51.76%
HSB/HSV37°88.61%92.94%
CMYK0.00%34.60%88.61%
7.06%

Color #ED9B1B in popluar number systems.

HEXED9B1B
Decimal23715527
Binary111011011001101111011
Octal35523333

Shades and tints

Shades of #ED9B1B

#ED9B1B
(237,155,27)
#D88D19
(216,141,25)
#C37F17
(195,127,23)
#AE7115
(174,113,21)
#996313
(153,99,19)
#845511
(132,85,17)
#6F470F
(111,71,15)
#5A390D
(90,57,13)
#452B0B
(69,43,11)
#301D09
(48,29,9)
#1B0F07
(27,15,7)
#000000
(0,0,0)

Tints of #ED9B1B

#ED9B1B
(237,155,27)
#EEA42F
(238,164,47)
#EFAD43
(239,173,67)
#F0B657
(240,182,87)
#F1BF6B
(241,191,107)
#F2C87F
(242,200,127)
#F3D193
(243,209,147)
#F4DAA7
(244,218,167)
#F5E3BB
(245,227,187)
#F6ECCF
(246,236,207)
#F7F5E3
(247,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9B1B color. Also use rgb(237,155,27) instead hex code.

Text Font Color

.myTextColor { color: #ED9B1B; }

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

This text font color is #ED9B1B.


Background Color

.myBgColor { background-color: #ED9B1B; }

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

This div background color is #ED9B1B.


Border color

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

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

This div border color is #ED9B1B.


Opacity

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

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

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

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

This text has shadow with #ED9B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9B1B on black background.


Color preview on white background

This text has color #ED9B1B on white background.



Black color preview on #ED9B1B background

This text has black color on #ED9B1B background.


White color preview on #ED9B1B background

This text has white color on #ED9B1B background.