COLOR #ED9E70

HEX: #ED9E70 RGB: (237,158,112)

Color info

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

RGB color model

#ED9E70 color RGB value is (237,158,112).

RGB: (237,158,112) (93%, 62%, 44%)

RGB channels and saturation

R 237 of 255 = 93%
G 158 of 255 = 62%
B 112 of 255 = 44%

237
158
112

R + G + B ~ 66%. #ED9E70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 158 + 112 = 507 (100%)
R 237 of 507 ~ 46.75%
G 158 of 507 ~ 31.16%
B 112 of 507 ~ 22.09'%

%46.75
%31.16
%22.09

CMYK color model

#ED9E70 color CMYK value is (0,33,53,7).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 52.74%
  • key color value is 7.06%

CMYK: (0,33,53,7)
C0M33Y53K7 (0%, 33%, 53%, 7%)
(0.00 / 0.33 / 0.53 / 0.07)

CMYK percentages

%0
%33.33
%52.74
%7.06

Codes

Color #ED9E70 in popluar color models

ED 9E 70
RGB 237 158 112
HSL 22° 77.64% 68.43%
HSB/HSV 22° 52.74% 92.94%
CMYK 0.00% 33.33% 52.74%
7.06%

Color #ED9E70 in popluar number systems.

HEX ED 9E 70
Decimal 237 158 112
Binary 11101101 10011110 1110000
Octal 355 236 160

Shades and tints

Shades of #ED9E70

#ED9E70
(237,158,112)
#D89066
(216,144,102)
#C3825C
(195,130,92)
#AE7452
(174,116,82)
#996648
(153,102,72)
#84583E
(132,88,62)
#6F4A34
(111,74,52)
#5A3C2A
(90,60,42)
#452E20
(69,46,32)
#302016
(48,32,22)
#1B120C
(27,18,12)
#000000
(0,0,0)

Tints of #ED9E70

#ED9E70
(237,158,112)
#EEA67D
(238,166,125)
#EFAE8A
(239,174,138)
#F0B697
(240,182,151)
#F1BEA4
(241,190,164)
#F2C6B1
(242,198,177)
#F3CEBE
(243,206,190)
#F4D6CB
(244,214,203)
#F5DED8
(245,222,216)
#F6E6E5
(246,230,229)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9E70 color. Also use rgb(237,158,112) instead hex code.

Text Font Color

.myTextColor { color: #ED9E70; }

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

This text font color is #ED9E70.

Background Color

.myBgColor { background-color: #ED9E70; }

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

This div background color is #ED9E70.

Border color

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

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

This div border color is #ED9E70.

Opacity

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

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

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

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

This text has shadow with #ED9E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED9E70.

Preview

Color preview on black background

This text has color #ED9E70 on black background.


Color preview on white background

This text has color #ED9E70 on white background.


Black color preview on #ED9E70 background

This text has black color on #ED9E70 background.


White color preview on #ED9E70 background

This text has white color on #ED9E70 background.


Related colors

Complementary color

Complementary color for #hex is #12618F.


I love getcolorcode.com

Triadic colors

1 #70ED9E and #9E70ED with #ED9E70 are triadic colors.

2 #709EED and #9EED70 with #ED9E70 are triadic colors.