COLOR #ED6638

HEX: #ED6638
RGB: (237,102,56)

Color info

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

RGB color model

#ED6638 color RGB value is (237,102,56).

  • red value is 237;
  • green value is 102;
  • blue value is 56.
RGB:
(237,102,56)
(93%,40%,22%)

RGB channels and saturation

R 237 of 255 = 93%
G 102 of 255 = 40%
B 56 of 255 = 22%

237
102
56

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

Portions of RGB colors in percentages

R + G + B =
237 + 102 + 56 = 395 (100%)
R 237 of 395 ~ 60%
G 102 of 395 ~ 25.82%
B 56 of 395 ~ 14.18%

%60
%25.82
%14.18

CMYK color model

#ED6638 color CMYK value is (0,57,76,7).

  • cyan value is 0.00%
  • magenta value is 56.96%
  • yellow value is 76.37%
  • key color value is 7.06%
CMYK:
(0,57,76,7)
C0M57Y76K7 
(0%,57%,76%,7%)
(0.00/0.57/0.76/0.07)	

CMYK percentages

%0
%56.96
%76.37
%7.06

Codes

Color #ED6638 in popluar color models

ED6638
RGB23710256
HSL15°83.41%57.45%
HSB/HSV15°76.37%92.94%
CMYK0.00%56.96%76.37%
7.06%

Color #ED6638 in popluar number systems.

HEXED6638
Decimal23710256
Binary111011011100110111000
Octal35514670

Shades and tints

Shades of #ED6638

#ED6638
(237,102,56)
#D85D33
(216,93,51)
#C3542E
(195,84,46)
#AE4B29
(174,75,41)
#994224
(153,66,36)
#84391F
(132,57,31)
#6F301A
(111,48,26)
#5A2715
(90,39,21)
#451E10
(69,30,16)
#30150B
(48,21,11)
#1B0C06
(27,12,6)
#000000
(0,0,0)

Tints of #ED6638

#ED6638
(237,102,56)
#EE734A
(238,115,74)
#EF805C
(239,128,92)
#F08D6E
(240,141,110)
#F19A80
(241,154,128)
#F2A792
(242,167,146)
#F3B4A4
(243,180,164)
#F4C1B6
(244,193,182)
#F5CEC8
(245,206,200)
#F6DBDA
(246,219,218)
#F7E8EC
(247,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED6638 color. Also use rgb(237,102,56) instead hex code.

Text Font Color

.myTextColor { color: #ED6638; }

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

This text font color is #ED6638.


Background Color

.myBgColor { background-color: #ED6638; }

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

This div background color is #ED6638.


Border color

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

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

This div border color is #ED6638.


Opacity

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

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

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

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

This text has shadow with #ED6638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED6638 on black background.


Color preview on white background

This text has color #ED6638 on white background.



Black color preview on #ED6638 background

This text has black color on #ED6638 background.


White color preview on #ED6638 background

This text has white color on #ED6638 background.