COLOR #ED9E6F

HEX: #ED9E6F RGB: (237,158,111)

Color info

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

RGB color model

#ED9E6F color RGB value is (237,158,111).

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

RGB channels and saturation

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

237
158
111

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

Portions of RGB colors in percentages

R + G + B = 237 + 158 + 111 = 506 (100%)
R 237 of 506 ~ 46.84%
G 158 of 506 ~ 31.23%
B 111 of 506 ~ 21.94'%

%46.84
%31.23
%21.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 53.16%
  • 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
%53.16
%7.06

Codes

Color #ED9E6F in popluar color models

ED 9E 6F
RGB 237 158 111
HSL 22° 77.78% 68.24%
HSB/HSV 22° 53.16% 92.94%
CMYK 0.00% 33.33% 53.16%
7.06%

Color #ED9E6F in popluar number systems.

HEX ED 9E 6F
Decimal 237 158 111
Binary 11101101 10011110 1101111
Octal 355 236 157

Shades and tints

Shades of #ED9E6F

#ED9E6F
(237,158,111)
#D89065
(216,144,101)
#C3825B
(195,130,91)
#AE7451
(174,116,81)
#996647
(153,102,71)
#84583D
(132,88,61)
#6F4A33
(111,74,51)
#5A3C29
(90,60,41)
#452E1F
(69,46,31)
#302015
(48,32,21)
#1B120B
(27,18,11)
#000000
(0,0,0)

Tints of #ED9E6F

#ED9E6F
(237,158,111)
#EEA67C
(238,166,124)
#EFAE89
(239,174,137)
#F0B696
(240,182,150)
#F1BEA3
(241,190,163)
#F2C6B0
(242,198,176)
#F3CEBD
(243,206,189)
#F4D6CA
(244,214,202)
#F5DED7
(245,222,215)
#F6E6E4
(246,230,228)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9E6F; }

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

This text font color is #ED9E6F.

Background Color

.myBgColor { background-color: #ED9E6F; }

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

This div background color is #ED9E6F.

Border color

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

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

This div border color is #ED9E6F.

Opacity

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

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

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

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

This text has shadow with #ED9E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED9E6F.

Preview

Color preview on black background

This text has color #ED9E6F on black background.


Color preview on white background

This text has color #ED9E6F on white background.


Black color preview on #ED9E6F background

This text has black color on #ED9E6F background.


White color preview on #ED9E6F background

This text has white color on #ED9E6F background.


Related colors

Complementary color

Complementary color for #hex is #126190.


I love getcolorcode.com

Triadic colors

1 #6FED9E and #9E6FED with #ED9E6F are triadic colors.

2 #6F9EED and #9EED6F with #ED9E6F are triadic colors.