COLOR #E76E5F

HEX: #E76E5F
RGB: (231,110,95)

Renk bilgisi

#E76E5F contains mainly red color. #E76E5F ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#E76E5F color RGB value is (231,110,95).

  • kırmız ton 231;
  • yeşil ton 110;
  • mavi ton 95.
RGB:
(231,110,95)
(91%,43%,37%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 110 of 255 = 43%
B 95 of 255 = 37%

231
110
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 110 + 95 = 436 (100%)
R 231 of 436 ~ 52.98%
G 110 of 436 ~ 25.23%
B 95 of 436 ~ 21.79%

%52.98
%25.23
%21.79

CMYK RENK MODELİ

#E76E5F rengi CMYK tonu (0,52,59,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.38%
  • sarı tonu 58.87%
  • ana renk tonu 9.41%
CMYK:
(0,52,59,9)
C0M52Y59K9 
(0%,52%,59%,9%)
(0.00/0.52/0.59/0.09)	

CMYK yüzdeleri

%0
%52.38
%58.87
%9.41

Codes

Color #E76E5F in popluar color models

E76E5F
RGB23111095
HSL73.91%63.92%
HSB/HSV58.87%90.59%
CMYK0.00%52.38%58.87%
9.41%

Color #E76E5F in popluar number systems.

HEXE76E5F
Decimal23111095
Binary1110011111011101011111
Octal347156137

Shades and tints

Shades of #E76E5F

#E76E5F
(231,110,95)
#D26457
(210,100,87)
#BD5A4F
(189,90,79)
#A85047
(168,80,71)
#93463F
(147,70,63)
#7E3C37
(126,60,55)
#69322F
(105,50,47)
#542827
(84,40,39)
#3F1E1F
(63,30,31)
#2A1417
(42,20,23)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #E76E5F

#E76E5F
(231,110,95)
#E97B6D
(233,123,109)
#EB887B
(235,136,123)
#ED9589
(237,149,137)
#EFA297
(239,162,151)
#F1AFA5
(241,175,165)
#F3BCB3
(243,188,179)
#F5C9C1
(245,201,193)
#F7D6CF
(247,214,207)
#F9E3DD
(249,227,221)
#FBF0EB
(251,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76E5F color. Also use rgb(231,110,95) instead hex code.

Text Font Color

.myTextColor { color: #E76E5F; }

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

This text font color is #E76E5F.


Background Color

.myBgColor { background-color: #E76E5F; }

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

This div background color is #E76E5F.


Border color

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

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

This div border color is #E76E5F.


Opacity

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

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

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

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

This text has shadow with #E76E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76E5F on black background.


Color preview on white background

This text has color #E76E5F on white background.



Black color preview on #E76E5F background

This text has black color on #E76E5F background.


White color preview on #E76E5F background

This text has white color on #E76E5F background.