COLOR #ED6B23

HEX: #ED6B23
RGB: (237,107,35)

Color info

#ED6B23 contains mainly red color. Web safe color of #ED6B23 is #FF6633 (or #F63).

RGB color model

#ED6B23 color RGB value is (237,107,35).

  • red value is 237;
  • green value is 107;
  • blue value is 35.
RGB:
(237,107,35)
(93%,42%,14%)

RGB channels and saturation

R 237 of 255 = 93%
G 107 of 255 = 42%
B 35 of 255 = 14%

237
107
35

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

Portions of RGB colors in percentages

R + G + B =
237 + 107 + 35 = 379 (100%)
R 237 of 379 ~ 62.53%
G 107 of 379 ~ 28.23%
B 35 of 379 ~ 9.23%

%62.53
%28.23

CMYK color model

#ED6B23 color CMYK value is (0,55,85,7).

  • cyan value is 0.00%
  • magenta value is 54.85%
  • yellow value is 85.23%
  • key color value is 7.06%
CMYK:
(0,55,85,7)
C0M55Y85K7 
(0%,55%,85%,7%)
(0.00/0.55/0.85/0.07)	

CMYK percentages

%0
%54.85
%85.23
%7.06

Codes

Color #ED6B23 in popluar color models

ED6B23
RGB23710735
HSL21°84.87%53.33%
HSB/HSV21°85.23%92.94%
CMYK0.00%54.85%85.23%
7.06%

Color #ED6B23 in popluar number systems.

HEXED6B23
Decimal23710735
Binary111011011101011100011
Octal35515343

Shades and tints

Shades of #ED6B23

#ED6B23
(237,107,35)
#D86220
(216,98,32)
#C3591D
(195,89,29)
#AE501A
(174,80,26)
#994717
(153,71,23)
#843E14
(132,62,20)
#6F3511
(111,53,17)
#5A2C0E
(90,44,14)
#45230B
(69,35,11)
#301A08
(48,26,8)
#1B1105
(27,17,5)
#000000
(0,0,0)

Tints of #ED6B23

#ED6B23
(237,107,35)
#EE7837
(238,120,55)
#EF854B
(239,133,75)
#F0925F
(240,146,95)
#F19F73
(241,159,115)
#F2AC87
(242,172,135)
#F3B99B
(243,185,155)
#F4C6AF
(244,198,175)
#F5D3C3
(245,211,195)
#F6E0D7
(246,224,215)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6B23 color. Also use rgb(237,107,35) instead hex code.

Text Font Color

.myTextColor { color: #ED6B23; }

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

This text font color is #ED6B23.


Background Color

.myBgColor { background-color: #ED6B23; }

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

This div background color is #ED6B23.


Border color

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

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

This div border color is #ED6B23.


Opacity

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

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

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

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

This text has shadow with #ED6B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6B23 on black background.


Color preview on white background

This text has color #ED6B23 on white background.



Black color preview on #ED6B23 background

This text has black color on #ED6B23 background.


White color preview on #ED6B23 background

This text has white color on #ED6B23 background.