COLOR #ED964B

HEX: #ED964B
RGB: (237,150,75)

Color info

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

RGB color model

#ED964B color RGB value is (237,150,75).

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

RGB channels and saturation

R 237 of 255 = 93%
G 150 of 255 = 59%
B 75 of 255 = 29%

237
150
75

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

Portions of RGB colors in percentages

R + G + B =
237 + 150 + 75 = 462 (100%)
R 237 of 462 ~ 51.3%
G 150 of 462 ~ 32.47%
B 75 of 462 ~ 16.23%

%51.3
%32.47
%16.23

CMYK color model

#ED964B color CMYK value is (0,37,68,7).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 68.35%
  • key color value is 7.06%
CMYK:
(0,37,68,7)
C0M37Y68K7 
(0%,37%,68%,7%)
(0.00/0.37/0.68/0.07)	

CMYK percentages

%0
%36.71
%68.35
%7.06

Codes

Color #ED964B in popluar color models

ED964B
RGB23715075
HSL28°81.82%61.18%
HSB/HSV28°68.35%92.94%
CMYK0.00%36.71%68.35%
7.06%

Color #ED964B in popluar number systems.

HEXED964B
Decimal23715075
Binary11101101100101101001011
Octal355226113

Shades and tints

Shades of #ED964B

#ED964B
(237,150,75)
#D88945
(216,137,69)
#C37C3F
(195,124,63)
#AE6F39
(174,111,57)
#996233
(153,98,51)
#84552D
(132,85,45)
#6F4827
(111,72,39)
#5A3B21
(90,59,33)
#452E1B
(69,46,27)
#302115
(48,33,21)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #ED964B

#ED964B
(237,150,75)
#EE9F5B
(238,159,91)
#EFA86B
(239,168,107)
#F0B17B
(240,177,123)
#F1BA8B
(241,186,139)
#F2C39B
(242,195,155)
#F3CCAB
(243,204,171)
#F4D5BB
(244,213,187)
#F5DECB
(245,222,203)
#F6E7DB
(246,231,219)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED964B; }

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

This text font color is #ED964B.


Background Color

.myBgColor { background-color: #ED964B; }

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

This div background color is #ED964B.


Border color

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

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

This div border color is #ED964B.


Opacity

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

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

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

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

This text has shadow with #ED964B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED964B on black background.


Color preview on white background

This text has color #ED964B on white background.



Black color preview on #ED964B background

This text has black color on #ED964B background.


White color preview on #ED964B background

This text has white color on #ED964B background.