COLOR #E0905D

HEX: #E0905D RGB: (224,144,93)

Color info

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

RGB color model

#E0905D color RGB value is (224,144,93).

RGB: (224,144,93) (88%, 56%, 36%)

RGB channels and saturation

R 224 of 255 = 88%
G 144 of 255 = 56%
B 93 of 255 = 36%

224
144
93

R + G + B ~ 60%. #E0905D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 224 + 144 + 93 = 461 (100%)
R 224 of 461 ~ 48.59%
G 144 of 461 ~ 31.24%
B 93 of 461 ~ 20.17'%

%48.59
%31.24
%20.17

CMYK color model

#E0905D color CMYK value is (0,36,58,12).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 58.48%
  • key color value is 12.16%

CMYK: (0,36,58,12)
C0M36Y58K12 (0%, 36%, 58%, 12%)
(0.00 / 0.36 / 0.58 / 0.12)

CMYK percentages

%0
%35.71
%58.48
%12.16

Codes

Color #E0905D in popluar color models

E0 90 5D
RGB 224 144 93
HSL 23° 67.88% 62.16%
HSB/HSV 23° 58.48% 87.84%
CMYK 0.00% 35.71% 58.48%
12.16%

Color #E0905D in popluar number systems.

HEX E0 90 5D
Decimal 224 144 93
Binary 11100000 10010000 1011101
Octal 340 220 135

Shades and tints

Shades of #E0905D

#E0905D
(224,144,93)
#CC8355
(204,131,85)
#B8764D
(184,118,77)
#A46945
(164,105,69)
#905C3D
(144,92,61)
#7C4F35
(124,79,53)
#68422D
(104,66,45)
#543525
(84,53,37)
#40281D
(64,40,29)
#2C1B15
(44,27,21)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #E0905D

#E0905D
(224,144,93)
#E29A6B
(226,154,107)
#E4A479
(228,164,121)
#E6AE87
(230,174,135)
#E8B895
(232,184,149)
#EAC2A3
(234,194,163)
#ECCCB1
(236,204,177)
#EED6BF
(238,214,191)
#F0E0CD
(240,224,205)
#F2EADB
(242,234,219)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0905D color. Also use rgb(224,144,93) instead hex code.

Text Font Color

.myTextColor { color: #E0905D; }

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

This text font color is #E0905D.

Background Color

.myBgColor { background-color: #E0905D; }

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

This div background color is #E0905D.

Border color

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

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

This div border color is #E0905D.

Opacity

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

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

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

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

This text has shadow with #E0905D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0905D.

Preview

Color preview on black background

This text has color #E0905D on black background.


Color preview on white background

This text has color #E0905D on white background.


Black color preview on #E0905D background

This text has black color on #E0905D background.


White color preview on #E0905D background

This text has white color on #E0905D background.


Related colors

Complementary color

Complementary color for #hex is #1F6FA2.


I love getcolorcode.com

Triadic colors

1 #5DE090 and #905DE0 with #E0905D are triadic colors.

2 #5D90E0 and #90E05D with #E0905D are triadic colors.