COLOR #E09D7D

HEX: #E09D7D RGB: (224,157,125)

Color info

#E09D7D contains mainly red color. Web safe color of #E09D7D is #CC9966 (or #C96).

RGB color model

#E09D7D color RGB value is (224,157,125).

RGB: (224,157,125) (88%, 62%, 49%)

RGB channels and saturation

R 224 of 255 = 88%
G 157 of 255 = 62%
B 125 of 255 = 49%

224
157
125

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

Portions of RGB colors in percentages

R + G + B = 224 + 157 + 125 = 506 (100%)
R 224 of 506 ~ 44.27%
G 157 of 506 ~ 31.03%
B 125 of 506 ~ 24.7'%

%44.27
%31.03
%24.7

CMYK color model

#E09D7D color CMYK value is (0,30,44,12).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 44.20%
  • key color value is 12.16%

CMYK: (0,30,44,12)
C0M30Y44K12 (0%, 30%, 44%, 12%)
(0.00 / 0.30 / 0.44 / 0.12)

CMYK percentages

%0
%29.91
%44.2
%12.16

Codes

Color #E09D7D in popluar color models

E0 9D 7D
RGB 224 157 125
HSL 19° 61.49% 68.43%
HSB/HSV 19° 44.20% 87.84%
CMYK 0.00% 29.91% 44.20%
12.16%

Color #E09D7D in popluar number systems.

HEX E0 9D 7D
Decimal 224 157 125
Binary 11100000 10011101 1111101
Octal 340 235 175

Shades and tints

Shades of #E09D7D

#E09D7D
(224,157,125)
#CC8F72
(204,143,114)
#B88167
(184,129,103)
#A4735C
(164,115,92)
#906551
(144,101,81)
#7C5746
(124,87,70)
#68493B
(104,73,59)
#543B30
(84,59,48)
#402D25
(64,45,37)
#2C1F1A
(44,31,26)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #E09D7D

#E09D7D
(224,157,125)
#E2A588
(226,165,136)
#E4AD93
(228,173,147)
#E6B59E
(230,181,158)
#E8BDA9
(232,189,169)
#EAC5B4
(234,197,180)
#ECCDBF
(236,205,191)
#EED5CA
(238,213,202)
#F0DDD5
(240,221,213)
#F2E5E0
(242,229,224)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09D7D color. Also use rgb(224,157,125) instead hex code.

Text Font Color

.myTextColor { color: #E09D7D; }

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

This text font color is #E09D7D.

Background Color

.myBgColor { background-color: #E09D7D; }

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

This div background color is #E09D7D.

Border color

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

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

This div border color is #E09D7D.

Opacity

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

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

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

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

This text has shadow with #E09D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09D7D.

Preview

Color preview on black background

This text has color #E09D7D on black background.


Color preview on white background

This text has color #E09D7D on white background.


Black color preview on #E09D7D background

This text has black color on #E09D7D background.


White color preview on #E09D7D background

This text has white color on #E09D7D background.


Related colors

Complementary color

Complementary color for #hex is #1F6282.


I love getcolorcode.com

Triadic colors

1 #7DE09D and #9D7DE0 with #E09D7D are triadic colors.

2 #7D9DE0 and #9DE07D with #E09D7D are triadic colors.