COLOR #E76C4E

HEX: #E76C4E
RGB: (231,108,78)

Renk bilgisi

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

RGB renk modeli

#E76C4E color RGB value is (231,108,78).

  • kırmız ton 231;
  • yeşil ton 108;
  • mavi ton 78.
RGB:
(231,108,78)
(91%,42%,31%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 108 of 255 = 42%
B 78 of 255 = 31%

231
108
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 108 + 78 = 417 (100%)
R 231 of 417 ~ 55.4%
G 108 of 417 ~ 25.9%
B 78 of 417 ~ 18.71%

%55.4
%25.9
%18.71

CMYK RENK MODELİ

#E76C4E rengi CMYK tonu (0,53,66,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.25%
  • sarı tonu 66.23%
  • ana renk tonu 9.41%
CMYK:
(0,53,66,9)
C0M53Y66K9 
(0%,53%,66%,9%)
(0.00/0.53/0.66/0.09)	

CMYK yüzdeleri

%0
%53.25
%66.23
%9.41

Codes

Color #E76C4E in popluar color models

E76C4E
RGB23110878
HSL12°76.12%60.59%
HSB/HSV12°66.23%90.59%
CMYK0.00%53.25%66.23%
9.41%

Color #E76C4E in popluar number systems.

HEXE76C4E
Decimal23110878
Binary1110011111011001001110
Octal347154116

Shades and tints

Shades of #E76C4E

#E76C4E
(231,108,78)
#D26347
(210,99,71)
#BD5A40
(189,90,64)
#A85139
(168,81,57)
#934832
(147,72,50)
#7E3F2B
(126,63,43)
#693624
(105,54,36)
#542D1D
(84,45,29)
#3F2416
(63,36,22)
#2A1B0F
(42,27,15)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #E76C4E

#E76C4E
(231,108,78)
#E9795E
(233,121,94)
#EB866E
(235,134,110)
#ED937E
(237,147,126)
#EFA08E
(239,160,142)
#F1AD9E
(241,173,158)
#F3BAAE
(243,186,174)
#F5C7BE
(245,199,190)
#F7D4CE
(247,212,206)
#F9E1DE
(249,225,222)
#FBEEEE
(251,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76C4E color. Also use rgb(231,108,78) instead hex code.

Text Font Color

.myTextColor { color: #E76C4E; }

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

This text font color is #E76C4E.


Background Color

.myBgColor { background-color: #E76C4E; }

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

This div background color is #E76C4E.


Border color

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

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

This div border color is #E76C4E.


Opacity

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

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

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

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

This text has shadow with #E76C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76C4E on black background.


Color preview on white background

This text has color #E76C4E on white background.



Black color preview on #E76C4E background

This text has black color on #E76C4E background.


White color preview on #E76C4E background

This text has white color on #E76C4E background.