COLOR #E08850

HEX: #E08850 RGB: (224,136,80)

Color info

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

RGB color model

#E08850 color RGB value is (224,136,80).

RGB: (224,136,80) (88%, 53%, 31%)

RGB channels and saturation

R 224 of 255 = 88%
G 136 of 255 = 53%
B 80 of 255 = 31%

224
136
80

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

Portions of RGB colors in percentages

R + G + B = 224 + 136 + 80 = 440 (100%)
R 224 of 440 ~ 50.91%
G 136 of 440 ~ 30.91%
B 80 of 440 ~ 18.18'%

%50.91
%30.91
%18.18

CMYK color model

#E08850 color CMYK value is (0,39,64,12).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 64.29%
  • key color value is 12.16%

CMYK: (0,39,64,12)
C0M39Y64K12 (0%, 39%, 64%, 12%)
(0.00 / 0.39 / 0.64 / 0.12)

CMYK percentages

%0
%39.29
%64.29
%12.16

Codes

Color #E08850 in popluar color models

E0 88 50
RGB 224 136 80
HSL 23° 69.90% 59.61%
HSB/HSV 23° 64.29% 87.84%
CMYK 0.00% 39.29% 64.29%
12.16%

Color #E08850 in popluar number systems.

HEX E0 88 50
Decimal 224 136 80
Binary 11100000 10001000 1010000
Octal 340 210 120

Shades and tints

Shades of #E08850

#E08850
(224,136,80)
#CC7C49
(204,124,73)
#B87042
(184,112,66)
#A4643B
(164,100,59)
#905834
(144,88,52)
#7C4C2D
(124,76,45)
#684026
(104,64,38)
#54341F
(84,52,31)
#402818
(64,40,24)
#2C1C11
(44,28,17)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #E08850

#E08850
(224,136,80)
#E2925F
(226,146,95)
#E49C6E
(228,156,110)
#E6A67D
(230,166,125)
#E8B08C
(232,176,140)
#EABA9B
(234,186,155)
#ECC4AA
(236,196,170)
#EECEB9
(238,206,185)
#F0D8C8
(240,216,200)
#F2E2D7
(242,226,215)
#F4ECE6
(244,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08850 color. Also use rgb(224,136,80) instead hex code.

Text Font Color

.myTextColor { color: #E08850; }

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

This text font color is #E08850.

Background Color

.myBgColor { background-color: #E08850; }

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

This div background color is #E08850.

Border color

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

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

This div border color is #E08850.

Opacity

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

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

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

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

This text has shadow with #E08850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E08850.

Preview

Color preview on black background

This text has color #E08850 on black background.


Color preview on white background

This text has color #E08850 on white background.


Black color preview on #E08850 background

This text has black color on #E08850 background.


White color preview on #E08850 background

This text has white color on #E08850 background.


Related colors

Complementary color

Complementary color for #hex is #1F77AF.


I love getcolorcode.com

Triadic colors

1 #50E088 and #8850E0 with #E08850 are triadic colors.

2 #5088E0 and #88E050 with #E08850 are triadic colors.