COLOR #ED850E

HEX: #ED850E
RGB: (237,133,14)

Color info

#ED850E contains mainly red color. Web safe color of #ED850E is #FF9900 (or #F90).

RGB color model

#ED850E color RGB value is (237,133,14).

  • red value is 237;
  • green value is 133;
  • blue value is 14.
RGB:
(237,133,14)
(93%,52%,5%)

RGB channels and saturation

R 237 of 255 = 93%
G 133 of 255 = 52%
B 14 of 255 = 5%

237
133
14

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

Portions of RGB colors in percentages

R + G + B =
237 + 133 + 14 = 384 (100%)
R 237 of 384 ~ 61.72%
G 133 of 384 ~ 34.64%
B 14 of 384 ~ 3.65%

%61.72
%34.64

CMYK color model

#ED850E color CMYK value is (0,44,94,7).

  • cyan value is 0.00%
  • magenta value is 43.88%
  • yellow value is 94.09%
  • key color value is 7.06%
CMYK:
(0,44,94,7)
C0M44Y94K7 
(0%,44%,94%,7%)
(0.00/0.44/0.94/0.07)	

CMYK percentages

%0
%43.88
%94.09
%7.06

Codes

Color #ED850E in popluar color models

ED850E
RGB23713314
HSL32°88.84%49.22%
HSB/HSV32°94.09%92.94%
CMYK0.00%43.88%94.09%
7.06%

Color #ED850E in popluar number systems.

HEXED850E
Decimal23713314
Binary11101101100001011110
Octal35520516

Shades and tints

Shades of #ED850E

#ED850E
(237,133,14)
#D8790D
(216,121,13)
#C36D0C
(195,109,12)
#AE610B
(174,97,11)
#99550A
(153,85,10)
#844909
(132,73,9)
#6F3D08
(111,61,8)
#5A3107
(90,49,7)
#452506
(69,37,6)
#301905
(48,25,5)
#1B0D04
(27,13,4)
#000000
(0,0,0)

Tints of #ED850E

#ED850E
(237,133,14)
#EE9023
(238,144,35)
#EF9B38
(239,155,56)
#F0A64D
(240,166,77)
#F1B162
(241,177,98)
#F2BC77
(242,188,119)
#F3C78C
(243,199,140)
#F4D2A1
(244,210,161)
#F5DDB6
(245,221,182)
#F6E8CB
(246,232,203)
#F7F3E0
(247,243,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED850E color. Also use rgb(237,133,14) instead hex code.

Text Font Color

.myTextColor { color: #ED850E; }

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

This text font color is #ED850E.


Background Color

.myBgColor { background-color: #ED850E; }

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

This div background color is #ED850E.


Border color

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

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

This div border color is #ED850E.


Opacity

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

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

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

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

This text has shadow with #ED850E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED850E on black background.


Color preview on white background

This text has color #ED850E on white background.



Black color preview on #ED850E background

This text has black color on #ED850E background.


White color preview on #ED850E background

This text has white color on #ED850E background.