COLOR #ED9F64

HEX: #ED9F64
RGB: (237,159,100)

Color info

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

RGB color model

#ED9F64 color RGB value is (237,159,100).

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

RGB channels and saturation

R 237 of 255 = 93%
G 159 of 255 = 62%
B 100 of 255 = 39%

237
159
100

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

Portions of RGB colors in percentages

R + G + B =
237 + 159 + 100 = 496 (100%)
R 237 of 496 ~ 47.78%
G 159 of 496 ~ 32.06%
B 100 of 496 ~ 20.16%

%47.78
%32.06
%20.16

CMYK color model

#ED9F64 color CMYK value is (0,33,58,7).

  • cyan value is 0.00%
  • magenta value is 32.91%
  • yellow value is 57.81%
  • key color value is 7.06%
CMYK:
(0,33,58,7)
C0M33Y58K7 
(0%,33%,58%,7%)
(0.00/0.33/0.58/0.07)	

CMYK percentages

%0
%32.91
%57.81
%7.06

Codes

Color #ED9F64 in popluar color models

ED9F64
RGB237159100
HSL26°79.19%66.08%
HSB/HSV26°57.81%92.94%
CMYK0.00%32.91%57.81%
7.06%

Color #ED9F64 in popluar number systems.

HEXED9F64
Decimal237159100
Binary11101101100111111100100
Octal355237144

Shades and tints

Shades of #ED9F64

#ED9F64
(237,159,100)
#D8915B
(216,145,91)
#C38352
(195,131,82)
#AE7549
(174,117,73)
#996740
(153,103,64)
#845937
(132,89,55)
#6F4B2E
(111,75,46)
#5A3D25
(90,61,37)
#452F1C
(69,47,28)
#302113
(48,33,19)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #ED9F64

#ED9F64
(237,159,100)
#EEA772
(238,167,114)
#EFAF80
(239,175,128)
#F0B78E
(240,183,142)
#F1BF9C
(241,191,156)
#F2C7AA
(242,199,170)
#F3CFB8
(243,207,184)
#F4D7C6
(244,215,198)
#F5DFD4
(245,223,212)
#F6E7E2
(246,231,226)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9F64; }

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

This text font color is #ED9F64.


Background Color

.myBgColor { background-color: #ED9F64; }

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

This div background color is #ED9F64.


Border color

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

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

This div border color is #ED9F64.


Opacity

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

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

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

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

This text has shadow with #ED9F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9F64 on black background.


Color preview on white background

This text has color #ED9F64 on white background.



Black color preview on #ED9F64 background

This text has black color on #ED9F64 background.


White color preview on #ED9F64 background

This text has white color on #ED9F64 background.