COLOR #ED911B

HEX: #ED911B
RGB: (237,145,27)

Renk bilgisi

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

RGB renk modeli

#ED911B color RGB value is (237,145,27).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 145 of 255 = 57%
B 27 of 255 = 11%

237
145
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 145 + 27 = 409 (100%)
R 237 of 409 ~ 57.95%
G 145 of 409 ~ 35.45%
B 27 of 409 ~ 6.6%

%57.95
%35.45

CMYK RENK MODELİ

#ED911B rengi CMYK tonu (0,39,89,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.82%
  • sarı tonu 88.61%
  • ana renk tonu 7.06%
CMYK:
(0,39,89,7)
C0M39Y89K7 
(0%,39%,89%,7%)
(0.00/0.39/0.89/0.07)	

CMYK yüzdeleri

%0
%38.82
%88.61
%7.06

Codes

Color #ED911B in popluar color models

ED911B
RGB23714527
HSL34°85.37%51.76%
HSB/HSV34°88.61%92.94%
CMYK0.00%38.82%88.61%
7.06%

Color #ED911B in popluar number systems.

HEXED911B
Decimal23714527
Binary111011011001000111011
Octal35522133

Shades and tints

Shades of #ED911B

#ED911B
(237,145,27)
#D88419
(216,132,25)
#C37717
(195,119,23)
#AE6A15
(174,106,21)
#995D13
(153,93,19)
#845011
(132,80,17)
#6F430F
(111,67,15)
#5A360D
(90,54,13)
#45290B
(69,41,11)
#301C09
(48,28,9)
#1B0F07
(27,15,7)
#000000
(0,0,0)

Tints of #ED911B

#ED911B
(237,145,27)
#EE9B2F
(238,155,47)
#EFA543
(239,165,67)
#F0AF57
(240,175,87)
#F1B96B
(241,185,107)
#F2C37F
(242,195,127)
#F3CD93
(243,205,147)
#F4D7A7
(244,215,167)
#F5E1BB
(245,225,187)
#F6EBCF
(246,235,207)
#F7F5E3
(247,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED911B; }

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

This text font color is #ED911B.


Background Color

.myBgColor { background-color: #ED911B; }

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

This div background color is #ED911B.


Border color

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

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

This div border color is #ED911B.


Opacity

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

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

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

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

This text has shadow with #ED911B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED911B on black background.


Color preview on white background

This text has color #ED911B on white background.



Black color preview on #ED911B background

This text has black color on #ED911B background.


White color preview on #ED911B background

This text has white color on #ED911B background.