COLOR #ED9C6C

HEX: #ED9C6C
RGB: (237,156,108)

Color info

#ED9C6C contains mainly red color. Web safe color of #ED9C6C is #FF9966 (or #F96).

RGB color model

#ED9C6C color RGB value is (237,156,108).

  • red value is 237;
  • green value is 156;
  • blue value is 108.
RGB:
(237,156,108)
(93%,61%,42%)

RGB channels and saturation

R 237 of 255 = 93%
G 156 of 255 = 61%
B 108 of 255 = 42%

237
156
108

R + G + B ~ 65%. #ED9C6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 156 + 108 = 501 (100%)
R 237 of 501 ~ 47.31%
G 156 of 501 ~ 31.14%
B 108 of 501 ~ 21.56%

%47.31
%31.14
%21.56

CMYK color model

#ED9C6C color CMYK value is (0,34,54,7).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 54.43%
  • key color value is 7.06%
CMYK:
(0,34,54,7)
C0M34Y54K7 
(0%,34%,54%,7%)
(0.00/0.34/0.54/0.07)	

CMYK percentages

%0
%34.18
%54.43
%7.06

Codes

Color #ED9C6C in popluar color models

ED9C6C
RGB237156108
HSL22°78.18%67.65%
HSB/HSV22°54.43%92.94%
CMYK0.00%34.18%54.43%
7.06%

Color #ED9C6C in popluar number systems.

HEXED9C6C
Decimal237156108
Binary11101101100111001101100
Octal355234154

Shades and tints

Shades of #ED9C6C

#ED9C6C
(237,156,108)
#D88E63
(216,142,99)
#C3805A
(195,128,90)
#AE7251
(174,114,81)
#996448
(153,100,72)
#84563F
(132,86,63)
#6F4836
(111,72,54)
#5A3A2D
(90,58,45)
#452C24
(69,44,36)
#301E1B
(48,30,27)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #ED9C6C

#ED9C6C
(237,156,108)
#EEA579
(238,165,121)
#EFAE86
(239,174,134)
#F0B793
(240,183,147)
#F1C0A0
(241,192,160)
#F2C9AD
(242,201,173)
#F3D2BA
(243,210,186)
#F4DBC7
(244,219,199)
#F5E4D4
(245,228,212)
#F6EDE1
(246,237,225)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9C6C color. Also use rgb(237,156,108) instead hex code.

Text Font Color

.myTextColor { color: #ED9C6C; }

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

This text font color is #ED9C6C.


Background Color

.myBgColor { background-color: #ED9C6C; }

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

This div background color is #ED9C6C.


Border color

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

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

This div border color is #ED9C6C.


Opacity

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

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

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

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

This text has shadow with #ED9C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9C6C on black background.


Color preview on white background

This text has color #ED9C6C on white background.



Black color preview on #ED9C6C background

This text has black color on #ED9C6C background.


White color preview on #ED9C6C background

This text has white color on #ED9C6C background.