COLOR #E76F2E

HEX: #E76F2E
RGB: (231,111,46)

Renk bilgisi

#E76F2E contains mainly red color. #E76F2E ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#E76F2E color RGB value is (231,111,46).

  • kırmız ton 231;
  • yeşil ton 111;
  • mavi ton 46.
RGB:
(231,111,46)
(91%,44%,18%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 111 of 255 = 44%
B 46 of 255 = 18%

231
111
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 111 + 46 = 388 (100%)
R 231 of 388 ~ 59.54%
G 111 of 388 ~ 28.61%
B 46 of 388 ~ 11.86%

%59.54
%28.61
%11.86

CMYK RENK MODELİ

#E76F2E rengi CMYK tonu (0,52,80,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.95%
  • sarı tonu 80.09%
  • ana renk tonu 9.41%
CMYK:
(0,52,80,9)
C0M52Y80K9 
(0%,52%,80%,9%)
(0.00/0.52/0.80/0.09)	

CMYK yüzdeleri

%0
%51.95
%80.09
%9.41

Codes

Color #E76F2E in popluar color models

E76F2E
RGB23111146
HSL21°79.40%54.31%
HSB/HSV21°80.09%90.59%
CMYK0.00%51.95%80.09%
9.41%

Color #E76F2E in popluar number systems.

HEXE76F2E
Decimal23111146
Binary111001111101111101110
Octal34715756

Shades and tints

Shades of #E76F2E

#E76F2E
(231,111,46)
#D2652A
(210,101,42)
#BD5B26
(189,91,38)
#A85122
(168,81,34)
#93471E
(147,71,30)
#7E3D1A
(126,61,26)
#693316
(105,51,22)
#542912
(84,41,18)
#3F1F0E
(63,31,14)
#2A150A
(42,21,10)
#150B06
(21,11,6)
#000000
(0,0,0)

Tints of #E76F2E

#E76F2E
(231,111,46)
#E97C41
(233,124,65)
#EB8954
(235,137,84)
#ED9667
(237,150,103)
#EFA37A
(239,163,122)
#F1B08D
(241,176,141)
#F3BDA0
(243,189,160)
#F5CAB3
(245,202,179)
#F7D7C6
(247,215,198)
#F9E4D9
(249,228,217)
#FBF1EC
(251,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76F2E color. Also use rgb(231,111,46) instead hex code.

Text Font Color

.myTextColor { color: #E76F2E; }

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

This text font color is #E76F2E.


Background Color

.myBgColor { background-color: #E76F2E; }

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

This div background color is #E76F2E.


Border color

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

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

This div border color is #E76F2E.


Opacity

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

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

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

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

This text has shadow with #E76F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76F2E on black background.


Color preview on white background

This text has color #E76F2E on white background.



Black color preview on #E76F2E background

This text has black color on #E76F2E background.


White color preview on #E76F2E background

This text has white color on #E76F2E background.