COLOR #ED961B

HEX: #ED961B
RGB: (237,150,27)

Color info

#ED961B contains mainly red color. Web safe color of #ED961B is #FF9933 (or #F93).

RGB color model

#ED961B color RGB value is (237,150,27).

  • red value is 237;
  • green value is 150;
  • blue value is 27.
RGB:
(237,150,27)
(93%,59%,11%)

RGB channels and saturation

R 237 of 255 = 93%
G 150 of 255 = 59%
B 27 of 255 = 11%

237
150
27

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

Portions of RGB colors in percentages

R + G + B =
237 + 150 + 27 = 414 (100%)
R 237 of 414 ~ 57.25%
G 150 of 414 ~ 36.23%
B 27 of 414 ~ 6.52%

%57.25
%36.23

CMYK color model

#ED961B color CMYK value is (0,37,89,7).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 88.61%
  • key color value is 7.06%
CMYK:
(0,37,89,7)
C0M37Y89K7 
(0%,37%,89%,7%)
(0.00/0.37/0.89/0.07)	

CMYK percentages

%0
%36.71
%88.61
%7.06

Codes

Color #ED961B in popluar color models

ED961B
RGB23715027
HSL35°85.37%51.76%
HSB/HSV35°88.61%92.94%
CMYK0.00%36.71%88.61%
7.06%

Color #ED961B in popluar number systems.

HEXED961B
Decimal23715027
Binary111011011001011011011
Octal35522633

Shades and tints

Shades of #ED961B

#ED961B
(237,150,27)
#D88919
(216,137,25)
#C37C17
(195,124,23)
#AE6F15
(174,111,21)
#996213
(153,98,19)
#845511
(132,85,17)
#6F480F
(111,72,15)
#5A3B0D
(90,59,13)
#452E0B
(69,46,11)
#302109
(48,33,9)
#1B1407
(27,20,7)
#000000
(0,0,0)

Tints of #ED961B

#ED961B
(237,150,27)
#EE9F2F
(238,159,47)
#EFA843
(239,168,67)
#F0B157
(240,177,87)
#F1BA6B
(241,186,107)
#F2C37F
(242,195,127)
#F3CC93
(243,204,147)
#F4D5A7
(244,213,167)
#F5DEBB
(245,222,187)
#F6E7CF
(246,231,207)
#F7F0E3
(247,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED961B; }

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

This text font color is #ED961B.


Background Color

.myBgColor { background-color: #ED961B; }

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

This div background color is #ED961B.


Border color

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

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

This div border color is #ED961B.


Opacity

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

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

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

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

This text has shadow with #ED961B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED961B on black background.


Color preview on white background

This text has color #ED961B on white background.



Black color preview on #ED961B background

This text has black color on #ED961B background.


White color preview on #ED961B background

This text has white color on #ED961B background.