COLOR #E59368

HEX: #E59368
RGB: (229,147,104)

Color info

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

RGB color model

#E59368 color RGB value is (229,147,104).

  • red value is 229;
  • green value is 147;
  • blue value is 104.
RGB:
(229,147,104)
(90%,58%,41%)

RGB channels and saturation

R 229 of 255 = 90%
G 147 of 255 = 58%
B 104 of 255 = 41%

229
147
104

R + G + B ~ 63%. #E59368 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 147 + 104 = 480 (100%)
R 229 of 480 ~ 47.71%
G 147 of 480 ~ 30.63%
B 104 of 480 ~ 21.67%

%47.71
%30.63
%21.67

CMYK color model

#E59368 color CMYK value is (0,36,55,10).

  • cyan value is 0.00%
  • magenta value is 35.81%
  • yellow value is 54.59%
  • key color value is 10.20%
CMYK:
(0,36,55,10)
C0M36Y55K10 
(0%,36%,55%,10%)
(0.00/0.36/0.55/0.10)	

CMYK percentages

%0
%35.81
%54.59
%10.2

Codes

Color #E59368 in popluar color models

E59368
RGB229147104
HSL21°70.62%65.29%
HSB/HSV21°54.59%89.80%
CMYK0.00%35.81%54.59%
10.20%

Color #E59368 in popluar number systems.

HEXE59368
Decimal229147104
Binary11100101100100111101000
Octal345223150

Shades and tints

Shades of #E59368

#E59368
(229,147,104)
#D1865F
(209,134,95)
#BD7956
(189,121,86)
#A96C4D
(169,108,77)
#955F44
(149,95,68)
#81523B
(129,82,59)
#6D4532
(109,69,50)
#593829
(89,56,41)
#452B20
(69,43,32)
#311E17
(49,30,23)
#1D110E
(29,17,14)
#000000
(0,0,0)

Tints of #E59368

#E59368
(229,147,104)
#E79C75
(231,156,117)
#E9A582
(233,165,130)
#EBAE8F
(235,174,143)
#EDB79C
(237,183,156)
#EFC0A9
(239,192,169)
#F1C9B6
(241,201,182)
#F3D2C3
(243,210,195)
#F5DBD0
(245,219,208)
#F7E4DD
(247,228,221)
#F9EDEA
(249,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59368 color. Also use rgb(229,147,104) instead hex code.

Text Font Color

.myTextColor { color: #E59368; }

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

This text font color is #E59368.


Background Color

.myBgColor { background-color: #E59368; }

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

This div background color is #E59368.


Border color

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

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

This div border color is #E59368.


Opacity

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

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

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

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

This text has shadow with #E59368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59368 on black background.


Color preview on white background

This text has color #E59368 on white background.



Black color preview on #E59368 background

This text has black color on #E59368 background.


White color preview on #E59368 background

This text has white color on #E59368 background.