COLOR #E57765

HEX: #E57765
RGB: (229,119,101)

Renk bilgisi

#E57765 contains mainly red color. #E57765 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E57765 color RGB value is (229,119,101).

  • kırmız ton 229;
  • yeşil ton 119;
  • mavi ton 101.
RGB:
(229,119,101)
(90%,47%,40%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 119 of 255 = 47%
B 101 of 255 = 40%

229
119
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 119 + 101 = 449 (100%)
R 229 of 449 ~ 51%
G 119 of 449 ~ 26.5%
B 101 of 449 ~ 22.49%

%51
%26.5
%22.49

CMYK RENK MODELİ

#E57765 rengi CMYK tonu (0,48,56,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.03%
  • sarı tonu 55.90%
  • ana renk tonu 10.20%
CMYK:
(0,48,56,10)
C0M48Y56K10 
(0%,48%,56%,10%)
(0.00/0.48/0.56/0.10)	

CMYK yüzdeleri

%0
%48.03
%55.9
%10.2

Codes

Color #E57765 in popluar color models

E57765
RGB229119101
HSL71.11%64.71%
HSB/HSV55.90%89.80%
CMYK0.00%48.03%55.90%
10.20%

Color #E57765 in popluar number systems.

HEXE57765
Decimal229119101
Binary1110010111101111100101
Octal345167145

Shades and tints

Shades of #E57765

#E57765
(229,119,101)
#D16D5C
(209,109,92)
#BD6353
(189,99,83)
#A9594A
(169,89,74)
#954F41
(149,79,65)
#814538
(129,69,56)
#6D3B2F
(109,59,47)
#593126
(89,49,38)
#45271D
(69,39,29)
#311D14
(49,29,20)
#1D130B
(29,19,11)
#000000
(0,0,0)

Tints of #E57765

#E57765
(229,119,101)
#E78373
(231,131,115)
#E98F81
(233,143,129)
#EB9B8F
(235,155,143)
#EDA79D
(237,167,157)
#EFB3AB
(239,179,171)
#F1BFB9
(241,191,185)
#F3CBC7
(243,203,199)
#F5D7D5
(245,215,213)
#F7E3E3
(247,227,227)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57765 color. Also use rgb(229,119,101) instead hex code.

Text Font Color

.myTextColor { color: #E57765; }

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

This text font color is #E57765.


Background Color

.myBgColor { background-color: #E57765; }

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

This div background color is #E57765.


Border color

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

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

This div border color is #E57765.


Opacity

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

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

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

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

This text has shadow with #E57765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E57765 on black background.


Color preview on white background

This text has color #E57765 on white background.



Black color preview on #E57765 background

This text has black color on #E57765 background.


White color preview on #E57765 background

This text has white color on #E57765 background.