COLOR #E59550

HEX: #E59550
RGB: (229,149,80)

Color info

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

RGB color model

#E59550 color RGB value is (229,149,80).

  • red value is 229;
  • green value is 149;
  • blue value is 80.
RGB:
(229,149,80)
(90%,58%,31%)

RGB channels and saturation

R 229 of 255 = 90%
G 149 of 255 = 58%
B 80 of 255 = 31%

229
149
80

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

Portions of RGB colors in percentages

R + G + B =
229 + 149 + 80 = 458 (100%)
R 229 of 458 ~ 50%
G 149 of 458 ~ 32.53%
B 80 of 458 ~ 17.47%

%50
%32.53
%17.47

CMYK color model

#E59550 color CMYK value is (0,35,65,10).

  • cyan value is 0.00%
  • magenta value is 34.93%
  • yellow value is 65.07%
  • key color value is 10.20%
CMYK:
(0,35,65,10)
C0M35Y65K10 
(0%,35%,65%,10%)
(0.00/0.35/0.65/0.10)	

CMYK percentages

%0
%34.93
%65.07
%10.2

Codes

Color #E59550 in popluar color models

E59550
RGB22914980
HSL28°74.13%60.59%
HSB/HSV28°65.07%89.80%
CMYK0.00%34.93%65.07%
10.20%

Color #E59550 in popluar number systems.

HEXE59550
Decimal22914980
Binary11100101100101011010000
Octal345225120

Shades and tints

Shades of #E59550

#E59550
(229,149,80)
#D18849
(209,136,73)
#BD7B42
(189,123,66)
#A96E3B
(169,110,59)
#956134
(149,97,52)
#81542D
(129,84,45)
#6D4726
(109,71,38)
#593A1F
(89,58,31)
#452D18
(69,45,24)
#312011
(49,32,17)
#1D130A
(29,19,10)
#000000
(0,0,0)

Tints of #E59550

#E59550
(229,149,80)
#E79E5F
(231,158,95)
#E9A76E
(233,167,110)
#EBB07D
(235,176,125)
#EDB98C
(237,185,140)
#EFC29B
(239,194,155)
#F1CBAA
(241,203,170)
#F3D4B9
(243,212,185)
#F5DDC8
(245,221,200)
#F7E6D7
(247,230,215)
#F9EFE6
(249,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59550 color. Also use rgb(229,149,80) instead hex code.

Text Font Color

.myTextColor { color: #E59550; }

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

This text font color is #E59550.


Background Color

.myBgColor { background-color: #E59550; }

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

This div background color is #E59550.


Border color

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

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

This div border color is #E59550.


Opacity

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

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

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

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

This text has shadow with #E59550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59550 on black background.


Color preview on white background

This text has color #E59550 on white background.



Black color preview on #E59550 background

This text has black color on #E59550 background.


White color preview on #E59550 background

This text has white color on #E59550 background.