COLOR #E59B7F

HEX: #E59B7F RGB: (229,155,127)

Color info

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

RGB color model

#E59B7F color RGB value is (229,155,127).

RGB: (229,155,127) (90%, 61%, 50%)

RGB channels and saturation

R 229 of 255 = 90%
G 155 of 255 = 61%
B 127 of 255 = 50%

229
155
127

R + G + B ~ 67%. #E59B7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 155 + 127 = 511 (100%)
R 229 of 511 ~ 44.81%
G 155 of 511 ~ 30.33%
B 127 of 511 ~ 24.85'%

%44.81
%30.33
%24.85

CMYK color model

#E59B7F color CMYK value is (0,32,45,10).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 44.54%
  • key color value is 10.20%

CMYK: (0,32,45,10)
C0M32Y45K10 (0%, 32%, 45%, 10%)
(0.00 / 0.32 / 0.45 / 0.10)

CMYK percentages

%0
%32.31
%44.54
%10.2

Codes

Color #E59B7F in popluar color models

E5 9B 7F
RGB 229 155 127
HSL 16° 66.23% 69.80%
HSB/HSV 16° 44.54% 89.80%
CMYK 0.00% 32.31% 44.54%
10.20%

Color #E59B7F in popluar number systems.

HEX E5 9B 7F
Decimal 229 155 127
Binary 11100101 10011011 1111111
Octal 345 233 177

Shades and tints

Shades of #E59B7F

#E59B7F
(229,155,127)
#D18D74
(209,141,116)
#BD7F69
(189,127,105)
#A9715E
(169,113,94)
#956353
(149,99,83)
#815548
(129,85,72)
#6D473D
(109,71,61)
#593932
(89,57,50)
#452B27
(69,43,39)
#311D1C
(49,29,28)
#1D0F11
(29,15,17)
#000000
(0,0,0)

Tints of #E59B7F

#E59B7F
(229,155,127)
#E7A48A
(231,164,138)
#E9AD95
(233,173,149)
#EBB6A0
(235,182,160)
#EDBFAB
(237,191,171)
#EFC8B6
(239,200,182)
#F1D1C1
(241,209,193)
#F3DACC
(243,218,204)
#F5E3D7
(245,227,215)
#F7ECE2
(247,236,226)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59B7F color. Also use rgb(229,155,127) instead hex code.

Text Font Color

.myTextColor { color: #E59B7F; }

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

This text font color is #E59B7F.

Background Color

.myBgColor { background-color: #E59B7F; }

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

This div background color is #E59B7F.

Border color

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

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

This div border color is #E59B7F.

Opacity

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

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

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

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

This text has shadow with #E59B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59B7F.

Preview

Color preview on black background

This text has color #E59B7F on black background.


Color preview on white background

This text has color #E59B7F on white background.


Black color preview on #E59B7F background

This text has black color on #E59B7F background.


White color preview on #E59B7F background

This text has white color on #E59B7F background.


Related colors

Complementary color

Complementary color for #hex is #1A6480.


I love getcolorcode.com

Triadic colors

1 #7FE59B and #9B7FE5 with #E59B7F are triadic colors.

2 #7F9BE5 and #9BE57F with #E59B7F are triadic colors.