COLOR #ED8671

HEX: #ED8671
RGB: (237,134,113)

Color info

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

RGB color model

#ED8671 color RGB value is (237,134,113).

  • red value is 237;
  • green value is 134;
  • blue value is 113.
RGB:
(237,134,113)
(93%,53%,44%)

RGB channels and saturation

R 237 of 255 = 93%
G 134 of 255 = 53%
B 113 of 255 = 44%

237
134
113

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

Portions of RGB colors in percentages

R + G + B =
237 + 134 + 113 = 484 (100%)
R 237 of 484 ~ 48.97%
G 134 of 484 ~ 27.69%
B 113 of 484 ~ 23.35%

%48.97
%27.69
%23.35

CMYK color model

#ED8671 color CMYK value is (0,43,52,7).

  • cyan value is 0.00%
  • magenta value is 43.46%
  • yellow value is 52.32%
  • key color value is 7.06%
CMYK:
(0,43,52,7)
C0M43Y52K7 
(0%,43%,52%,7%)
(0.00/0.43/0.52/0.07)	

CMYK percentages

%0
%43.46
%52.32
%7.06

Codes

Color #ED8671 in popluar color models

ED8671
RGB237134113
HSL10°77.50%68.63%
HSB/HSV10°52.32%92.94%
CMYK0.00%43.46%52.32%
7.06%

Color #ED8671 in popluar number systems.

HEXED8671
Decimal237134113
Binary11101101100001101110001
Octal355206161

Shades and tints

Shades of #ED8671

#ED8671
(237,134,113)
#D87A67
(216,122,103)
#C36E5D
(195,110,93)
#AE6253
(174,98,83)
#995649
(153,86,73)
#844A3F
(132,74,63)
#6F3E35
(111,62,53)
#5A322B
(90,50,43)
#452621
(69,38,33)
#301A17
(48,26,23)
#1B0E0D
(27,14,13)
#000000
(0,0,0)

Tints of #ED8671

#ED8671
(237,134,113)
#EE917D
(238,145,125)
#EF9C89
(239,156,137)
#F0A795
(240,167,149)
#F1B2A1
(241,178,161)
#F2BDAD
(242,189,173)
#F3C8B9
(243,200,185)
#F4D3C5
(244,211,197)
#F5DED1
(245,222,209)
#F6E9DD
(246,233,221)
#F7F4E9
(247,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8671 color. Also use rgb(237,134,113) instead hex code.

Text Font Color

.myTextColor { color: #ED8671; }

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

This text font color is #ED8671.


Background Color

.myBgColor { background-color: #ED8671; }

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

This div background color is #ED8671.


Border color

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

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

This div border color is #ED8671.


Opacity

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

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

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

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

This text has shadow with #ED8671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8671 on black background.


Color preview on white background

This text has color #ED8671 on white background.



Black color preview on #ED8671 background

This text has black color on #ED8671 background.


White color preview on #ED8671 background

This text has white color on #ED8671 background.