COLOR #ED9564

HEX: #ED9564
RGB: (237,149,100)

Color info

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

RGB color model

#ED9564 color RGB value is (237,149,100).

  • red value is 237;
  • green value is 149;
  • blue value is 100.
RGB:
(237,149,100)
(93%,58%,39%)

RGB channels and saturation

R 237 of 255 = 93%
G 149 of 255 = 58%
B 100 of 255 = 39%

237
149
100

R + G + B ~ 63%. #ED9564 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 149 + 100 = 486 (100%)
R 237 of 486 ~ 48.77%
G 149 of 486 ~ 30.66%
B 100 of 486 ~ 20.58%

%48.77
%30.66
%20.58

CMYK color model

#ED9564 color CMYK value is (0,37,58,7).

  • cyan value is 0.00%
  • magenta value is 37.13%
  • yellow value is 57.81%
  • key color value is 7.06%
CMYK:
(0,37,58,7)
C0M37Y58K7 
(0%,37%,58%,7%)
(0.00/0.37/0.58/0.07)	

CMYK percentages

%0
%37.13
%57.81
%7.06

Codes

Color #ED9564 in popluar color models

ED9564
RGB237149100
HSL21°79.19%66.08%
HSB/HSV21°57.81%92.94%
CMYK0.00%37.13%57.81%
7.06%

Color #ED9564 in popluar number systems.

HEXED9564
Decimal237149100
Binary11101101100101011100100
Octal355225144

Shades and tints

Shades of #ED9564

#ED9564
(237,149,100)
#D8885B
(216,136,91)
#C37B52
(195,123,82)
#AE6E49
(174,110,73)
#996140
(153,97,64)
#845437
(132,84,55)
#6F472E
(111,71,46)
#5A3A25
(90,58,37)
#452D1C
(69,45,28)
#302013
(48,32,19)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #ED9564

#ED9564
(237,149,100)
#EE9E72
(238,158,114)
#EFA780
(239,167,128)
#F0B08E
(240,176,142)
#F1B99C
(241,185,156)
#F2C2AA
(242,194,170)
#F3CBB8
(243,203,184)
#F4D4C6
(244,212,198)
#F5DDD4
(245,221,212)
#F6E6E2
(246,230,226)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9564 color. Also use rgb(237,149,100) instead hex code.

Text Font Color

.myTextColor { color: #ED9564; }

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

This text font color is #ED9564.


Background Color

.myBgColor { background-color: #ED9564; }

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

This div background color is #ED9564.


Border color

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

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

This div border color is #ED9564.


Opacity

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

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

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

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

This text has shadow with #ED9564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9564 on black background.


Color preview on white background

This text has color #ED9564 on white background.



Black color preview on #ED9564 background

This text has black color on #ED9564 background.


White color preview on #ED9564 background

This text has white color on #ED9564 background.