COLOR #ED8F65

HEX: #ED8F65
RGB: (237,143,101)

Color info

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

RGB color model

#ED8F65 color RGB value is (237,143,101).

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

RGB channels and saturation

R 237 of 255 = 93%
G 143 of 255 = 56%
B 101 of 255 = 40%

237
143
101

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

Portions of RGB colors in percentages

R + G + B =
237 + 143 + 101 = 481 (100%)
R 237 of 481 ~ 49.27%
G 143 of 481 ~ 29.73%
B 101 of 481 ~ 21%

%49.27
%29.73
%21

CMYK color model

#ED8F65 color CMYK value is (0,40,57,7).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 57.38%
  • key color value is 7.06%
CMYK:
(0,40,57,7)
C0M40Y57K7 
(0%,40%,57%,7%)
(0.00/0.40/0.57/0.07)	

CMYK percentages

%0
%39.66
%57.38
%7.06

Codes

Color #ED8F65 in popluar color models

ED8F65
RGB237143101
HSL19°79.07%66.27%
HSB/HSV19°57.38%92.94%
CMYK0.00%39.66%57.38%
7.06%

Color #ED8F65 in popluar number systems.

HEXED8F65
Decimal237143101
Binary11101101100011111100101
Octal355217145

Shades and tints

Shades of #ED8F65

#ED8F65
(237,143,101)
#D8825C
(216,130,92)
#C37553
(195,117,83)
#AE684A
(174,104,74)
#995B41
(153,91,65)
#844E38
(132,78,56)
#6F412F
(111,65,47)
#5A3426
(90,52,38)
#45271D
(69,39,29)
#301A14
(48,26,20)
#1B0D0B
(27,13,11)
#000000
(0,0,0)

Tints of #ED8F65

#ED8F65
(237,143,101)
#EE9973
(238,153,115)
#EFA381
(239,163,129)
#F0AD8F
(240,173,143)
#F1B79D
(241,183,157)
#F2C1AB
(242,193,171)
#F3CBB9
(243,203,185)
#F4D5C7
(244,213,199)
#F5DFD5
(245,223,213)
#F6E9E3
(246,233,227)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8F65 color. Also use rgb(237,143,101) instead hex code.

Text Font Color

.myTextColor { color: #ED8F65; }

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

This text font color is #ED8F65.


Background Color

.myBgColor { background-color: #ED8F65; }

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

This div background color is #ED8F65.


Border color

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

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

This div border color is #ED8F65.


Opacity

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

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

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

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

This text has shadow with #ED8F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8F65 on black background.


Color preview on white background

This text has color #ED8F65 on white background.



Black color preview on #ED8F65 background

This text has black color on #ED8F65 background.


White color preview on #ED8F65 background

This text has white color on #ED8F65 background.