COLOR #E59F86

HEX: #E59F86
RGB: (229,159,134)

Renk bilgisi

#E59F86 contains mainly red color. #E59F86 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E59F86 color RGB value is (229,159,134).

  • kırmız ton 229;
  • yeşil ton 159;
  • mavi ton 134.
RGB:
(229,159,134)
(90%,62%,53%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 159 of 255 = 62%
B 134 of 255 = 53%

229
159
134

R + G + B ~ 68%. #E59F86 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 159 + 134 = 522 (100%)
R 229 of 522 ~ 43.87%
G 159 of 522 ~ 30.46%
B 134 of 522 ~ 25.67%

%43.87
%30.46
%25.67

CMYK RENK MODELİ

#E59F86 rengi CMYK tonu (0,31,41,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.57%
  • sarı tonu 41.48%
  • ana renk tonu 10.20%
CMYK:
(0,31,41,10)
C0M31Y41K10 
(0%,31%,41%,10%)
(0.00/0.31/0.41/0.10)	

CMYK yüzdeleri

%0
%30.57
%41.48
%10.2

Codes

Color #E59F86 in popluar color models

E59F86
RGB229159134
HSL16°64.63%71.18%
HSB/HSV16°41.48%89.80%
CMYK0.00%30.57%41.48%
10.20%

Color #E59F86 in popluar number systems.

HEXE59F86
Decimal229159134
Binary111001011001111110000110
Octal345237206

Shades and tints

Shades of #E59F86

#E59F86
(229,159,134)
#D1917A
(209,145,122)
#BD836E
(189,131,110)
#A97562
(169,117,98)
#956756
(149,103,86)
#81594A
(129,89,74)
#6D4B3E
(109,75,62)
#593D32
(89,61,50)
#452F26
(69,47,38)
#31211A
(49,33,26)
#1D130E
(29,19,14)
#000000
(0,0,0)

Tints of #E59F86

#E59F86
(229,159,134)
#E7A791
(231,167,145)
#E9AF9C
(233,175,156)
#EBB7A7
(235,183,167)
#EDBFB2
(237,191,178)
#EFC7BD
(239,199,189)
#F1CFC8
(241,207,200)
#F3D7D3
(243,215,211)
#F5DFDE
(245,223,222)
#F7E7E9
(247,231,233)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59F86 color. Also use rgb(229,159,134) instead hex code.

Text Font Color

.myTextColor { color: #E59F86; }

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

This text font color is #E59F86.


Background Color

.myBgColor { background-color: #E59F86; }

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

This div background color is #E59F86.


Border color

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

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

This div border color is #E59F86.


Opacity

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

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

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

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

This text has shadow with #E59F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59F86 on black background.


Color preview on white background

This text has color #E59F86 on white background.



Black color preview on #E59F86 background

This text has black color on #E59F86 background.


White color preview on #E59F86 background

This text has white color on #E59F86 background.